Hi,
On Win32, I built ldap libraries with the source downloaded
from CVS.
- ... libnsldap32v50.dll(205k) libnsldap32v50.a(218k)
...
With these libraries, I tried to build Win32 application using
Visual C++ 6.0.
Firstly, I think libnsldap32v50.a is just a static library,
tried to build with this, but failed with this error message "warning LNK4078:
multiple ".text" sections found with different attributes
(E0000020)"
Secondly, to use dll file, I used dlltool to make an interface
library like this:
# dlltool -l libnsldap32v50.lib
libnsldap32v50.dll
But VisualC++ produce an error that they can't find all
appropriate symbols.
Can I produce static and dll libraries adequate for
Visual C++?
-Suh
