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

C / C++ / MFC

 
GeneralRe: Win2k/WinXP password authentication Pin
David Crow11-May-05 4:34
David Crow11-May-05 4:34 
GeneralRe: Win2k/WinXP password authentication Pin
DarkCloud1411-May-05 10:37
DarkCloud1411-May-05 10:37 
GeneralRe: Win2k/WinXP password authentication Pin
David Crow11-May-05 10:58
David Crow11-May-05 10:58 
GeneralRe: Win2k/WinXP password authentication Pin
Blake Miller12-May-05 11:36
Blake Miller12-May-05 11:36 
GeneralRe: Win2k/WinXP password authentication Pin
David Crow13-May-05 2:05
David Crow13-May-05 2:05 
GeneralRe: Win2k/WinXP password authentication Pin
Blake Miller13-May-05 5:56
Blake Miller13-May-05 5:56 
GeneralProblem passing parameter in DLL writen in Visual Basic Pin
kstang11-May-05 3:55
kstang11-May-05 3:55 
GeneralError in CHKSTK.ASM Pin
houari_id11-May-05 3:39
houari_id11-May-05 3:39 
Dear all,

I run my program using F5 (which will stops in certain line when an error found), and it stops at file CHKSTK.ASM in this highlighted line:


probepages:<br />
        sub     ecx,_PAGESIZE_          ; yes, move down a page<br />
        sub     eax,_PAGESIZE_          ; adjust request and...<br />
<br />
        <span style="background-color: yellow">test    dword ptr [ecx],eax     ; ...probe it</span><br />
<br />
        cmp     eax,_PAGESIZE_          ; more than one page requested?<br />
        jae     short probepages        ; no


I wonder what kind of error that cause this?

Thanks in advance
GeneralRe: Error in CHKSTK.ASM Pin
Alexander M.,12-May-05 7:27
Alexander M.,12-May-05 7:27 
GeneralRe: Error in CHKSTK.ASM Pin
houari_id12-May-05 10:26
houari_id12-May-05 10:26 
GeneralRe: Error in CHKSTK.ASM Pin
cmk12-May-05 21:15
cmk12-May-05 21:15 
GeneralMFC Interface Problem Pin
acinosanduce11-May-05 3:21
acinosanduce11-May-05 3:21 
GeneralRe: MFC Interface Problem Pin
David Crow11-May-05 3:23
David Crow11-May-05 3:23 
GeneralRe: MFC Interface Problem Pin
acinosanduce11-May-05 3:34
acinosanduce11-May-05 3:34 
GeneralRe: MFC Interface Problem Pin
David Crow11-May-05 3:47
David Crow11-May-05 3:47 
GeneralRe: MFC Interface Problem Pin
acinosanduce11-May-05 3:52
acinosanduce11-May-05 3:52 
GeneralRe: MFC Interface Problem Pin
Ravi Bhavnani11-May-05 4:19
professionalRavi Bhavnani11-May-05 4:19 
GeneralRe: MFC Interface Problem Pin
ddmcr11-May-05 4:04
ddmcr11-May-05 4:04 
GeneralHELP AGAIN Pin
acinosanduce12-May-05 10:24
acinosanduce12-May-05 10:24 
Generalupdating user32.lib Pin
Kharfax11-May-05 3:17
Kharfax11-May-05 3:17 
GeneralRe: updating user32.lib Pin
David Crow11-May-05 3:21
David Crow11-May-05 3:21 
GeneralRe: updating user32.lib Pin
Kharfax11-May-05 3:30
Kharfax11-May-05 3:30 
GeneralRe: updating user32.lib Pin
Kharfax11-May-05 3:44
Kharfax11-May-05 3:44 
GeneralRe: updating user32.lib Pin
David Crow11-May-05 3:50
David Crow11-May-05 3:50 
Generalerror C2664: 'TextOutW' : cannot convert parameter 4 from 'char [10]' to 'const unsigned short *' Pin
zeyun11-May-05 2:40
zeyun11-May-05 2:40 

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.