How to generate EXE file in VS 2005? any option?
-
Hi! I'm a prety beginner with Visual Studio 2005 Standard Edition. I have converted vs 2003 project, in C++, into VS 2005, But, I can't find EXE file in either debug or release. When I code new project VS 2005, it automatically generate EXE. But, converted one doesn't give me EXE file. I checked Project/configuration manager release, win32. I don't use any MFC or DLL, I just use pure C++ with OpenGL. Anybody can help me? Yonggoo
-
Hi! I'm a prety beginner with Visual Studio 2005 Standard Edition. I have converted vs 2003 project, in C++, into VS 2005, But, I can't find EXE file in either debug or release. When I code new project VS 2005, it automatically generate EXE. But, converted one doesn't give me EXE file. I checked Project/configuration manager release, win32. I don't use any MFC or DLL, I just use pure C++ with OpenGL. Anybody can help me? Yonggoo
do you have the right project/solution selected ? maybe there are some new compiler/linker errors that 2005 detects and stops the compilation ?
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Hi! I'm a prety beginner with Visual Studio 2005 Standard Edition. I have converted vs 2003 project, in C++, into VS 2005, But, I can't find EXE file in either debug or release. When I code new project VS 2005, it automatically generate EXE. But, converted one doesn't give me EXE file. I checked Project/configuration manager release, win32. I don't use any MFC or DLL, I just use pure C++ with OpenGL. Anybody can help me? Yonggoo
-
What's "build project" menu item? I don't have any. Under "Build" menu, I have "projcet only" build only ??? rebulid only ??? clean link only ??? Yonggoo
-
Hi! I'm a prety beginner with Visual Studio 2005 Standard Edition. I have converted vs 2003 project, in C++, into VS 2005, But, I can't find EXE file in either debug or release. When I code new project VS 2005, it automatically generate EXE. But, converted one doesn't give me EXE file. I checked Project/configuration manager release, win32. I don't use any MFC or DLL, I just use pure C++ with OpenGL. Anybody can help me? Yonggoo