Quasar
Moderator

Posts: 5148
Registered: 08-00 |
Not to burst your bubble, but Win95 is *not* officially supported. Not only must it be compiled under a different configuration using the Visual Studio 2005 project, but then the executable file has to be loaded into IDA Pro to find the offset of the crt0's call to InterlockedCompareExchange so that it can be replaced with hand-assembled code to do a lock cmpxchg op.
If that's not enough, it also has to be distributed with a hacked version of msvcr80.dll, which, AFAIK, would violate Microsoft's licensing terms for that chunk of code (the Microsoft C++ runtime is apparently no longer freely redistributable since it changed into an SxS, and it certainly never states that you can modify it...).
The last one alone is a killer for official support, at least through this route.
Maybe if somebody with a debugger that runs under Win95 can figure out why the cygwin compile segv's at startup, then support through that route is possible.
|