Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include files hierarchy
Message
From
03/08/1999 20:53:54
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00249525
Message ID:
00249537
Views:
27
What do you mean by "references a declaration that the super class already contains"?

The .H file contains only constant declaration, like:
#DEFINE ONEKB 1024

If your code use the constant ONEKB as:

IF THIS.FileSize > ONEKB
ENDIF

Then, you need to include the .H file in your class.

>Do you mean adding new code to the subclass that needs a new declaration or adding new code that references a declaration that the super class already contains?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform