Hi Rodrigo Duarte Bruscain,
Errors when we build app from FoxcodePlus Project .
Program h:\mdown\vfp\vfpx\foxcodeplus\foxcodeplus\foxcodeplus.prg has the following errors:
Unknown PLACODEPRG - Undefined
Unknown PLAITEMSVARS - Undefined
Visual Class Library h:\mdown\vfp\vfpx\foxcodeplus\foxcodeplus\foxcodeplusintellisense.vcx has the following errors:
Unknown PLAERRORLIST - Undefined
Thanks & Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
Errors when we build app from FoxcodePlus Project .
Program h:\mdown\vfp\vfpx\foxcodeplus\foxcodeplus\foxcodeplus.prg has the following errors:
Unknown PLACODEPRG - Undefined
Unknown PLAITEMSVARS - Undefined
Visual Class Library h:\mdown\vfp\vfpx\foxcodeplus\foxcodeplus\foxcodeplusintellisense.vcx has the following errors:
Unknown PLAERRORLIST - Undefined
Thanks & Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
as suggested by woodyProLib, we can put below code at Top of the FoxcodePlus.prg to suppress those errors.
*Top of the FoxcodePlus.prg
External Array PLACODEPRG
External Array PLAITEMSVARS
*Top of the Errorlist.Loaderrorlist
External Array PLAERRORLIST
You have created some procedure at bottom of FoxcodePlus.prg to suppress errors like :
*- functions created to avoid errors
procedure _EDGETPOS
procedure _EDPOSINVI
procedure _EDGETCHAR
procedure _WSELECT
If we include the Foxtools.fll in project then we have no need to create above Procedures.
Thanks & Warm regards,
mk.