Jump to content

problem with execution

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Guest_jazzkk_*

Guest_jazzkk_*
  • Guests
Hi experts,I'm studying some source code about opengl.It can be compiled and built successfully.However,when I try to execute .exe files in "debug" or "release" folders,it reports some errors message like "failed to lode XXX file" ,ect.

BUT, when I right click the project'name and then choose " debug"->"start new instance",it can be executed properly.:confused:

please tell me the possible reason about this problem.I am using VC++ 2005 Expression.

Thanks in advance!

#2
falco85

falco85

    Programmer

  • Members
  • PipPipPipPip
  • 105 posts
Try putting the required DLL files in the directory of the executable.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It sounds like a path problem. Falco's suggestion will probably fix it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Guest_GeshAsi_*

Guest_GeshAsi_*
  • Guests
-Deleted-