Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiling a modified file
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00409925
Message ID:
00409950
Views:
26
>>>>The CLEAR PROGRAM does not work. I need it to work like MAKE. I erased the .FXP manually and did rebuild. The .FXP was not get created. The .FXP gets created only when I run the .PRG.
>>>>
>>>>I guess .FXP's are created only at run time and not at BUILD time.
>>>
>>>The tokenized code is placed in the project's Object (I think) field rather than creating an FXP.
>>
>>objcode field
>
>Thanks, I should've looked before leaping (that's why the parenthetical disclaimmer above).:-)

I meant to mention that sometimes I find the same thing happens with object code, and I have to force a good compile - easy enough


USE mylib.vcx EXCLUSIVE
BLANK FIELD objcode ALL && DO NOT BLANK THE METHODS FIELD!!
PACK && while we're in here...
USE
COMPILE CLASSLIB mylib.vcx


Just be sure to do the COMPILE immediately after BLANKing the objcode field and closing the table, otherwise someone could come in and modify one of the classes in this library - then the method code will disappear.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform