Board index » delphi » Delphi 8 app Deployment on a non-.Net environment
Eduardo Sagarnaga
![]() Delphi Developer |
Delphi 8 app Deployment on a non-.Net environment2004-02-20 06:12:47 AM delphi229 I am building a group of very very very simple applications (just regular .exe)to check Data integrity. The programs run well on my machine, but as soon as my users try to use them, they have messages telling them that MSCOREE.DLL is missing. Most of them have win98, win95, winNT. I know the problem is because my applications now are .Net applications, but I don't want my users go to the hassle of installing the .NET environment on their machines since most of them are just regular illiterate-computer guys. How can I compile on Delphi 8 programs with backwards compability so they can run on non-.Net environments?????? |