Re: static libraries for win32?
Timothee Besset <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
Well it looks like loading up the .dsp in .net and tweaking them allows to do that quite easily. But this is something VC6 doesn't do it seems (i.e. switching a .dll project to static library) TTimo Timothee Besset wrote: > > I see that the VC6 .dsp files provided in the 5.4.0 archive are > building DLLs and import .lib files. Is there an easy way to get > static MSVC-friendly libraries? (i.e. for static linking against the > final app, no implicit .dll dependencies) > > TTimo > > >