Click here to Skip to main content
15,907,910 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAdd menu to CDialog? Pin
DanYELL4-Nov-04 4:00
DanYELL4-Nov-04 4:00 
AnswerRe: Add menu to CDialog? Pin
Tom Wright4-Nov-04 4:15
Tom Wright4-Nov-04 4:15 
GeneralScreenshot to .PNG Pin
peterchen4-Nov-04 3:50
peterchen4-Nov-04 3:50 
GeneralSkin on scrollbar of richedit control Pin
verma-rahul4-Nov-04 3:18
verma-rahul4-Nov-04 3:18 
GeneralPath to pdb file in binary Pin
kydfru4-Nov-04 2:51
kydfru4-Nov-04 2:51 
GeneralRe: Path to pdb file in binary Pin
Blake Miller4-Nov-04 6:13
Blake Miller4-Nov-04 6:13 
GeneralRe: Path to pdb file in binary Pin
kydfru4-Nov-04 6:22
kydfru4-Nov-04 6:22 
GeneralRe: Path to pdb file in binary Pin
Blake Miller4-Nov-04 6:32
Blake Miller4-Nov-04 6:32 
This is what I meant...

Assuming Visual C++ 6.0 (You may have to search around for similar for VC 7.X or later...)
Open the Project Settings.
Make sure the 'Settings for' mentions your release build, typically 'Win32 Release'.
Go to the 'Link' tab.
Change the Category combobox to say 'Customize'
Make sure the 'Use Program Database' in NOT checked.
Change the Category combobox to say 'Debug'
Make sure that 'Debug Info' is NOT checked.

This will make your release EXE as much as possible without any symbols or line number information in it.
Make sure you do a Rebuild All after changing the settings.

Some companies build a release with enough symbolic information to use the PDB files to debug the release builds. Yours might have been set up or changed to be this way. The steps above will undo those changes.

GeneralTnaks! Pin
kydfru4-Nov-04 6:53
kydfru4-Nov-04 6:53 
QuestionHow to get why LoadLibrary fails ? Pin
leandrobecker4-Nov-04 2:45
leandrobecker4-Nov-04 2:45 
AnswerRe: How to get why LoadLibrary fails ? Pin
Cedric Moonen4-Nov-04 2:51
Cedric Moonen4-Nov-04 2:51 
GeneralRe: How to get why LoadLibrary fails ? Pin
leandrobecker4-Nov-04 4:18
leandrobecker4-Nov-04 4:18 
GeneralRe: How to get why LoadLibrary fails ? Pin
Cedric Moonen4-Nov-04 4:56
Cedric Moonen4-Nov-04 4:56 
GeneralRe: How to get why LoadLibrary fails ? Pin
leandrobecker4-Nov-04 10:07
leandrobecker4-Nov-04 10:07 
AnswerRe: How to get why LoadLibrary fails ? Pin
Peter Weyzen4-Nov-04 8:14
Peter Weyzen4-Nov-04 8:14 
GeneralRe: How to get why LoadLibrary fails ? Pin
leandrobecker4-Nov-04 10:04
leandrobecker4-Nov-04 10:04 
Questionwhat Data Structure ebook can help a begining of programmer. Pin
Anonymous4-Nov-04 2:32
Anonymous4-Nov-04 2:32 
QuestionHow to know if the card be inserted into the socket of the cardreader? Pin
momer4-Nov-04 1:07
momer4-Nov-04 1:07 
AnswerRe: How to know if the card be inserted into the socket of the cardreader? Pin
Antony M Kancidrowski4-Nov-04 2:28
Antony M Kancidrowski4-Nov-04 2:28 
AnswerRe: How to know if the card be inserted into the socket of the cardreader? Pin
ThatsAlok4-Nov-04 2:57
ThatsAlok4-Nov-04 2:57 
AnswerRe: How to know if the card be inserted into the socket of the cardreader? Pin
Blake Miller4-Nov-04 6:16
Blake Miller4-Nov-04 6:16 
AnswerRe: How to know if the card be inserted into the socket of the cardreader? Pin
momer4-Nov-04 14:35
momer4-Nov-04 14:35 
GeneralDraw state machine diagram Pin
mfc_surfer4-Nov-04 0:38
mfc_surfer4-Nov-04 0:38 
GeneralRe: Draw state machine diagram Pin
Antony M Kancidrowski4-Nov-04 0:48
Antony M Kancidrowski4-Nov-04 0:48 
GeneralCannot move controls! Pin
pgibelin4-Nov-04 0:28
pgibelin4-Nov-04 0:28 

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.