简体   繁体   English

有没有一种可以在Windows 98中使用RAD Studio XE7编译程序的方法?

[英]Is there a way to compile program with RAD Studio XE7 to work in windows 98?

I uninstall delphi7 For a while and i install RAD Studio XE7 我卸载了delphi7一段时间,然后安装了RAD Studio XE7

Is there a way to compile program with RAD Studio to work in windows 98 without reinstall delphi 7 ? 有没有一种方法可以使用RAD Studio编译程序以在Windows 98中工作而无需重新安装delphi 7

You cannot target Windows 9x using modern Delphi. 您不能使用现代Delphi定位Windows 9x。 There are plenty of reasons for this but the big one is Unicode. 造成这种情况的原因很多,但最大的原因是Unicode。 Since Delphi 2009 the Delphi libraries target the Unicode variant of the Win32 API. 从Delphi 2009开始,Delphi库针对Win32 API的Unicode变体。 Windows 9x does not support Unicode. Windows 9x不支持Unicode。

If you wish to continue targeting Windows 9x, do so the way you always have done. 如果您希望继续以Windows 9x为目标,请按照通常的方式进行。 Use Delphi 7. 使用Delphi 7。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM