Re: Suddenly very quiet. Is everyone okay?
- Posted by Icy_Viking 1 week ago
- 205 views
Still chipping away at my stupid little gui...
I'm thinking of asking Exercism to delete the Phix track since it's never going to go live...
Trying to figure out why every time I try to run a example program for my doslike wrapper, the program crashes. If anyone can help me figure it out, I'd be grateful.
[https://www.mediafire.com/file/01cmy0k8t51380s/doslike.zip/file]
I can tell you that download has a 64-bit doslike.dll and a 32-bit SDL2.dll, however it doesn't look like it is even getting that far...
It created (on Phix) C:\Users\pete\AppData\Local\CrashDumps\p64.exe.49056.dmp which tells me it died with 0xc0000005 aka
"The thread tried to read from or write to a virtual address for which it does not have the appropriate access."
After removing the or rather commenting out the dosmain functions, I was able to get it to build as a DLL
My guess would be you removed something rather vital.
That may be why it is not working. I can try building the DLL again with the dosmain function. Might have to find a work around.

