Can I run an application compiled in Visual Studio 2005 on Windows 98?

Viewed 2599

I have built a program in Microsoft Visual Studio 2005 and it works fine.

The problem I am having is the the machine it needs to be used on is running windows 98. As far as I can tell I need to install the re-distributable for vc++. Can I install the re-distributable on windows 98 or is there a way to make it work on windows 98?

4 Answers
Related