News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

PROTO definitio error

Started by korte, February 17, 2009, 07:02:14 PM

Previous topic - Next topic

korte

   
    myfunc PROTO :DWORD

Error in compiling (ml 6.1a)

Assembling: j.asm
DOSXNT : fatal error DX1020: unhandled exception: Page fault;
contact Microsoft Support Services
ProcessId=1342 ThreadId=1343
User Registers:
EAX=00000004h EBX=0013A4D4h ECX=0007F690h EDX=00000005h
ESI=0007FA13h EDI=0007F690h EBP=00107326h ErrorCode = 00000004h
DS=0017h ES=0017h FS=005Fh GS=0017h FLG=00013202h
CS:EIP=000Fh:0006C012h SS:ESP=0017h:00107326h
DOSXNT : fatal error DX1020: unhandled exception: Page fault;
contact Microsoft Support Services
ProcessId=1342 ThreadId=1343
User Registers:
EAX=00038020h EBX=0010750Ah ECX=00000000h EDX=0000001Ch
ESI=00000000h EDI=00091404h EBP=00038000h ErrorCode = 00000006h
DS=0017h ES=0017h FS=005Fh GS=0017h FLG=00013202h
CS:EIP=000Fh:00019AF8h SS:ESP=0017h:00038000h

Fault occurred in a System Call - System Regs:
EAX=00029528h EBX=00029528h ECX=C0000005h EDX=00029528h
ESI=00037ED8h EDI=C0000005h EBP=0003EE78h
DS=0017h ES=0017h FS=005Fh GS=0017h FLG=00013216h
CS:EIP=000Fh:00014207h SS:ESP=0017h:0003EE70h



What a correct version DOS programing ML and(or) dosxnt ???


dedndave

you will have to show us the "myfunc" function definition