c++ - DMC++ and WinXP
- Dave Nelson <Dave_member pathlink.com> Jan 26 2006
- Scott Michel <scottm aero.org> Jan 27 2006
- Dave Nelson <Dave_member pathlink.com> Jan 27 2006
Is anyone using DMC++ on Win XP? I just got the CD, and it installs and runs fine. The problem is the generated code seems to be always pre-XP. All Windows code tries to load the outdated WINSPOOL.DLL. Can anyone give me a clue? Thanks in advance. --Dave
Jan 26 2006
Dave Nelson wrote:Is anyone using DMC++ on Win XP? I just got the CD, and it installs and runs fine. The problem is the generated code seems to be always pre-XP. All Windows code tries to load the outdated WINSPOOL.DLL. Can anyone give me a clue? Thanks in advance.
That's because the MS SDK on the CD is a little outdated. You can install the current SDK from MS, along with a couple of tweaks and some library conversion -- google for 'DMC MS SDK'.
Jan 27 2006
In article <drdng6$1soq$2 digitaldaemon.com>, Scott Michel says...Dave Nelson wrote:Is anyone using DMC++ on Win XP? I just got the CD, and it installs and runs fine. The problem is the generated code seems to be always pre-XP. All Windows code tries to load the outdated WINSPOOL.DLL. Can anyone give me a clue? Thanks in advance.
That's because the MS SDK on the CD is a little outdated. You can install the current SDK from MS, along with a couple of tweaks and some library conversion -- google for 'DMC MS SDK'.
Ah! Thank you very much!
Jan 27 2006








Dave Nelson <Dave_member pathlink.com>