Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要快速移植到 Windows 98。我的代码是原始 C/C++,我只需要头文件、编译器,最好是一些文档来阐明 Windows 98 API 支持的内容。
什么是最新的仍然完全支持 Win98 的 SDK(带有编译器),带有 win98 文档?
建议:
1) 给自己找一个像 OpenWatcom、DJGPP 或 Turbo C++ 这样的编译器
2) 无论您当前的平台是什么(包括 Linux),创建一个 Win98 虚拟机来测试您的代码