On 12 =C6=C5=D7, 17:35, Friedrich Dominicus
<just-for-news-fr...@[EMAIL PROTECTED]
> wrote:
> "slava....@[EMAIL PROTECTED]
" <slava....@[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.
I mean implicitly link to a lcc compiled DLL. I don't have source
code, I only have a header, DLL and .lib file. But linking with MSVC++
using that .lib file is impossible.


|