Run WIMS-D5 on Win XP: Solutions & Alternatives

  • Thread starter Thread starter libertad
  • Start date Start date
AI Thread Summary
Running an old WIMS-D5 executable on Windows XP is challenging due to compatibility issues, as it was compiled with an outdated compiler. Without the source code for recompilation, users are advised to request it from NEA if they have legal rights to the software. Compatibility mode settings in Windows XP may offer a potential workaround, although results are uncertain. Another viable solution is to set up a virtual machine running Windows 2000 on the XP system, allowing the software to operate in its native environment. Exploring these options can help users find a way to run the executable effectively.
libertad
Messages
43
Reaction score
1
Hello there,
I have an exe file of WIMS-D5 code which is complied with an old compiler so it cannot be run under Windows XP. It can run on Win 2000 an other lower OS.

Is there a solution which helps me run it under Win XP?
I don't have its source code to recompile it.

Thanks
 
Engineering news on Phys.org
Probably the best thing is to do an official request at NEA. I know they are a pain, but if you have the legal right to use their software, sooner or later you will obtain it.
 
I wonder if it is an incompatibility with the OS (XP) or the microprocessor (32 bit vs 64 bit, or something like that). I presume the microprocessor of the XP machine is different than for the Win2K or lower OS?

It's certainly best to compile the code on the platform with the OS under which it will be used.
 
Astronuc said:
I wonder if it is an incompatibility with the OS (XP) or the microprocessor (32 bit vs 64 bit, or something like that). I presume the microprocessor of the XP machine is different than for the Win2K or lower OS?

It's certainly best to compile the code on the platform with the OS under which it will be used.

I don't have the source code to compile it again.
 
libertad said:
I don't have the source code to compile it again.
In that case, I would recommend Vanesch's suggestion and request the source code from NEA. Or find a Win2K system.

Is the XP Machine similar to the one that had Win2K, i.e. what processor is one using as opposed to the one on which the executable was created? I assume the HD's of the XP machine use NTFS.
 
If you right click a program and go to "Properties", you can change the compatability mode (under, of course, the "Compatability" tab). I have no clue if it will work, but it's worth a try.
 
If you really need it one solution which requires some effort (and works if the application doesn't require extreme graphical performance for one) is to install a virtual win2k guest under XP and run the native win2k version of the software there ... since it's then win2k should definitely work (for example http://www.virtualbox.org/ ).
 
Back
Top