Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Should I be using struct instead? Pin
b_girl10-Dec-03 4:25
b_girl10-Dec-03 4:25 
GeneralRe: Should I be using struct instead? Pin
Antti Keskinen10-Dec-03 7:43
Antti Keskinen10-Dec-03 7:43 
AnswerRe: Should I be using struct instead? Pin
Navin10-Dec-03 4:49
Navin10-Dec-03 4:49 
GeneralRe: Should I be using struct instead? Pin
b_girl10-Dec-03 5:04
b_girl10-Dec-03 5:04 
GeneralRe: Should I be using struct instead? Pin
Big Art10-Dec-03 6:02
Big Art10-Dec-03 6:02 
GeneralRe: Should I be using struct instead? Pin
b_girl10-Dec-03 6:10
b_girl10-Dec-03 6:10 
QuestionHow to interpret Call stack window message ? Pin
Deepak Samuel10-Dec-03 2:35
Deepak Samuel10-Dec-03 2:35 
AnswerRe: How to interpret Call stack window message ? Pin
Mike Dimmick10-Dec-03 2:41
Mike Dimmick10-Dec-03 2:41 
It means that the error occurred at the instruction 22 bytes past the first instruction that was compiled for line 494 of the Data_Write_winbuffer function.

If you have a complicated expression on this line, you can either look at the disassembly for that line and try to work out from that where the problem occurred, or you can simplify the expression, recompile, and try again.
GeneralDLL Dialog Pin
macmac3810-Dec-03 2:18
macmac3810-Dec-03 2:18 
GeneralRe: DLL Dialog Pin
Antti Keskinen10-Dec-03 3:04
Antti Keskinen10-Dec-03 3:04 
GeneralRe: DLL Dialog Pin
macmac3810-Dec-03 4:46
macmac3810-Dec-03 4:46 
GeneralSearching in a DC Pin
Tommy2k10-Dec-03 2:05
Tommy2k10-Dec-03 2:05 
GeneralRe: Searching in a DC Pin
Antti Keskinen10-Dec-03 3:09
Antti Keskinen10-Dec-03 3:09 
QuestionHow to transparentize a window under Win9x? Pin
dot9910-Dec-03 1:31
dot9910-Dec-03 1:31 
AnswerRe: How to transparentize a window under Win9x? Pin
Antti Keskinen10-Dec-03 3:23
Antti Keskinen10-Dec-03 3:23 
GeneralRe: How to transparentize a window under Win9x? Pin
dot9910-Dec-03 3:53
dot9910-Dec-03 3:53 
GeneralRe: How to transparentize a window under Win9x? Pin
Antti Keskinen10-Dec-03 8:02
Antti Keskinen10-Dec-03 8:02 
GeneralRe: How to transparentize a window under Win9x? Pin
dot9910-Dec-03 12:09
dot9910-Dec-03 12:09 
AnswerRe: How to transparentize a window under Win9x? Pin
Member 36996310-Dec-03 12:17
Member 36996310-Dec-03 12:17 
AnswerRe: How to transparentize a window under Win9x? Pin
Anonymous10-Dec-03 18:35
Anonymous10-Dec-03 18:35 
Generallink with one of the multithreaded C run-time libraries. Pin
Caoimh10-Dec-03 1:30
Caoimh10-Dec-03 1:30 
GeneralRe: link with one of the multithreaded C run-time libraries. Pin
Rickard Andersson2010-Dec-03 2:04
Rickard Andersson2010-Dec-03 2:04 
GeneralRe: link with one of the multithreaded C run-time libraries. Pin
Caoimh10-Dec-03 2:16
Caoimh10-Dec-03 2:16 
GeneralRe: link with one of the multithreaded C run-time libraries. Pin
jmkhael10-Dec-03 2:06
jmkhael10-Dec-03 2:06 
GeneralRe: link with one of the multithreaded C run-time libraries. Pin
Mike Dimmick10-Dec-03 2:38
Mike Dimmick10-Dec-03 2:38 

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.