Antonio,
un error tan simple como este:
?a
cuand "a" no esta definida
En el error.log me da este error
-------------------- Internal Error Handling Information ---------------------
Subsystem Call ....: BASE
System Code .......: 1003
Default Status ....: .F.
Description .......: Variable does not exist
Operation .........: A
Arguments .........:
Involved File .....:
Dos Error Code ....: 0
Trace Through:
----------------
MAIN : 14 in Module: Source\main.prg
############################## Video Screen Dump ##############################
+--------------------------------------------------------------------------------+
|Error BASE/1003 Variable does not exist: A (Quit, Retry) |
|Error BASE/1003 Variable does not exist: A |
| |
|Error at ...: MAIN(14) in Module: Source\main.prg
Viendo el log, es como que no supiera xH que esta en un entorno GUI
supongo que debe ser el orden de las librerias, el orden que estoy utilizando es:
%C_LIB_INSTALL%\C0W32.OBJ=34,.T.,0,0,
D:\dev\fwh1312\lib\FiveHX.lib=35,.T.,0,0,
D:\dev\fwh1312\lib\FiveHC.lib=36,.T.,0,0,
%HB_LIB_INSTALL%\rtl.lib=37,.T.,0,0,
%HB_LIB_INSTALL%\vm.lib=38,.T.,0,0,
%HB_LIB_INSTALL%\gtgui.lib=39,.T.,0,0,
%HB_LIB_INSTALL%\lang.lib=40,.T.,0,0,
%HB_LIB_INSTALL%\rdd.lib=41,.T.,0,0,
%HB_LIB_INSTALL%\macro.lib=42,.T.,0,0,
%HB_LIB_INSTALL%\dbfcdx.lib=43,.T.,0,0,
%HB_LIB_INSTALL%\dbffpt.lib=44,.T.,0,0,
%HB_LIB_INSTALL%\dbfntx.lib=45,.T.,0,0,
%HB_LIB_INSTALL%\hbsix.lib=46,.T.,0,0,
%HB_LIB_INSTALL%\common.lib=47,.T.,0,0,
%HB_LIB_INSTALL%\pp.lib=48,.T.,0,0,
%HB_LIB_INSTALL%\pcrepos.lib=49,.T.,0,0,
%HB_LIB_INSTALL%\ct.lib=50,.T.,0,0,
%HB_LIB_INSTALL%\zlib.lib=51,.T.,0,0,
%HB_LIB_INSTALL%\hbzip.lib=52,.T.,0,0,
%HB_LIB_INSTALL%\libmisc.lib=53,.T.,0,0,
%HB_LIB_INSTALL%\png.lib=54,.T.,0,0,
%HB_LIB_INSTALL%\ace32.lib=55,.T.,0,0,
%HB_LIB_INSTALL%\rddads.lib=56,.T.,0,0,
%C_LIB_INSTALL%\cw32.lib=57,.T.,0,0,
%C_LIB_INSTALL%\uuid.lib=58,.T.,0,0,
%C_LIB_INSTALL%\import32.lib=59,.T.,0,0,
%C_LIB_INSTALL%\psdk\odbc32.lib=60,.T.,0,0,
%C_LIB_INSTALL%\psdk\nddeapi.lib=61,.T.,0,0,
%C_LIB_INSTALL%\psdk\iphlpapi.lib=62,.T.,0,0,
%C_LIB_INSTALL%\psdk\msimg32.lib=63,.T.,0,0,
%C_LIB_INSTALL%\psdk\psapi.lib=64,.T.,0,0,
%C_LIB_INSTALL%\psdk\shell32.lib=65,.T.,0,0,
todo funcionaba bien, no se cuando cambio la cosa, no me doy cuenta
saludos a todos y gracias por las respuestas
Marcelo