Create static .lib without .dll [W2K, VC++ 6]
ignace
ignace.saenen@pandora.be
Fri Feb 14 11:57:00 GMT 2003
The easy way: just create a 'Win32 Static Library' project under "File /
New Project", and load it with your files.
The harder way: although it is highly you can specify the "-lib" option
in the linker options or even in the project .dsp directly, but you have
to make sure you're using the default linker options, see MSDN for more
information under 'static libraries, creating'. If you're not
comfortable with editing .dsp files by hand, then please don't! :)
Regards,
i.
> -----Original Message-----
> From: pthreads-win32-owner@sources.redhat.com [mailto:pthreads-win32-
> owner@sources.redhat.com] On Behalf Of Forstner Michael
> Sent: Friday, February 14, 2003 9:04 AM
> To: pthreads-win32@sources.redhat.com
> Subject: Create static .lib without .dll [W2K, VC++ 6]
>
> Hello all,
>
> is there a way to create a static .lib without the .dll with VC++ 6 ?
>
> regards,
> Michael Forstner
More information about the Pthreads-win32
mailing list