Re: ver 4.0 c_func problem on WIN98 Here Is proof of the problem !
- Posted by bernie Apr 24, 2009
- 1164 views
I have done the following :
I built SVN1975 binaries on XP for WIN98 and ran them using my assembler code.
protecting the ESI register PASSED.
not protecting the ESI FAILED.
I then built SVN1975 binaries on XP for WIN98 WITH DEBUG TURNED ON and ran them using my assembler code.
protecting the ESI register PASSED.
not protecting the ESI PASSED.
Something is different between debug be turned on and off.