|
-
May 10th, 2007, 02:12 PM
#1
Thread Starter
Junior Member
.exe ?
hi
I have programed with Visual studio 2003 and i need a ".exe" to continue my work.
Could you explain to me how create a ".exe"
THANKS.
-
May 10th, 2007, 02:25 PM
#2
PowerPoster
Re: .exe ?
when you save your work in the IDE, the exe is automatically compiled and resides in the bin folder
-
May 10th, 2007, 02:54 PM
#3
Thread Starter
Junior Member
Re: .exe ?
oops you're right.
thanks all the same )
-
May 11th, 2007, 12:08 PM
#4
PowerPoster
Re: .exe ?
youre welcome. i had the same trouble when i started with vb 2003 a few weeks back. in vb6, you have to manually compile the app. in 2003 and up, its done when you save your work. i was going crazy.
-
May 11th, 2007, 12:13 PM
#5
Re: .exe ?
Don't forget to change the mode to release if its a final release, as the one in the bin folder is for debugging purposes I believe
-
May 11th, 2007, 12:16 PM
#6
PowerPoster
Re: .exe ?
 Originally Posted by the182guy
Don't forget to change the mode to release if its a final release, as the one in the bin folder is for debugging purposes I believe
i didnt know that
-
May 11th, 2007, 12:17 PM
#7
Re: .exe ?
It doesn't happen when you save your work, it happens when you compile and run your program.
Also as the182guy said, if you are releasing it, you should change it from debug to release using the configuration manager.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|