In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Error compilado

Foro público de Xailer en español
Responder
caobanico
Mensajes: 1
Registrado: Sab Jun 09, 2012 1:36 pm

Error compilado

Mensaje por caobanico »

Saludos a todos, estoy probando xsailer y estoy creando la conexion con mysql y al compilar el proyecto me dice en los errores:
Enlazando Caoba_Pre.exe...
C:BorlandBCC55Binilink32 -Gn -Tpe -x -aa @link.tmp
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external 'mysql_init' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_real_connect' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_close' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_select_db' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_ping' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_fetch_lengths' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_affected_rows' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_stmt_init' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_stmt_prepare' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_stmt_param_count' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_stmt_bind_param' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_stmt_send_long_data' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_stmt_execute' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_stmt_affected_rows' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_stmt_close' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_real_query' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_use_result' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_error' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_fetch_row' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_errno' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_free_result' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_insert_id' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_fetch_fields' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
Error: Unresolved external 'mysql_field_count' referenced from C:XAILER2LIBXAILER.LIB|IMySQL
0 Files, 0 Warnings, 24 Errors
Tiempo de compilación: 0.00s Tiempo de enlazado: 7.78s Tiempo total: 7.88s
gracias, estoy aprendiendo a usarlo ya que programo en visual foxpro pero ya visual foxpro no tiene soporte.
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Error compilado

Mensaje por jfgimenez »

José,
> Saludos a todos, estoy probando xsailer y estoy creando la
> conexion con mysql y al compilar el proyecto me dice en los
> errores:
Sólo tienes que marcar la librerí­a de mysql en las opciones del
proyecto, apartado librerí­as.
Un saludo,
José F. Giménez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder