Quote:
Originally Posted by soadmania
tested on jangan and works great, no crashes. but i cant see the S->C opdoces. its always [0].
can u share the new code? i think i can solve this S->C [0] problem :p
|
Oops, sorry. I accidentally deleted that code and didn't notice that. It's readded now and should show it.
Anyways, here's an update:
The source code is about the same. All I did was:
* Remove static arrays from functions into global namespace
* Added pushfd/popfd alongside pushad/popad
* Still used the original ASM patch rather than my updated one
The compiler changes I did was:
* Runtime Library: Multi-threaded (/MT) [C/C++->Code Generation->Runtime Library]
* Stack Reserve Size: 8000000 [Linker->System->Stack Reserve Size] [for my gui version, not needed for the console version]
Attached is the project. Can you and fanste retest again? I have a bit of rewriting to do on my GUI version, so that won't be ready for a bit.