Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile MM app
Message
From
03/04/2002 10:57:09
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
03/04/2002 10:54:00
Chuck Berry
Copper State Bolt & Nut Co.
Phoenix, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00640381
Message ID:
00640383
Views:
14
>I am in the process of compiling an application. With this application, I want to exclude aforms.vcx so I can send quick updates. I have succesfully done this in the past with another exe but in this instance I get a 'cannot find classlib' error whenever I try to access one of the forms in this class library. I know I'm missing something foolish, I just can't even think right now.
>
>When I exclude vcx and run the program from the command prompt, the app also can't find it. However, when I suspend and issue a SET CLASSLIB TO aforms.vcx ADDITIVE it can now find it.
>
>I am using the abstract factory and have added entries for all of my forms. If I add aforms.vcx in the clibrary field it doesn't seem to help either.
>
>Any ideas?
>
>Thanks,
>
>Chuck

  • Don't delete it from the project. Instead, right-click, and mark it as "Excluded".
  • Don't forget to distribute it separately. A class library requires both the VCX and VCT file.
  • And don't forget to make it accesible with SET PATH - if it isn't in the main EXE folder.

    You may already have done this, but I wanted to include the procedure, just in case.

    HTH, Hilmar.
    Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform