Re: wxEuphoria: Running Compiled with Alpha-4 DLLs Results in App Quit

new topic     » goto parent     » topic index » view thread      » older message » newer message
euphoric said...

Anything that would help me pinpoint that?

My first thought is that maybe you built a 64-bit executable and those DLLs are 32-bit.

Failing that, you can try getting a trace with GDB. That might help pinpoint where it's crashing.

  1. Open a Command Prompt and run gdb.
  2. Type run yourfile.exe
  3. Wait for the app to crash. GDB should display an exception.
  4. Type bt to print a backtrace.
  5. Type quit and Y to kill the application.
  6. Post the entire output in your reply.

You might need to add the -debug flag to your euc call in order get get debug info out of the executable.

In the mean time, I will see if I can reproduce the problem as soon as I can get to it.

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu