FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Configurar UEStudio 9
Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Configurar UEStudio 9
Posted: Thu Apr 09, 2009 06:59 PM

Saludos para todos

He conseguido el UEStudio, le copie los archivos que vienen en Fivewin a la carpeta Config y Project, modifique la configuracion cambiando el path de application a

FWH = D:\COMPILER\FWH
CPATH = D:\COMPILER\xHarbour
BPATH = D:\COMPILER\BCC55

Cuando compila el proyecto me sale este errror

--------------------Configuración: ORDENES - Debug--------------------
xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195)
Copyright 1999-2008, http://www.xharbour.org http://www.harbour-project.org/
D:\Sistemas\RRHH\ORDENES\PRG\ORDENES.PRG(5) Error F0029 Can't open #include file: 'FiveWin.ch'
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Error E2194: Could not find file 'ORDENES.c'
xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195)
Copyright 1999-2008, http://www.xharbour.org http://www.harbour-project.org/
D:\Sistemas\RRHH\ORDENES\PRG\ORDEN34.PRG(5) Error F0029 Can't open #include file: 'FiveWin.ch'
ORDENES.EXE - 3 error(es), 0 advertencia(s)

El fivewin.ch se encuentra en: FWH = D:\COMPILER\FWH\INCLUDE quizas debe ir en otro lado

Actualmente uso Verce 5.3 y NotePad++ y funciona, lo que quiero es Enlazar y editar en uno solo

Gracias sus ayuda

Adhemar

Saludos,



Adhemar C.
Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Re: Configurar UEStudio 9
Posted: Thu Apr 09, 2009 08:15 PM

Me pueden sugerir que version debo usar, para buscarla.

Gracias distinguidos

Saludos

Adhemar

Saludos,



Adhemar C.
Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Re: Configurar UEStudio 9
Posted: Thu Apr 09, 2009 11:22 PM

Amigos

Ya logré que compile, pero me salen estos errores: de Private oWnd y otras variables

--------------------Configuración: ORDENES - Debug--------------------
xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195)
Copyright 1999-2008, http://www.xharbour.org http://www.harbour-project.org/
D:\Sistemas\RRHH\ORDENES\PRG\ORDENES.PRG(236) Warning W0001 Ambiguous reference: 'OWND'
y
Error: Unresolved external '_HB_FUN_FILETIME' referenced from D:\SISTEMAS\RRHH\ORDENES\OBJ\ORDENES.OBJ
Error: Unresolved external '_HB_FUN_FILEDATE' referenced from D:\SISTEMAS\RRHH\ORDENES\OBJ\ORDENES.OBJ

En que libreria estan FILETIME Y FILEDATE?

Gracias amigos

Saludos

Adhemar

Saludos,



Adhemar C.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Configurar UEStudio 9
Posted: Fri Apr 10, 2009 07:48 AM

Adhemar,

> En que libreria estan FILETIME Y FILEDATE?

En la libreria CT.LIB de xHarbour

En Harbour en HBCT.LIB

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Re: Configurar UEStudio 9
Posted: Fri Apr 10, 2009 12:11 PM
Gracias Distinguido Antonio

Y sobre los errores advertencia Ambiguous reference: 'OWND'
que hay que hacer.

Gracias por su ayuda

Saludos

Adhemar
Saludos,



Adhemar C.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Configurar UEStudio 9
Posted: Fri Apr 10, 2009 01:27 PM

Adhemar,

Al principio de tu PRG añade:

memvar oWnd

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion