FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Compilar con el Motor RddAds
Posts: 2
Joined: Wed Mar 20, 2013 02:11 AM
Compilar con el Motor RddAds
Posted: Wed Mar 20, 2013 05:35 PM

Espero que entre tantos que concen y han hechado andar sus programas con fivewin 6.12 me puedan hechar una manita, Baje la version de prueba fivewin 6.12, bcc582 y harbour de aqui
viewtopic.php?f=6&t=25781&p=140945&hilit=harbour+para+fivewin#p140945

Todo se compila a la perfeccion, excepto que quiero utilizar el motor rddAds (no se si asi de diga ) pero me salen estos errores :
+----------------------------------------------------------------------------+
¦ FiveWin for Harbour 6.12 - December 2006 Harbour development power ¦_
¦ (c) FiveTech, 1993-2006 for Microsoft Windows 95/98/NT/2000/ME and XP ¦¦
+----------------------------------------------------------------------------+¦
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Compiling...
Harbour devel build 1.1-0 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'testads.prg' and generating preprocessed output to 'testads.ppo'...
Lines 3628, Functions/Procedures 1
Generating C source output to 'testads.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
testads.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_stackGetTSD' referenced from C:\HARBOUR\LIB\RDDA
DS.LIB|adsfunc
Error: Unresolved external '_hb_storvc' referenced from C:\HARBOUR\LIB\RDDADS.LI
B|adsfunc
Error: Unresolved external '_hb_storvnl' referenced from C:\HARBOUR\LIB\RDDADS.L
IB|adsfunc
Error: Unresolved external '_hb_retc_null' referenced from C:\HARBOUR\LIB\RDDADS
.LIB|adsfunc
Error: Unresolved external '_hb_setGetCPtr' referenced from C:\HARBOUR\LIB\RDDAD
S.LIB|ads1
Error: Unresolved external '_hb_rddIsDerivedFrom' referenced from C:\HARBOUR\LIB
\RDDADS.LIB|ads1
Error: Unresolved external '_hb_itemPutTD' referenced from C:\HARBOUR\LIB\RDDADS
.LIB|ads1
Error: Unresolved external '_hb_itemGetTD' referenced from C:\HARBOUR\LIB\RDDADS
.LIB|ads1
Error: Unresolved external '_hb_itemPutTDT' referenced from C:\HARBOUR\LIB\RDDAD
S.LIB|ads1
Error: Unresolved external '_hb_itemPutCLPtr' referenced from C:\HARBOUR\LIB\RDD
ADS.LIB|ads1
Error: Unresolved external '_hb_itemPutStrLenU16' referenced from C:\HARBOUR\LIB
\RDDADS.LIB|ads1
Error: Unresolved external '_hb_itemGetTDT' referenced from C:\HARBOUR\LIB\RDDAD
S.LIB|ads1
Error: Unresolved external '_hb_itemGetStrU16' referenced from C:\HARBOUR\LIB\RD
DADS.LIB|ads1
Error: Unresolved external '_hb_strfree' referenced from C:\HARBOUR\LIB\RDDADS.L
IB|ads1
Error: Unresolved external '_hb_snprintf' referenced from C:\HARBOUR\LIB\RDDADS.
LIB|ads1
Error: Unresolved external '_hb_setGetNI' referenced from C:\HARBOUR\LIB\RDDADS.
LIB|ads1
Error: Unresolved external '_hb_setGetL' referenced from C:\HARBOUR\LIB\RDDADS.L
IB|ads1
Error: Unresolved external '_hb_rddInheritEx' referenced from C:\HARBOUR\LIB\RDD
ADS.LIB|ads1
Error: Unresolved external '_hb_parvnl' referenced from C:\HARBOUR\LIB\RDDADS.LI
B|ads1
Error: Unresolved external '_hb_parnidef' referenced from C:\HARBOUR\LIB\RDDADS.
LIB|adsfunc
Error: Unresolved external '_hb_itemReturnRelease' referenced from C:\HARBOUR\LI
B\RDDADS.LIB|adsfunc
Error: Unresolved external '_hb_parldef' referenced from C:\HARBOUR\LIB\RDDADS.L
IB|adsfunc
Error: Unresolved external '_hb_parnldef' referenced from C:\HARBOUR\LIB\RDDADS.
LIB|adsfunc
Error: Unresolved external '_hb_parnintdef' referenced from C:\HARBOUR\LIB\RDDAD
S.LIB|adsfunc
* There are errors

me pueden hechar una manita, se los agradezko.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Compilar con el Motor RddAds
Posted: Wed Mar 20, 2013 07:50 PM

JLB,

Necesitas usar una versión más reciente de FWH y de Harbour.

Permíteme una observación, pero si vas a usar un producto comercial como ADS, no te planteas tambien usar una versión actualizada y comercial de FWH ?

¿ Vas a pagar por ADS pero no vas a pagar por FWH ? No me parece algo muy congruente...

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2
Joined: Wed Mar 20, 2013 02:11 AM
Re: Compilar con el Motor RddAds
Posted: Wed Mar 20, 2013 10:11 PM

Muchas gracias por contestar mi buen Antonio,

me pongo en contacto con uds.

Posts: 408
Joined: Sun Aug 13, 2006 05:38 AM
Re: Compilar con el Motor RddAds
Posted: Tue Mar 26, 2013 02:54 AM
Hola JLB, no uso ADS, yo uso http://www.quiquesoft.com/descargas/qsRdd.zip, por si quieres echarle un ojo.
Saludos

Quique
Posts: 302
Joined: Fri Apr 23, 2010 04:30 AM
Re: Compilar con el Motor RddAds
Posted: Tue Mar 26, 2013 03:21 AM

Hola, para ayudarte dime que version de Harbur/xharbour tienes para prepararte una version de RddAds.lib

Slds,

Nicanor Martinez M.
Auditoria y Sistemas Ltda.
MicroExpress Ltda.
FW + FWH + XHARBOUR + HARBOUR + PELLES C + XDEVSTUDIO + XEDIT + BCC + VC_X86 + VCC_X64 + MINGW + R&R Reports + FastReport + Tdolphin + ADO + MYSQL + MARIADB + ORACLE
nnicanor@yahoo.com

Continue the discussion