After some amendments/additions to code, I compiled the module -- or
tried to, and got the message:
This programme has performed an illegal operation (etc.)
The DETAILS button reveals the following:
PBDLL cause a general protection fault
in module PBDLL.EXE at 0003:0000466f.
[code/]Registers:
EAX=0000037f CS=0dc7 EIP=0000466f EFLGS=00000246
EBX=00004343 SS=30af ESP=0000ad00 EBP=8055ad08
ECX=ffff0000 DS=30af ESI=000077f7 FS=10ff
EDX=00000000 ES=of1f EDI=00000370 GS=of4f
Bytes at CS:EIP:
26 8b 4f 0a 0f b6 d8 b8 1c 72 e8 0b 6c eb 66 80
Stack dump:
00000340 0e400000 3f81ad22 02d03c97 3452362b
006833eb 00050097 0dcf0205 000000bc 00000000[/code]
(plus 6 more of 00000000)
The EIP value is that which is where the gpf supposedly occurred.
Does this mean a bug in PbDLL? What's to do?
------------------
tried to, and got the message:
This programme has performed an illegal operation (etc.)
The DETAILS button reveals the following:
PBDLL cause a general protection fault
in module PBDLL.EXE at 0003:0000466f.
[code/]Registers:
EAX=0000037f CS=0dc7 EIP=0000466f EFLGS=00000246
EBX=00004343 SS=30af ESP=0000ad00 EBP=8055ad08
ECX=ffff0000 DS=30af ESI=000077f7 FS=10ff
EDX=00000000 ES=of1f EDI=00000370 GS=of4f
Bytes at CS:EIP:
26 8b 4f 0a 0f b6 d8 b8 1c 72 e8 0b 6c eb 66 80
Stack dump:
00000340 0e400000 3f81ad22 02d03c97 3452362b
006833eb 00050097 0dcf0205 000000bc 00000000[/code]
(plus 6 more of 00000000)
The EIP value is that which is where the gpf supposedly occurred.
Does this mean a bug in PbDLL? What's to do?
------------------
Comment