Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I link Microsoft C++ DLLs with Watcom C++?

link watcom c
0
10 Posted

Can I link Microsoft C++ DLLs with Watcom C++?

0
10

Yes, this is possible but only if you have Watcom C/C++ version 10.5 or later. However, to link with a Microsoft DLL, you must create the import library using Microsoft’s librarian. The reason for this requirement is that while wlink understands Microsoft import libraries, wlib does not understand Microsoft DLLs (and thus, cannot be used to generate an import libraries from Microsoft DLLs). Refer to Document #44623 Using Visual C++ EXEs and DLLs with Power++ and Watcom C/C++. With versions 10.0 and earlier, linking a Microsoft C++ DLL with Watcom C++ is not possible.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123