The MASM Forum

General => The Workshop => Topic started by: xanatose on August 20, 2019, 03:01:11 AM

Title: Is it possible to make an import library with some functions static?
Post by: xanatose on August 20, 2019, 03:01:11 AM
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.
Title: Re: Is it possible to make an import library with some functions static?
Post by: TimoVJL on August 20, 2019, 03:10:01 AM
Create import library and add object files to it.
Title: Re: Is it possible to make an import library with some functions static?
Post by: Vortex on August 20, 2019, 03:48:21 AM
Hi xanatose,

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