Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Microsoft SDK and Christof's diffs
Christof regarding your terrific notes on using the Microsoft SDK with Digital Mars, http://cmeerw.org/prog/dm/ms_sdk.html Is it necessary to use Microsoft's linker for the library conversions? Walter what do you think? I just downloaded the latest SDK. There is no bin\link.exe file. The only link.exe I have from that download is C:\MicrosoftSDK\Bin\win64\link.exe which would seem to be a Windows 64-bit specialty, not a standard linker for Win32. It would be really nice to find a way to use the SDK under DMC without any need for Microsoft tools. Mark Jan 05 2003
On Mon, 6 Jan 2003 03:09:04 +0000 (UTC), Mark Evans wrote:Christof regarding your terrific notes on using the Microsoft SDK with Digital Mars, http://cmeerw.org/prog/dm/ms_sdk.html Is it necessary to use Microsoft's linker for the library conversions? Walter Jan 06 2003
OK Christof, just add those links to your web page then. It would be helpful to people who don't own MSVC and are unfamiliar with SDKs. Walter you should link over to Christof's site from the home page. This is useful information about compatibility with Boost, STL, and Microsoft SDK. Thanks Christof, MarkYou can get Microsoft's linker from the Windows 98 DDK, see http://users.easystreet.com/jkirwan/pctools.html (you need http://www.microsoft.com/ddk/download/98/BINS_DDK.EXE and http://www.microsoft.com/ddk/download/98/98SETUP.EXE). Jan 06 2003
"Mark Evans" <Mark_member pathlink.com> wrote in message news:avcdsp$jgb$1 digitaldaemon.com...Walter you should link over to Christof's site from the home page. This Jan 06 2003
|