| View previous topic :: View next topic |
| Author |
Message |
JohnCampbell
Joined: 16 Feb 2006 Posts: 2625 Location: Sydney
|
Posted: Wed Nov 14, 2012 2:50 am Post subject: |
|
|
When you distribute your application, I'd recommend you don't compile with /checkmate. If you want an improved callback report when your application crashes, try only /Debug.
If you are confident that your distributed application is working, then turn off all these checking options !! |
|
| Back to top |
|
 |
Emanuele
Joined: 21 Oct 2009 Posts: 78 Location: Bologna (Italy)
|
Posted: Wed Nov 14, 2012 3:44 pm Post subject: |
|
|
Thank you, John.
The problem is that (with the longer version of the code I posted) I get the application crashing also when compiled in Release (NET) configuration, if the option "Set64" (which is the default) is set in Ldr64.exe.
I am going to test it also on other PCs... |
|
| Back to top |
|
 |
|