Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Include problems
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00391672
Message ID:
00391749
Views:
10
>Program that runs the application. Normally called main.prg!

Duh! Did you add the application.h to the _include AFTER all the forms and classes were created? If so, it won't be included. _include only adds to newly created forms and classes.

You will need to add the .h file to every existing form and class and then recompile them (.h is used only during compilation) for it to work.

This is a swag but it should work. If you open the form as a table and goto the first record (Uniqueid = 'screen'), field 'reserved8', and put your "files\application.h" in the field, then recompile, it should work.

I just looked at one of mine, and that is where it's located. You may want to look a little more closely and see if it is anywhere else.

Also, if you change anything in the .h, you will need to recompile all for them to see the changes.

hth

>
>>
>>What's a runner program?
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Previous
Reply
Map
View

Click here to load this message in the networking platform