Making an exe with visual c++ .net

Nikiab

Newcomer
Joined
Dec 29, 2003
Messages
1
I know this can't be as difficult as I'm making it, but I can not figure out how to make an executable using visual C++ .net. :confused: I've read other threads about this and I don't get a \bin directory in my project folder when I compile. Do I have something messed up? There also isn't 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 isn't working, try to check the properties for the project.
 
Back
Top