Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DDE Server Pin
David Crow27-May-04 7:13
David Crow27-May-04 7:13 
GeneralInstall the .Net framework Pin
sweep12327-May-04 5:04
sweep12327-May-04 5:04 
GeneralRe: Install the .Net framework Pin
valikac27-May-04 5:11
valikac27-May-04 5:11 
GeneralRe: Install the .Net framework Pin
toxcct27-May-04 5:29
toxcct27-May-04 5:29 
GeneralRe: Install the .Net framework Pin
sweep12327-May-04 5:59
sweep12327-May-04 5:59 
GeneralRe: Install the .Net framework Pin
Navin27-May-04 6:33
Navin27-May-04 6:33 
GeneralRe: Install the .Net framework Pin
sweep12327-May-04 6:38
sweep12327-May-04 6:38 
GeneralRe: Install the .Net framework Pin
Navin27-May-04 6:51
Navin27-May-04 6:51 
There is a combo box near the menus that probably says "Debug". You should just be able to change this to "Release", and rebuild all, and it will work. Notice that the release build usually goes in a different directory, e.g.:
C:\Your Project\Release\YourProgram.exe

.. as opposed to the Debug, which goes in (unless you've changed it), something like:
C:\Your Project\Debug\YourProgram.exe

You'll notice the Release executable is about half the size as the Debug one.


"Fish and guests stink in three days." - Benjamin Franlkin
GeneralRe: Install the .Net framework Pin
Navin27-May-04 6:32
Navin27-May-04 6:32 
GeneralRe: Install the .Net framework Pin
sweep12327-May-04 22:45
sweep12327-May-04 22:45 
GeneralExperts !Problem with WNetOpenEnum Pin
Member 115017627-May-04 4:55
Member 115017627-May-04 4:55 
GeneralRe: Experts !Problem with WNetOpenEnum Pin
David Crow27-May-04 7:31
David Crow27-May-04 7:31 
GeneralExperts !Problem with WNetOpenEnum Pin
ykutanoor27-May-04 4:54
ykutanoor27-May-04 4:54 
Generalcopy constructors and inheritance Pin
Wheatbread27-May-04 4:40
Wheatbread27-May-04 4:40 
GeneralRe: copy constructors and inheritance Pin
toxcct27-May-04 4:52
toxcct27-May-04 4:52 
GeneralRe: copy constructors and inheritance Pin
Wheatbread27-May-04 5:07
Wheatbread27-May-04 5:07 
GeneralRe: copy constructors and inheritance Pin
toxcct27-May-04 5:21
toxcct27-May-04 5:21 
GeneralRe: copy constructors and inheritance Pin
toxcct27-May-04 5:16
toxcct27-May-04 5:16 
GeneralRe: copy constructors and inheritance Pin
Wheatbread27-May-04 5:29
Wheatbread27-May-04 5:29 
GeneralRe: copy constructors and inheritance Pin
valikac27-May-04 5:38
valikac27-May-04 5:38 
GeneralRe: copy constructors and inheritance Pin
toxcct27-May-04 5:42
toxcct27-May-04 5:42 
GeneralRe: copy constructors and inheritance Pin
Wheatbread27-May-04 6:09
Wheatbread27-May-04 6:09 
Generalvalid numbers for IDC control id? (adding controls without using editor for more than 255) Pin
brettslote27-May-04 4:40
brettslote27-May-04 4:40 
GeneralRe: valid numbers for IDC control id? (adding controls without using editor for more than 255) Pin
Maximilien27-May-04 5:09
Maximilien27-May-04 5:09 
GeneralRe: valid numbers for IDC control id? (adding controls without using editor for more than 255) Pin
toxcct27-May-04 6:03
toxcct27-May-04 6:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.