Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDisable network connection? Pin
Larsson29-Aug-07 2:48
Larsson29-Aug-07 2:48 
AnswerRe: Disable network connection? Pin
Hamid_RT29-Aug-07 2:57
Hamid_RT29-Aug-07 2:57 
GeneralRe: Disable network connection? Pin
Larsson29-Aug-07 3:12
Larsson29-Aug-07 3:12 
GeneralRe: Disable network connection? Pin
David Crow29-Aug-07 3:36
David Crow29-Aug-07 3:36 
GeneralRe: Disable network connection? Pin
Larsson29-Aug-07 3:53
Larsson29-Aug-07 3:53 
GeneralRe: Disable network connection? Pin
Hamid_RT31-Aug-07 21:29
Hamid_RT31-Aug-07 21:29 
Questiononpaint() Problem Pin
Neo Andreson29-Aug-07 2:27
Neo Andreson29-Aug-07 2:27 
AnswerRe: onpaint() Problem Pin
_AnsHUMAN_ 29-Aug-07 2:34
_AnsHUMAN_ 29-Aug-07 2:34 
Do you check that the variables that are being used by you are being initialized properly. A variable may have a different value in the release and in the debug build, causing the differing behavior. And if you go back and see where the value of that variable is set, you will most probably find out that it isn't: You simply forgot to initialize that variable. The reason why the debug build seemed to work is that the debug version of the runtime library initializes dynamic memory and stack variables to known values (in order to track down memory allocation and overwrite errors), while the release version of the runtime library doesn't.
This could very well be just one of the many possible reasons....

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: onpaint() Problem Pin
David Crow29-Aug-07 3:06
David Crow29-Aug-07 3:06 
QuestionInter-process communication over network Pin
baerten29-Aug-07 1:43
baerten29-Aug-07 1:43 
AnswerRe: Inter-process communication over network Pin
led mike29-Aug-07 5:03
led mike29-Aug-07 5:03 
Questionhow can i set the setting to automatically resize dialog box of my application when i changed resolution of my computer Pin
rajneshmalik29-Aug-07 1:33
rajneshmalik29-Aug-07 1:33 
AnswerRe: how can i set the setting to automatically resize dialog box of my application when i changed resolution of my computer Pin
Hamid_RT29-Aug-07 1:48
Hamid_RT29-Aug-07 1:48 
AnswerRe: how can i set the setting to automatically resize dialog box of my application when i changed resolution of my computer Pin
Emilio Garavaglia29-Aug-07 1:51
Emilio Garavaglia29-Aug-07 1:51 
AnswerRe: how can i set the setting to automatically resize dialog box of my application when i changed resolution of my computer Pin
KarstenK29-Aug-07 3:03
mveKarstenK29-Aug-07 3:03 
Questionhow can i delete file after reading from any directory Pin
rajneshmalik29-Aug-07 1:25
rajneshmalik29-Aug-07 1:25 
AnswerRe: how can i delete file after reading from any directory Pin
chandu00429-Aug-07 1:36
chandu00429-Aug-07 1:36 
AnswerRe: how can i delete file after reading from any directory Pin
_AnsHUMAN_ 29-Aug-07 1:41
_AnsHUMAN_ 29-Aug-07 1:41 
AnswerRe: how can i delete file after reading from any directory Pin
Hamid_RT29-Aug-07 1:52
Hamid_RT29-Aug-07 1:52 
AnswerRe: how can i delete file after reading from any directory Pin
toxcct29-Aug-07 2:05
toxcct29-Aug-07 2:05 
GeneralRe: how can i delete file after reading from any directory Pin
Hamid_RT29-Aug-07 2:50
Hamid_RT29-Aug-07 2:50 
AnswerRe: how can i delete file after reading from any directory Pin
Mark Salsbery29-Aug-07 7:37
Mark Salsbery29-Aug-07 7:37 
QuestionRegistered COM component not found in registry Pin
rajeev8229-Aug-07 1:22
rajeev8229-Aug-07 1:22 
AnswerRe: Registered COM component not found in registry Pin
KarstenK29-Aug-07 3:05
mveKarstenK29-Aug-07 3:05 
NewsSuggestion to members. Pin
chandu00429-Aug-07 1:21
chandu00429-Aug-07 1:21 

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.