Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile Error
Message
From
18/05/2016 13:48:56
 
 
To
18/05/2016 03:56:56
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2012 R2
Miscellaneous
Thread ID:
01636558
Message ID:
01636592
Views:
85
some logical check list investigations only to explore:

-#include : verify if the filename path has not changed.
you include a hard coded path with the header file name, Visual FoxPro searches for the header file only in the specified location.
If you do not include a path with the header file name, Visual FoxPro searches for the header file in the default Visual FoxPro directory, and then along the Visual FoxPro path. The Visual FoxPro path is specified with SET PATH.


-you mention "IVSSQLEXEC" and "IVSSQLEXE" in typical call... : is that normal (not the same ?)

-maybe separate the h files (why not one xfoxpro.h with all constants?)
however the maximum number of compiler levels for #INCLUDE is 4 in VFP.
Previous
Reply
Map
View

Click here to load this message in the networking platform