How can build an exe file by VS .NET to execute it on Windows_98?
-
Hello everyone. How can build an exe file by VS .NET to execute it on Windows_98? Thank you:rose:
-
Hello everyone. How can build an exe file by VS .NET to execute it on Windows_98? Thank you:rose:
If you're using traditional unmanaged C++ then you should be able to deploy it as with any previous Visual C++ output. If you use MFC then you can link statically to prevent having to send out anything other than the EXE. If you're linking to the shared MFC library then you'll have to distribute the MFCxx.dll too. If you're using Managed C++ (and I'm assuming you are since its in the MC++ forum) then you'll have to install the .NET Runtime on the target machine too. The code compiled from VC#, VB.NET or VC++ using /clr will be MSIL, this is then JIT compiled when its first run courtesy of the .NET CLR. The .NET Runtime ought to be on the VS.NET CDs somewhere, alternatively it'll be available from MSDN -- sorry I don't have the link off-hand. -- Paul "If you can keep your head when all around you have lost theirs, then you probably haven't understood the seriousness of the situation." - David Brent, from "The Office" MS Messenger: paul@oobaloo.co.uk Sonork: 100.22446
-
Hello everyone. How can build an exe file by VS .NET to execute it on Windows_98? Thank you:rose:
For future reference we would appreciate it if you would not post the same question more then once across the different message boards, I believe you asked this exact question in the .NET Framework board also. Thanks:cool: "We will thrive in the new environment, leaping across space and time, everywhere and nowhere, like air or radiation, redundant, self-replicating, and always evolving." -unspecified individual