Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CListView problem Pin
Hamid_RT2-Oct-06 21:40
Hamid_RT2-Oct-06 21:40 
AnswerRe: CListView problem Pin
_AnsHUMAN_ 2-Oct-06 20:43
_AnsHUMAN_ 2-Oct-06 20:43 
QuestionWMI in Winpe 2.0 Pin
Sachinpatole2-Oct-06 20:21
Sachinpatole2-Oct-06 20:21 
QuestionStatic Release wrong behavior and Debug fine Pin
31415926532-Oct-06 19:07
31415926532-Oct-06 19:07 
AnswerRe: Static Release wrong behavior and Debug fine Pin
prasad_som2-Oct-06 19:17
prasad_som2-Oct-06 19:17 
GeneralRe: Static Release wrong behavior and Debug fine Pin
31415926532-Oct-06 19:22
31415926532-Oct-06 19:22 
GeneralRe: Static Release wrong behavior and Debug fine Pin
prasad_som2-Oct-06 19:41
prasad_som2-Oct-06 19:41 
AnswerRe: Static Release wrong behavior and Debug fine Pin
Stephen Hewitt2-Oct-06 19:38
Stephen Hewitt2-Oct-06 19:38 
You need to find out exactly where the program is hanging. To this end I’d alter the project settings for the release configuration so it contains debug information then run the release build in the debugger and break into it when it’s hung and check out the call stack. The enable debug information in a release build follow these steps (MSVC6):
- Select “Project->Settings”
- Select “Release” configuration.
- Select “C/C++” tab.
- In the “Category” combo select “General”.
- In the “Debug info” combo select “Program Database”. Note that in a debug build you’d select “Program Database for Edit and Continue”.
- Select the “Link” tab.
- Select “Debug” in the “Category” combo.
- Tick/select “Debug info”, “Microsoft format” & “Separate types” (same as in debug builds).

This is the first change I make when setting up a new project. If I made the IDE these would be the default settings.

PS:
PI = 3.141592653^58979323846......

The '^' shows where you name stops. Normal convention is to round up if the digit after is 5 or above, thus I feel your name should be:
3.141592654

Steve

GeneralRe: Static Release wrong behavior and Debug fine Pin
31415926532-Oct-06 20:12
31415926532-Oct-06 20:12 
GeneralRe: Static Release wrong behavior and Debug fine Pin
Stephen Hewitt2-Oct-06 20:17
Stephen Hewitt2-Oct-06 20:17 
GeneralRe: Static Release wrong behavior and Debug fine Pin
31415926532-Oct-06 21:01
31415926532-Oct-06 21:01 
GeneralRe: Static Release wrong behavior and Debug fine Pin
S Douglas3-Oct-06 0:02
professionalS Douglas3-Oct-06 0:02 
GeneralRe: Static Release wrong behavior and Debug fine Pin
Stephen Hewitt3-Oct-06 13:41
Stephen Hewitt3-Oct-06 13:41 
AnswerRe: Static Release wrong behavior and Debug fine Pin
Rudolf Jan3-Oct-06 1:08
Rudolf Jan3-Oct-06 1:08 
Questionstrip characters Pin
thathvamsi2-Oct-06 17:52
thathvamsi2-Oct-06 17:52 
AnswerRe: strip characters Pin
Link20062-Oct-06 18:07
Link20062-Oct-06 18:07 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:20
thathvamsi2-Oct-06 18:20 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:26
Link20062-Oct-06 18:26 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:30
thathvamsi2-Oct-06 18:30 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:56
Link20062-Oct-06 18:56 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 20:31
thathvamsi2-Oct-06 20:31 
GeneralRe: strip characters Pin
David Crow3-Oct-06 5:32
David Crow3-Oct-06 5:32 
AnswerRe: strip characters Pin
Hamid_RT2-Oct-06 18:08
Hamid_RT2-Oct-06 18:08 
GeneralRe: strip characters Pin
Link20062-Oct-06 18:20
Link20062-Oct-06 18:20 
GeneralRe: strip characters Pin
thathvamsi2-Oct-06 18:20
thathvamsi2-Oct-06 18:20 

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.