Página 1 de 1

Error al compilar

Publicado: Jue Ene 10, 2008 5:54 pm
por ignacio
Marcelo,
>Error: Unresolved external '_HB_FUN_DBFCDX' referenced from
>C:XAILERLIBXAILER.LIB|CdxDataSource
Debe incluir la libreria DBFCDX en el proyecto a través de la opción
Proyecto>Propiedades>Librerias.
Un saludo,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Marcelo Roggeri" <sam@flyvt.com.ar> escribió en el mensaje
news:[email=47864b31@ozsrv2.ozlan.local...]47864b31@ozsrv2.ozlan.local...[/email]
> Hola buen día, ante todo me presento, soy Marcelo Roggeri, de Venado
> Tuerto (Argentina), les cuento que me baje el demo de Xailer, instale todo
> como dice el tutorial, y la verdad que me sorprendi al poder compilar
> desde el primer momento sin ningun tipo de problemas, ya he armadola
> primer ventana, con un menu y un browse con una dbf y todo ok.
> El problema lo tuve cuando quise compilar unos ejemplo que viene con
> xailer
> Les pegue el msg,
> Desde ya les agradezco mucho cualquier ayuda, ya que hace dos o tres dias
> que lo baje, y me esta gustando mucho esta herramienta.
> Los saludos muy atte.
> Marcelo
>
>
> Compilando prueba.prg...
> C:XailerxHarbourBinharbour.exe prueba.prg /n /b /w1 /D__DEBUG__
> /iC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude
> /oC:xailerSamplesDataControlsDBFData1Objprueba.c
> xHarbour Compiler build 1.0.0 (SimpLex)
> Copyright 1999-2007, http://www.xharbour.org
> http://www.harbour-project.org/
> Compiling 'prueba.prg'...
> Lines 19, Functions/Procedures 1
> Generating C source output to
> 'C:xailerSamplesDataControlsDBFData1Objprueba.c'...
> Done.
>
> C:XailerBorlandBcc55Binbcc32 -tWM -c -v- -O2 -X -DHB_API_MACROS -DHB_STACK_MACROS
> -D__XHARBOUR__ -D__DEBUG__ -IC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude;C:XailerBorlandBcc55I nclude
> -oC:xailerSamplesDataControlsDBFData1Objprueba.obj prueba.c
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> prueba.c:
> Compilando Form1.prg...
> C:XailerxHarbourBinharbour.exe Form1.prg /n /b /w1 /D__DEBUG__
> /iC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude
> /oC:xailerSamplesDataControlsDBFData1ObjForm1.c
> xHarbour Compiler build 1.0.0 (SimpLex)
> Copyright 1999-2007, http://www.xharbour.org
> http://www.harbour-project.org/
> Compiling 'Form1.prg'...
> Lines 114, Functions/Procedures 7
> Generating C source output to
> 'C:xailerSamplesDataControlsDBFData1ObjForm1.c'...
> Done.
>
> C:XailerBorlandBcc55Binbcc32 -tWM -c -v- -O2 -X -DHB_API_MACROS -DHB_STACK_MACROS
> -D__XHARBOUR__ -D__DEBUG__ -IC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude;C:XailerBorlandBcc55I nclude
> -oC:xailerSamplesDataControlsDBFData1ObjForm1.obj Form1.c
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> Form1.c:
> Enlazando prueba.exe...
> C:XailerBorlandBcc55Binilink32 -Gn -Tpe -x -aa @make.tmp
> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
> Error: Unresolved external '_HB_FUN_DBFCDX' referenced from
> C:XAILERLIBXAILER.LIB|CdxDataSource
> 0 Warnings, 1 Errors
>
>

Error al compilar

Publicado: Jue Ene 10, 2008 5:55 pm
por Rene Flores
Marcelo:
Debes agregar de forma manual al libreria DBFCDX de xHarbour.
Menu principal / Proyecto / Propiedades del proyecto.
Te aparece un formulario con un arbol del lado izquierdo, selecciona la
opcion LIBRERIAS.
Del lado derecho aparece otro arbol, busca ahi [xharbour] DBFCDX.LIB y
marcalo.
Cierra el formulario y vuelve a compilar.
Saludos
Rene Flores
http://www.ciber-tec.com
Roggeri escribió:
> Hola buen dí­a, ante todo me presento, soy Marcelo Roggeri, de Venado
> Tuerto (Argentina), les cuento que me baje el demo de Xailer, instale
> todo como dice el tutorial, y la verdad que me sorprendi al poder
> compilar desde el primer momento sin ningun tipo de problemas, ya he
> armadola primer ventana, con un menu y un browse con una dbf y todo ok.
> El problema lo tuve cuando quise compilar unos ejemplo que viene con xailer
> Les pegue el msg,
> Desde ya les agradezco mucho cualquier ayuda, ya que hace dos o tres
> dias que lo baje, y me esta gustando mucho esta herramienta.
> Los saludos muy atte.
> Marcelo
>
>
> Compilando prueba.prg...
> C:XailerxHarbourBinharbour.exe prueba.prg /n /b /w1 /D__DEBUG__
> /iC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude
> /oC:xailerSamplesDataControlsDBFData1Objprueba.c
> xHarbour Compiler build 1.0.0 (SimpLex)
> Copyright 1999-2007, http://www.xharbour.org
> http://www.harbour-project.org/
> Compiling 'prueba.prg'...
> Lines 19, Functions/Procedures 1
> Generating C source output to
> 'C:xailerSamplesDataControlsDBFData1Objprueba.c'...
> Done.
>
> C:XailerBorlandBcc55Binbcc32 -tWM -c -v- -O2 -X -DHB_API_MACROS
> -DHB_STACK_MACROS -D__XHARBOUR__ -D__DEBUG__
> -IC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude;C:XailerBorlandBcc55I nclude
> -oC:xailerSamplesDataControlsDBFData1Objprueba.obj prueba.c
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> prueba.c:
> Compilando Form1.prg...
> C:XailerxHarbourBinharbour.exe Form1.prg /n /b /w1 /D__DEBUG__
> /iC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude
> /oC:xailerSamplesDataControlsDBFData1ObjForm1.c
> xHarbour Compiler build 1.0.0 (SimpLex)
> Copyright 1999-2007, http://www.xharbour.org
> http://www.harbour-project.org/
> Compiling 'Form1.prg'...
> Lines 114, Functions/Procedures 7
> Generating C source output to
> 'C:xailerSamplesDataControlsDBFData1ObjForm1.c'...
> Done.
>
> C:XailerBorlandBcc55Binbcc32 -tWM -c -v- -O2 -X -DHB_API_MACROS
> -DHB_STACK_MACROS -D__XHARBOUR__ -D__DEBUG__
> -IC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude;C:XailerBorlandBcc55I nclude
> -oC:xailerSamplesDataControlsDBFData1ObjForm1.obj Form1.c
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> Form1.c:
> Enlazando prueba.exe...
> C:XailerBorlandBcc55Binilink32 -Gn -Tpe -x -aa @make.tmp
> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
> Error: Unresolved external '_HB_FUN_DBFCDX' referenced from
> C:XAILERLIBXAILER.LIB|CdxDataSource
> 0 Warnings, 1 Errors
>
>

