Supported VC2003 deployment targets

  • Thread starter Charles E Hardwidge
  • Start date
C

Charles E Hardwidge

Feel a bit dumb for asking this.

Could someone confirm whether VC2003 was a supported platform for deploying
executables to Win95 or Win98. The last MSDN was Oct 2003. What's the last
PSDK for VC2003 and Win95?

http://msdn2.microsoft.com/en-us/vstudio/aa700897.aspx

I'm hovering over whether I should stick with VC6 for Win9x and NT4 legacy
development, or crank it up to VC2003. The codebase is portable, the main
issue is performance and support.
 
N

Nathan Mates

Could someone confirm whether VC2003 was a supported platform for
deploying executables to Win95 or Win98. The last MSDN was Oct
2003. What's the last PSDK for VC2003 and Win95?

I've put out binaries compiled w/ VS2005 Standard and run them on
Win98 boxes fine. It's more what you MS APIs & .lib/.DLLs you link
against, than anything else.

Nathan Mates
 
C

Charles E Hardwidge

Nathan Mates said:
I've put out binaries compiled w/ VS2005 Standard and run them on
Win98 boxes fine. It's more what you MS APIs & .lib/.DLLs you link
against, than anything else.

I was thinking that but didn't want to get too smart. Older platforms have
prerequisites. Not a problem. I just wanted to double check the compiler and
SDK versions in case something bit somewhere down the line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top