|
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++.windows.32-bits - Sources of MS Link (Converting MS LIBS)
A past post indicated that versions of MS link.exe could be found in MS SDK. This linker is apparently critical for converting new COFF to old COFF before we can finally convert the lib to OMF for Digitalmars tools (using COFF2OMF). The most recent MS SDK for XP no longer seems to have the linker. According to other sources, this linker also can be found in the WIN98 DDK and other versions of the MS DDK. Unfortunately none of the DDK's are freely available anymore (so far as I could tell). Does anyone know of any other valid source for the linker? Thanks, John Aug 27 2003
I just got the latest version of DDK and I have the same problem. Does anyone know where I can get the correct version of Link.EXE? Thanks! Andy In article <bij9uh$1a23$1 digitaldaemon.com>, John Reimer says...A past post indicated that versions of MS link.exe could be found in MS SDK. This linker is apparently critical for converting new COFF to old COFF before we can finally convert the lib to OMF for Digitalmars tools (using COFF2OMF). The most recent MS SDK for XP no longer seems to have the linker. According to other sources, this linker also can be found in the WIN98 DDK and other versions of the MS DDK. Unfortunately none of the DDK's are freely available anymore (so far as I could tell). Does anyone know of any other valid source for the linker? Thanks, John Oct 20 2003
I just got the latest version of DDK and I have the same problem. Does anyone know where I can get the correct version of Link.EXE? Thanks! Andy In article <bij9uh$1a23$1 digitaldaemon.com>, John Reimer says...A past post indicated that versions of MS link.exe could be found in MS SDK. This linker is apparently critical for converting new COFF to old COFF before we can finally convert the lib to OMF for Digitalmars tools (using COFF2OMF). The most recent MS SDK for XP no longer seems to have the linker. According to other sources, this linker also can be found in the WIN98 DDK and other versions of the MS DDK. Unfortunately none of the DDK's are freely available anymore (so far as I could tell). Does anyone know of any other valid source for the linker? Thanks, John Oct 20 2003
Andy C wrote:I just got the latest version of DDK and I have the same problem. Does anyone know where I can get the correct version of Link.EXE? Thanks! Andy In article <bij9uh$1a23$1 digitaldaemon.com>, John Reimer says...A past post indicated that versions of MS link.exe could be found in MS SDK. This linker is apparently critical for converting new COFF to old COFF before we can finally convert the lib to OMF for Digitalmars tools (using COFF2OMF). The most recent MS SDK for XP no longer seems to have the linker. According to other sources, this linker also can be found in the WIN98 DDK and other versions of the MS DDK. Unfortunately none of the DDK's are freely available anymore (so far as I could tell). Does anyone know of any other valid source for the linker? Thanks, John Oct 20 2003
On Mon, 20 Oct 2003 22:40:07 +0200, Ingvaldur Sigurjonsson wrote:c) provide an alternative linker (see modified 'wlink' (OpenWatcom linker) at Meerwald's site http://cmeerw.org/prog/dm/) Oct 21 2003
Christof Meerwald wrote:On Mon, 20 Oct 2003 22:40:07 +0200, Ingvaldur Sigurjonsson wrote:c) provide an alternative linker (see modified 'wlink' (OpenWatcom linker) at Meerwald's site http://cmeerw.org/prog/dm/) Oct 22 2003
Well if only the IIDs are unknown, you can supply them yourself in your code, they are documented (or can be found on the net). Christian "Ingvaldur Sigurjonsson" <ingi telia.com> wrote in message news:bn1gno$1fa5$1 digitaldaemon.com...Andy C wrote:I just got the latest version of DDK and I have the same problem. Does anyone know where I can get the correct version of Link.EXE? Thanks! Andy In article <bij9uh$1a23$1 digitaldaemon.com>, John Reimer says...A past post indicated that versions of MS link.exe could be found in MS SDK. This linker is apparently critical for converting new COFF to old COFF before we can finally convert the lib to OMF for Digitalmars tools (using COFF2OMF). The most recent MS SDK for XP no longer seems to have the linker. According to other sources, this linker also can be found in the WIN98 DDK and other versions of the MS DDK. Unfortunately none of the DDK's are freely available anymore (so far as I could tell). Does anyone know of any other valid source for the linker? Thanks, John Nov 02 2003
|