Closed tpenninckx closed 2 years ago
Hello, In the source code, there is a call to : DECLARE INTEGER DeleteFile IN WIN32API STRING
This should be Replace by : DECLARE INTEGER DeleteFile IN WIN32API AS My_DeleteFile string
As the Deletefile is an internal function of Foxpro. Without this renaming, the Foxpro App crash if it calls DeleteFile
Thierry
DELETEFILE is not a built-in function
Hello, In the source code, there is a call to :
DECLARE INTEGER DeleteFile IN WIN32API STRING
This should be Replace by :
DECLARE INTEGER DeleteFile IN WIN32API AS My_DeleteFile string
As the Deletefile is an internal function of Foxpro. Without this renaming, the Foxpro App crash if it calls DeleteFile
Thierry