Error al compilar

Publicado: Jue Ene 24, 2008 3:01 am
por Marcelo Roggeri
Muchas gracias, anduvo bien, anduve de viaje por eso me demore en agradecer
Saludos
Marcelo
"Rene Flores" <"rflores[nospam]"@ciber-tec.com> escribió en el mensaje de
noticias news:47864def$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Marcelo:
>
> Debes agregar de forma manual al libreria DBFCDX de xHarbour.
>
> Menu principal / Proyecto / Propiedades del proyecto.
>
> Te aparece un formulario con un arbol del lado izquierdo, selecciona la
> opcion LIBRERIAS.
>
> Del lado derecho aparece otro arbol, busca ahi [xharbour] DBFCDX.LIB y
> marcalo.
>
> Cierra el formulario y vuelve a compilar.
>
> Saludos
>
> Rene Flores
> http://www.ciber-tec.com
>
>
> Roggeri escribió:
>> Hola buen dí­a, ante todo me presento, soy Marcelo Roggeri, de Venado
>> Tuerto (Argentina), les cuento que me baje el demo de Xailer, instale
>> todo como dice el tutorial, y la verdad que me sorprendi al poder
>> compilar desde el primer momento sin ningun tipo de problemas, ya he
>> armadola primer ventana, con un menu y un browse con una dbf y todo ok.
>> El problema lo tuve cuando quise compilar unos ejemplo que viene con
>> xailer
>> Les pegue el msg,
>> Desde ya les agradezco mucho cualquier ayuda, ya que hace dos o tres dias
>> que lo baje, y me esta gustando mucho esta herramienta.
>> Los saludos muy atte.
>> Marcelo
>>
>>
>> Compilando prueba.prg...
>> C:XailerxHarbourBinharbour.exe prueba.prg /n /b /w1 /D__DEBUG__
>> /iC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude
>> /oC:xailerSamplesDataControlsDBFData1Objprueba.c
>> xHarbour Compiler build 1.0.0 (SimpLex)
>> Copyright 1999-2007, http://www.xharbour.org
>> http://www.harbour-project.org/
>> Compiling 'prueba.prg'...
>> Lines 19, Functions/Procedures 1
>> Generating C source output to
>> 'C:xailerSamplesDataControlsDBFData1Objprueba.c'...
>> Done.
>>
>> C:XailerBorlandBcc55Binbcc32 -tWM -c -v- -O2 -X -DHB_API_MACROS -DHB_STACK_MACROS
>> -D__XHARBOUR__ -D__DEBUG__ -IC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude;C:XailerBorlandBcc55I nclude
>> -oC:xailerSamplesDataControlsDBFData1Objprueba.obj prueba.c
>> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
>> prueba.c:
>> Compilando Form1.prg...
>> C:XailerxHarbourBinharbour.exe Form1.prg /n /b /w1 /D__DEBUG__
>> /iC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude
>> /oC:xailerSamplesDataControlsDBFData1ObjForm1.c
>> xHarbour Compiler build 1.0.0 (SimpLex)
>> Copyright 1999-2007, http://www.xharbour.org
>> http://www.harbour-project.org/
>> Compiling 'Form1.prg'...
>> Lines 114, Functions/Procedures 7
>> Generating C source output to
>> 'C:xailerSamplesDataControlsDBFData1ObjForm1.c'...
>> Done.
>>
>> C:XailerBorlandBcc55Binbcc32 -tWM -c -v- -O2 -X -DHB_API_MACROS -DHB_STACK_MACROS
>> -D__XHARBOUR__ -D__DEBUG__ -IC:xailerSamplesDataControlsDBFData1Include;C:Xailer Include;C:XailerxHarbourInclude;C:XailerBorlandBcc55I nclude
>> -oC:xailerSamplesDataControlsDBFData1ObjForm1.obj Form1.c
>> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
>> Form1.c:
>> Enlazando prueba.exe...
>> C:XailerBorlandBcc55Binilink32 -Gn -Tpe -x -aa @make.tmp
>> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
>> Error: Unresolved external '_HB_FUN_DBFCDX' referenced from
>> C:XAILERLIBXAILER.LIB|CdxDataSource
>> 0 Warnings, 1 Errors
>>