old stuff needed...
-
MSDN Subscriber downloads still has them I belive.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
-
-
this is a point, i already have 16 bit MS C++ compiler with MFC, unfortunately it does not include SDK. There is also download link in readme file which is about 10 years death :). CD version may include SDK ,well, eBay seems to be only one way to get it.
-
As far as I know, there isn't a 16-bit version of the platform SDK. /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com
-
You have the appropriate header files and import libs with the VC 1.5c (I'm assuming that's what you're using). The 16-bit Windows API (the DLLs) ships with the operating system. I think you have everything you need unless you're trying to develop 16-bit code on a 32-bit machine in which case you can pretty much ignore my post :) Cheers, Tom Archer "Use what talents you possess. The woods would be very silent if no birds sang there except those that sang best." - William Blake * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework
-
MSDN Subscriber downloads still has them I belive.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.