Hi,
I have a header file called eco_user.H wich contains this code
#Define userCh filetostr('ex.txt')
#if userCh='o'
#Define cstMsg "one"
#ELSE
#ELIF userCh='b'
#DEFINE cstMsg "TWO"
#endif
Everything works fine, but Vfp being something betw complier and interpreter does not change the the cstMsg until i recompile the source code. My question is when i launch this from a exe file it will work.
EX: If the content of ex.txt is 'o' the cstMsh should be one else two. Thank's.
The second one:
Does Microsoft develop another version of Vfp and where I can ask how the hell i protect my apps from Refox (this is a big problem...).
Again, thank's for your support.
I have a header file called eco_user.H wich contains this code
#Define userCh filetostr('ex.txt')
#if userCh='o'
#Define cstMsg "one"
#ELSE
#ELIF userCh='b'
#DEFINE cstMsg "TWO"
#endif
Everything works fine, but Vfp being something betw complier and interpreter does not change the the cstMsg until i recompile the source code. My question is when i launch this from a exe file it will work.
EX: If the content of ex.txt is 'o' the cstMsh should be one else two. Thank's.
The second one:
Does Microsoft develop another version of Vfp and where I can ask how the hell i protect my apps from Refox (this is a big problem...).
Again, thank's for your support.