I am using VB6 with Windows XP. I want to deploy program which must run on Windows 98.
I am using Package and Deployment Wizard of Visual Studio 6.
Please gurus help me out. :confused:
Printable View
I am using VB6 with Windows XP. I want to deploy program which must run on Windows 98.
I am using Package and Deployment Wizard of Visual Studio 6.
Please gurus help me out. :confused:
I hope you need to copy the project into a Win98 machine and recompile its exe then make the Package...
You should compile and pack age your app on a Win98 system as a separate version. Then have another compiled and packaged on an XP ystem. Keep these to to distribute to the appropriate OS platforms.
Windows 98 :sick: almost 10 years old.
It's VB, you shouldn't need to recompile it for Windows 98. Just make sure you have checks before calling API functions from Win 2000+.
Well for any incompatible references that may not be on 98. I dont thinkm MDAC 2.8 runs on 98?
Oh, maybe.