Configurar UEStudio 9

Post Reply
User avatar
acuellar
Posts: 1312
Joined: Tue Oct 28, 2008 6:26 pm
Location: Santa Cruz-Bolivia

Configurar UEStudio 9

Post 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
Saludos,

Adhemar C.
User avatar
acuellar
Posts: 1312
Joined: Tue Oct 28, 2008 6:26 pm
Location: Santa Cruz-Bolivia

Re: Configurar UEStudio 9

Post by acuellar »

Me pueden sugerir que version debo usar, para buscarla.

Gracias distinguidos

Saludos

Adhemar
Saludos,

Adhemar C.
User avatar
acuellar
Posts: 1312
Joined: Tue Oct 28, 2008 6:26 pm
Location: Santa Cruz-Bolivia

Re: Configurar UEStudio 9

Post 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
Saludos,

Adhemar C.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Configurar UEStudio 9

Post by Antonio Linares »

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
User avatar
acuellar
Posts: 1312
Joined: Tue Oct 28, 2008 6:26 pm
Location: Santa Cruz-Bolivia

Re: Configurar UEStudio 9

Post by acuellar »

Gracias Distinguido Antonio

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

Gracias por su ayuda

Saludos

Adhemar
Saludos,

Adhemar C.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Configurar UEStudio 9

Post by Antonio Linares »

Adhemar,

Al principio de tu PRG añade:

memvar oWnd
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply