Author Topic: Can't run target from C::B  (Read 2719 times)

newlog

  • Guest
Can't run target from C::B
« on: January 22, 2009, 03:25:02 pm »
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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Can't run target from C::B
« Reply #1 on: January 22, 2009, 04:03:57 pm »
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.