Page 1 of 1

Configurar UEStudio 9

Posted: Thu Apr 09, 2009 6:59 pm
by acuellar
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

Re: Configurar UEStudio 9

Posted: Thu Apr 09, 2009 8:15 pm
by acuellar
Me pueden sugerir que version debo usar, para buscarla.

Gracias distinguidos

Saludos

Adhemar

Re: Configurar UEStudio 9

Posted: Thu Apr 09, 2009 11:22 pm
by acuellar
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

Re: Configurar UEStudio 9

Posted: Fri Apr 10, 2009 7:48 am
by Antonio Linares
Adhemar,

> En que libreria estan FILETIME Y FILEDATE?

En la libreria CT.LIB de xHarbour

En Harbour en HBCT.LIB

Re: Configurar UEStudio 9

Posted: Fri Apr 10, 2009 12:11 pm
by acuellar
Gracias Distinguido Antonio

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

Gracias por su ayuda

Saludos

Adhemar

Re: Configurar UEStudio 9

Posted: Fri Apr 10, 2009 1:27 pm
by Antonio Linares
Adhemar,

Al principio de tu PRG añade:

memvar oWnd