Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simplest hack to clean up include files
Message
From
02/06/2008 11:28:47
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01321007
Message ID:
01321013
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
>>>Hi everybody,
>>>
>>>Is there a simple way to remove include files references form VCX files? I don't have VFP right now, can not check myself.
>>>
>>>Thanks in advance.
>>
>>
>>USE YourClass.VCX
>>SET FILTER TO ALLTRIM(Platform) == [COMMENT] AND ALLTRIM(UniqueId) == [RESERVED]
>>REPLACE Reserved1 WITH []
>>USE
>>COMPILE ClassLib YourClass.VCX
>>
>>I hope you have a really good backup :o)
>
>This is not for me :) I'm trying to give my classes to Fred, but unfortunately they contain some leftovers...

Send him .H files also :-)
If you removed all defined constants from your class code then send empty ones.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform