Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Spanish
  4. Crash en aplicativo compilado en version QT 5.0.1
Forum Updated to NodeBB v4.3 + New Features

Crash en aplicativo compilado en version QT 5.0.1

Scheduled Pinned Locked Moved Spanish
3 Posts 2 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    galileo
    wrote on last edited by
    #1

    Saludos a todos,
    Desde hace unos dias que migre un aplicativo de c++ borland en Win7 a QT, con unos cambios logre que compilara en QT, pero cuando lo ejecuto , funciona hasta cierta parte y luego es detenida por windows por un crash que ocurre, el pedazo de codigo donde se detiene es el que muestro mas abajo, alguin puede ayudarme, si le ocurrio algo similar. El error da en "typedef UINT (CALLBACK* LPFNDLLFUNC1)(SSP_COMMAND* cmd);"

    -----------------------------------------Codigo fuente
    // modificado: antes __stdcal
    #ifndef CALLBACK
    #define CALLBACK __cdecl
    #endif

    #ifndef UINT
    #define UINT unsigned int
    #endif

    #ifndef null
    #define null 0
    #endif

    #endif

    #ifndef CALLBACK_FUNCTIONS
    #define CALLBACK_FUNCTIONS
    typedef UINT (CALLBACK* LPFNDLLFUNC1)(SSP_COMMAND* cmd);


    espero por sus comentarios y ayuda

    1 Reply Last reply
    0
    • T Offline
      T Offline
      topocc
      wrote on last edited by
      #2

      deberias usar mingw o visualc++

      1 Reply Last reply
      0
      • G Offline
        G Offline
        galileo
        wrote on last edited by
        #3

        Hola, gracias por la respuesta , pero no me ayudo de mucho , estoy usando MINGW, alguna sugerencia o ayuda?
        los mensaje del debug tampoco emiten mensajes que me puedan ayudar

        Saludos

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved