Making an exe with visual c++ .net

Nikiab

New member
Joined
Dec 29, 2003
Messages
1
I know this cant be as difficult as Im making it, but I can not figure out how to make an executable using visual C++ .net. :confused: Ive read other threads about this and I dont get a \bin directory in my project folder when I compile. Do I have something messed up? There also isnt an exe located in my \debug directory when I compile like there use to be in visual studio 6.0....Thanks:confused:
 
Actually when you compile, VS will create for you the directory "bin", so only use the Menu -> Build -> Build Solution and you should have the directory, if this isnt working, try to check the properties for the project.
 
Back
Top