Skip to content

Linking #3

Answered by nidud
jklwn4 asked this question in Q&A
Dec 20, 2023 · 13 comments
Discussion options

You must be logged in to vote

LINKW is a fork of JWLINK, which in turn is a fork of the Open Watcom linker WLINK.

I added a few changes to the 64 bit section to make it more compatible with Visual Studio (mostly for creating libraries), and some command line options (like wildcards).

However, newer version of VS (2019+) added some changes to the import library format so LIBW is not compatible with these changes. It works for static libraries so LIBC is built using LIBW, but the import libraries are built using LIB to enable debugging using VS.

I haven't really looked into to it yet but I guess it's a trivial issue to fix as LINKW works fine with the import created by LIB and VS works fine with the libraries created by…

Replies: 13 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nidud
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants