Results 1 to 7 of 7

Thread: .exe ?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2007
    Posts
    23

    .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.

  2. #2
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: .exe ?

    when you save your work in the IDE, the exe is automatically compiled and resides in the bin folder

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2007
    Posts
    23

    Re: .exe ?

    oops you're right.
    thanks all the same )

  4. #4
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    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.

  5. #5
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    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
    Chris

  6. #6
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: .exe ?

    Quote 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

  7. #7
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    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
  •  



Click Here to Expand Forum to Full Width