Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to establish references to external functions
Message
From
07/02/2002 15:51:07
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00616432
Message ID:
00616984
Views:
19
>Why not create a .H file full of EXTERNAL declarations?

I created a file FournierTransformationFunction.h. In that file, I tried with this syntax:
#DEFINE IsCookie
That didn't work. So, I tried with this:
#DEFINE IsCookie()
That didn't work. So, I tried with this:
FUNCTION IsCookie
RETURN .F.
How should I enter those functions in the header file in order to them to be recognized at compile time?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform