I have built a program in Microsoft Visual Studio 2005 and it works fine. The problem I am having is the the m开发者_StackOverflowachine it needs to be used on is running windows 98. As far as I can
I need to do a quick port to windows 98. My code is raw C/C++, I just need the headers, the compiler, and preferably some documentation to clarify what is supported b开发者_开发技巧y Windows 98 API.
I am coding in Windows 98(DOS mode) and my program is crashing badly. I can reproduce the crash just fine, but my normal debugging tricks(stack trace, printf the whole thing to isolate the crash) are
I\'m trying to write an application that should work both on Windows 98 and XP. I decided to go with Python, but I\'m having trouble even installing it on Win\'98 (Python 2.7 installer says something
I\'m currently trying to optimize the code emitted from a home-made compiler, for a home-made language.
I am performing this project but there is problem of program . we chose a program based on the \'C\' language that runs on window 98.
I\'m running a py2exe-compiled python program from one server machine on a number of client machines (mapped to a network drive on every machine, say W:).