my hbc is all right it function under bcc55
{win}incpaths=include
{win}libpaths=lib \hwguivc\lib

{win}gt=gtgui
{win}libs=hwgui procmisc hbmzip hbziparc hbct hbtip hbwin xhb hbhpdf hbhpdf libpng hbmysql libmysql hbvpdf
{linux}libs=hwgui procmisc hbmzip hbziparc hbtip hbhpdf libhpdf libpng

Then the mysql implib is wrong.

the libmysql I do this for import DLL to MSVC
\bcc55\bin\impdef.exe libmysql.def libmysql.dll
lib /def:libmysql.def

So this is the fault. Using Borland tool for
this task doesn't seem like a good idea.

Look into bin/hb-mkimp.bat how to create implibs for
msvc. Or use HB_BUILD_IMPLIB=yes so that it's done by
the make process automatically. Given that dirs are
setup properly. See INSTALL about that.

For MSVC the implib is provided by packages most of
the time, so usually only a simple copy is needed or
to add a libpath.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to