Steven Edwards <[EMAIL PROTECTED]> writes:
> Every binutils I try for mingw gives me this problem. I have not been
> able to find documentation for the private flag for binutils either. I
> guess I can build it from CVS but do the function have to be marked as
> private? I have been using WINE dll
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> Steven Edwards <[EMAIL PROTECTED]> writes:
>
> > This is a problem I have had for a while building WINE dlls for use
> on
> > Windows and ReactOS. When linking the dlls dllwrap always complains
> > that it cant find the symbol private that is add
Steven Edwards <[EMAIL PROTECTED]> writes:
> This is a problem I have had for a while building WINE dlls for use on
> Windows and ReactOS. When linking the dlls dllwrap always complains
> that it cant find the symbol private that is added to the .def file.
You probably need to upgrade your binuti
Hello,
This is a problem I have had for a while building WINE dlls for use on
Windows and ReactOS. When linking the dlls dllwrap always complains
that it cant find the symbol private that is added to the .def file.
When I remove this symbol and rebuild my import libs and dlls I dont
have any proble