Christof Meerwald@ms_sdk.dm | |||||
Using Microsoft's Latest Platform SDK with Digital Mars C/C++Because the freely available Digital Mars C/C++ compiler only comes with a minimal and outdated set of Win32 libraries, I have put together some instructions on how to use Microsoft's latest (Platform) SDK with Digital Mars C/C++. You have two options for using Microsoft's SDK with Digital Mars. You can either replace DM's optlink with the Open Watcom linker (see my Open Watcom Tools page) or you can convert the Microsoft-style COFF libraries into OMF libraries. Unfortunately, the latter requires you to have the Microsoft link program available (which was once included in some older Platform SDK or Visual C++ 6.0). In any case you have to install the Platform SDK and apply a simple patch to the header files.
Using the Open Watcom Linker instead of DM's optlinkSee my Open Watcom Tools page for more information. Converting the Platform SDK's Import Libraries Using Microsoft's link
| |||||
This Web page is licensed under the Creative Commons Attribution - NonCommercial - Share Alike License. Any use is subject to the Privacy Policy.
Revision: 1.5, cmeerw.org/prog/dm/ms_sdk.html Last modified: Mon Sep 03 18:20:50 2018 |
Christof Meerwald <cmeerw@cmeerw.org> XMPP: cmeerw@cmeerw.org |