Hello Viktor, thanks for the help.
But that was not enough. This option (hbmk2-mkimplib) generated only one copy
of the DLL (hbmk2-mkimplib = libmysql.a libmysql.dll).
I decided to set the functions manually.
eg: mysql_init to mysql_init @ 4. . .
So the problem is resolved.
Yes, looks th
>>> /harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0xa4): undefined
>>> reference to
>>> `mysql_escape_str...@12'
>>> /harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0x115): undefined
>>> reference to
>>> `mysql_escape_str...@12'
>>> /harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0x156):
Em 30/03/2010 02:20, Viktor Szakáts escreveu:
Hi,
Use HB_BUILD_IMPLIB=yes at build time (or hbmk2 -mkimplib anytime)
to create working implibs.
Brgds,
Viktor
On 2010 Mar 30, at 02:49, JOEL - YAHOO wrote:
Hi
Please, give me some information.
The LIB hbmysql is available for version 5.0.89
Hi,
Use HB_BUILD_IMPLIB=yes at build time (or hbmk2 -mkimplib anytime)
to create working implibs.
Brgds,
Viktor
On 2010 Mar 30, at 02:49, JOEL - YAHOO wrote:
> Hi
> Please, give me some information.
> The LIB hbmysql is available for version 5.0.89?
> I'm trying to write a small application wi
Hi
Please, give me some information.
The LIB hbmysql is available for version 5.0.89?
I'm trying to write a small application with MinGW32 and I'm having the
carriage return below.
Attached the header of imported LIB command -->> "dlltool-D libmysql.dll
libmysql.def-d-l-k libmysql.a "
/harbou