News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Can't run target from C::B

Started by newlog, January 22, 2009, 03:25:02 PM

Previous topic - Next topic

newlog

Hi all,

My project runs smoothly from a shell window but I can't run it from C::B using "Run"  or "Build and Run" .

I don't have any error msg and the build process is perfectly OK (the exe file is generated, permissions are OK ).

I am using MS Windows XP.

Any suggestion ?

Thanx !
Olivier

ollydbg

I haven't meet this weird problem.
Try to generate a new project with wizard and try again. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.