News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Is it possible to make an import library with some functions static?

Started by xanatose, August 20, 2019, 03:01:11 AM

Previous topic - Next topic

xanatose

Is it possible to combine a static library with an import library of a DLL so that only one library is needed?

Also,is it possible to combine various libraries into just one library?

If so how does one do it? I kind of remember that it was possible. But don't remember how.

TimoVJL

May the source be with you

Vortex

Hi xanatose,

It's better to keep separate the two type of libraries.