Hi Rathinagiri :
estaba trabajando en una pequeña aplicacion compile usando HMG.3.0.36
y me da el siguiente error.
Comento que no tengo agregada ninguna libreria que no sea
"hmg.ch" , "ord.ch".
was working on a small application compiled using HMG.3.0.36
and I get this error.
Commented that I have not added any library that is not
"hmg.ch", "ord.ch".
Code: Select all
#include <hmg.ch>
#include "Ord.ch"
Function Main
PUBLIC aCod := { "NU" , "RV" , "AM" , "CV" , "RE" , "AN" }
PUBLIC BASES
PUBLIC Cdisco , Cpathbases, CPathindices
REQUEST DBFCDX, DBFFPT
RDDSETDEFAULT ("DBFCDX")
SET CENTURY ON
set date to British
If ! FILE( "c:\SERVIDOR.TXT")
cDisco := "Z:\"
else
cDisco := "C:\"
Endif
cual es el posible error en la compilacion, la misma aplicacion compila bien en HMG.3.0.35
which is the possible error in the compilation, the same application compiles well HMG.3.0.35
DaNiElMaXiMiLiAnO