error compile

manu

Active Member
Licensed User
Longtime User
Hello Erel

Excellent the new version makes it easier work and in applications with many lines of code is easier to refine.

I'm trying to compile without optimize but gives me an error that I gave earlier.

Sub Import_ati
fichero="\atipicas.dbf"
'********************ordenes de principio app
' FileOpen(c1,"prueba.txt",cwrite,,cascii)
' xDBF = fncALLTRIM()

xDBF = fncALLTRIM(args())
'


with version 6.3 and optimize the compilation did not give error.

_______________________

Error compiling program.

error CS0103

Line: xDBF= fncALLTRIM(arg())

___________________________
I am using the code of an application made by
Massimo "db2000."

Regards,

Manu
 

manu

Active Member
Licensed User
Longtime User
Thanks agrahan

The problem is that the version 6.30 could not be optimized compile, but yes compile without optimizing compile.

Version 5.0 can not compile
 

agraham

Expert
Licensed User
Longtime User

manu

Active Member
Licensed User
Longtime User
Thanks for the information

Now I understand.

is the version 6.42.

regards,

manu
 
Top