Re: How statically link lcc compiled DLL with Microsoft Visual C++?
by Friedrich Dominicus <just-for-news-frido@[EMAIL PROTECTED]
Feb 12, 2008 at 05:35 PM
"slava.pnp@[EMAIL PROTECTED]
" <slava.pnp@[EMAIL PROTECTED]
> writes:
> I think it might be procedure looks like used than link VC++ compiled
> DLL with lcc (pedump + buildlib) but with another tools. Unfortunately
> I did not find any information about.
Something does not fit the picture. You do not link a DLL statically
to a system. What you might want is building a static library and link
against it, that is easy done. Just build the static library with
lcc-win32 and then just add the static library to the link stage of
the MSVC project.
Regards
Friedrich
--
Please remove just-for-news- to reply via e-mail.