my program crashs when i dont use the debugger

General questions regarding the usage of CodeLite
cujobr
CodeLite Curious
Posts: 6
Joined: Wed Feb 18, 2009 11:26 pm
Contact:

my program crashs when i dont use the debugger

Post by cujobr »

I´m writing an application with data acquisition (national instruments).

The project compiles fine, but if i run in debug mode, don´t crash, even release compilation or debug one, if i just run (not in debug mode, inside codelite, or another PC) the application crash after run a little time.

I think the problem can be the compiler or any compiler option.

I am using codelite 2759, mingw 245 e wx 287 for windows.

sorry my bad English.

thanks in advance.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: my program crashs when i dont use the debugger

Post by eranif »

cujobr wrote:I´m writing an application with data acquisition (national instruments).

The project compiles fine, but if i run in debug mode, don´t crash, even release compilation or debug one, if i just run (not in debug mode, inside codelite, or another PC) the application crash after run a little time.

I think the problem can be the compiler or any compiler option.

I am using codelite 2759, mingw 245 e wx 287 for windows.

sorry my bad English.

thanks in advance.
This does not sound like codelite issue, not to mention you dont provide anything for people here to work with. If this is a WX application, I would strongly suggest that you ask this question (and you will probably get better support) here:
http://wxforum.shadonet.com

Eran
Make sure you have read the HOW TO POST thread
Post Reply