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?
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"


/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): undefined reference to
  `mysql_cl...@4'
/harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0x199): undefined reference to
  `mysql_cl...@4'
/harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0x1c6): undefined reference to
  `mysql_free_res...@4'
/harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0x209): undefined reference to
  `mysql_free_res...@4'
/harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0x2be): undefined reference to
  `mysql_i...@4'
...

Best Regards
Joel Bernardes

<libmysql.def>_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

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.

Best regards
Joel Bernardes
__________________________________________________
Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to