FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error al crear tDolphin con MS VC 10 ++
Posts: 883
Joined: Tue Oct 11, 2005 11:57 AM
Error al crear tDolphin con MS VC 10 ++
Posted: Tue Oct 11, 2011 02:11 PM

Tengo este error al crear la tDolphin con Harbour 3.1 y Ms VC++ 10.0

Todo compila bien hasta llegar a esta linea

"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"\bin\cl -c -D__WIN__ -D__HARBOUR__ -Ic:\HB3\include -I.\include -nologo -Fo.\obj\HARBOUR\MSVC32\function.obj .\source\c\function.c
Compiling .\source\c\function.c
function.c
.\source\c\function.c(1051) : error C2061: syntax error : identifier 'ISNUM'
.\source\c\function.c(1069) : error C2059: syntax error : 'if'
.\source\c\function.c(1073) : error C2059: syntax error : '}'

Alguna ayuda por ahi.
Gracias

EDITADO
Agrego estos errores de C al recompilar la TSBROWSE de M.Mercado

[1]:cl.exe -c -nologo -TC -W3 -GA /IC:\FWH11\include;C:\HB3\include -Ic:\FWH11\include /IC:\HB3\Include /I"C:\PROGRA~2\MICROS~2.0\VC\Include" /I"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include" -FoObj\GETBTN.Obj SOURCE\FUNCTION\GETBTN.C
GETBTN.C

c:\hb3\include\clipdefs.h(84) : error C2371: 'WORD' : redefinition; different basic types
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\windef.h(155) : see declaration of 'WORD'
c:\hb3\include\clipdefs.h(106) : error C2371: 'BOOL' : redefinition; different basic types
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\windef.h(153) : see declaration of 'BOOL'
c:\hb3\include\clipdefs.h(118) : error C2040: 'HANDLE' : 'HB_VMHANDLE' differs in levels of indirection from 'void *'

Alguna Idea, Gracias

;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Asus TUF F15, 32GB Ram, 2 * 1 TB NVME M.2, GTX 1650
Posts: 302
Joined: Fri Apr 23, 2010 04:30 AM
Re: Error al crear tDolphin con MS VC 10 ++
Posted: Tue Oct 11, 2011 03:30 PM

Hola,

Cambia ISNUM por HB_ISNUM

en getbtn.c cambia clipapi.ch por hbapi.ch

Slds

Nicanor

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
Posts: 302
Joined: Fri Apr 23, 2010 04:30 AM
Re: Error al crear tDolphin con MS VC 10 ++
Posted: Tue Oct 11, 2011 03:32 PM

Cambia _parn.. por hb_parn...

Slds,

Nicanor

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
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Error al crear tDolphin con MS VC 10 ++
Posted: Tue Oct 11, 2011 05:04 PM

Adolfo

Que revison del svn de dolphin estas usando... creo haber compatibilizado con hb30 >

Posts: 883
Joined: Tue Oct 11, 2005 11:57 AM
Re: Error al crear tDolphin con MS VC 10 ++
Posted: Tue Oct 11, 2011 07:08 PM

Daniel

Baje la ultima version COMPLETA desde tu sitio.
No uso la SVN, use el link desde el home de tdolphin\blogspot.com

Aun no consigo construirla

Adolfo

;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Asus TUF F15, 32GB Ram, 2 * 1 TB NVME M.2, GTX 1650
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Error al crear tDolphin con MS VC 10 ++
Posted: Tue Oct 11, 2011 07:14 PM

Adolfo

Usa el SVN asi garantiza siempre tener la ultima version.... la version ZIP no esta actualizada.. pero ya lo hago

Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Error al crear tDolphin con MS VC 10 ++
Posted: Tue Oct 11, 2011 07:24 PM

Adolfo

subido en nuevo zip

Continue the discussion