Search code examples
c++visual-studio-2010visual-studioruntime-errorvisual-studio-express

C++ Visual studio express 2010 unable to start program error


I can compile code, but at run time I get some

impossible to start program F:/...algo.lib

I checked that launch program is ok, i rebuilded. i checked on google and did not find accurate reference to THIS problem. did you face it and did you fix it?

regards.


Solution

  • Are you building a static library? You may want to check your Project settings for the output target type.