Click here to Skip to main content
15,917,565 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I display a border around the client area?? Pin
John R. Shaw14-May-03 7:18
John R. Shaw14-May-03 7:18 
QuestionStack overflow when calling one DLL function often? Pin
Dominik Reichl14-May-03 1:23
Dominik Reichl14-May-03 1:23 
AnswerRe: Stack overflow when calling one DLL function often? Pin
Anonymous14-May-03 1:32
Anonymous14-May-03 1:32 
GeneralRe: Stack overflow when calling one DLL function often? Pin
Neville Franks14-May-03 1:34
Neville Franks14-May-03 1:34 
GeneralRe: Stack overflow when calling one DLL function often? Pin
Dominik Reichl14-May-03 4:02
Dominik Reichl14-May-03 4:02 
GeneralRe: Stack overflow when calling one DLL function often? Pin
Dominik Reichl14-May-03 4:09
Dominik Reichl14-May-03 4:09 
GeneralRe: Stack overflow when calling one DLL function often? Pin
Neville Franks14-May-03 11:10
Neville Franks14-May-03 11:10 
GeneralRe: Stack overflow when calling one DLL function often? Pin
Dominik Reichl14-May-03 20:22
Dominik Reichl14-May-03 20:22 
I enabled the code optimization again and tried it... the program doesn't crash any more with optimization turned on... so it seems these problems were related somehow. Dead | X|

You were right from the beginning, that code optimization cannot be the source of the problem... Smile | :)

Big Grin | :-D
-Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)

GeneralRe: Stack overflow when calling one DLL function often? Pin
Neville Franks14-May-03 22:32
Neville Franks14-May-03 22:32 
GeneralCaller ID compatible modems Pin
YSRao14-May-03 0:11
YSRao14-May-03 0:11 
GeneralRe: Caller ID compatible modems Pin
Renjith Ramachandran15-May-03 5:59
Renjith Ramachandran15-May-03 5:59 
GeneralMoving a file Pin
dave_long14-May-03 0:09
dave_long14-May-03 0:09 
GeneralRe: Moving a file Pin
Neville Franks14-May-03 0:44
Neville Franks14-May-03 0:44 
GeneralRe: Moving a file Pin
Rage14-May-03 1:07
professionalRage14-May-03 1:07 
GeneralConvert DWORD to CString Pin
JensB13-May-03 23:58
JensB13-May-03 23:58 
GeneralRe: Convert DWORD to CString Pin
YSRao14-May-03 0:41
YSRao14-May-03 0:41 
GeneralRe: Convert DWORD to CString Pin
YSRao14-May-03 0:50
YSRao14-May-03 0:50 
GeneralRe: Convert DWORD to CString Pin
YSRao14-May-03 0:51
YSRao14-May-03 0:51 
GeneralRe: Convert DWORD to CString Pin
JensB14-May-03 1:20
JensB14-May-03 1:20 
GeneralRe: Convert DWORD to CString Pin
YSRao14-May-03 1:52
YSRao14-May-03 1:52 
GeneralRe: Convert DWORD to CString Pin
Rage14-May-03 1:19
professionalRage14-May-03 1:19 
GeneralRe: Convert DWORD to CString Pin
JensB14-May-03 1:56
JensB14-May-03 1:56 
GeneralRe: Convert DWORD to CString Pin
David Crow14-May-03 3:01
David Crow14-May-03 3:01 
GeneralRe: Convert DWORD to CString Pin
JensB14-May-03 3:55
JensB14-May-03 3:55 
GeneralRe: Convert DWORD to CString Pin
Renjith Ramachandran15-May-03 6:06
Renjith Ramachandran15-May-03 6:06 

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.