Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't get QStart to copy my common classes from the Generic
Message
From
24/01/2002 19:45:14
Paul Williamson
Williamson Enterprises, Inc.
Livingston, Montana, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Can't get QStart to copy my common classes from the Generic
Miscellaneous
Thread ID:
00610217
Message ID:
00610217
Views:
64
Project :-)

Hi Guys,

What am I missing? Quick Start did not copy the classes I created and added to the Generic Project. Here is what I did:

-Pathed to the projmgr6 folder

-I changed Startmm in the ProjMgr6 directory as so:

SET PATH TO data, libs, progs, include, ;
graphics, menus, metadata, reports, ;
..\COMMON30\libs, ;
..\COMMON30\progs, ;
..\COMMON30\utils, ;
..\COMMON30\include, ;
..\COMMON30\graphics, ;
..\WCOMMON30\LIBS, DEVPATH && <==== Me


-Ran StartMM in the ProjMgr6 dir:

-I created a subdirectory under mmortals called wcommon30\libs, created a couple of class libs in it and then subclasses kbizobj and a couple more into the appropriate class libs.

-I added them to the Generic Project

-I copied setup.prg from common30\progs to generic\progs, added it to the Generic Project and added wcommon to the Set Path area as follows:

*-----------------------------------------------------------
*-- Set the paths to the default directory structure.
*-----------------------------------------------------------

*PW 01/24/2001 commented this out:

* SET PATH TO PROGS, FORMS, LIBS, ;
* MENUS, DATA, OTHER, ;
* REPORTS, INCLUDE, HELP, ;
* GRAPHICS, COMMONPATH\UTILS, ;
* COMMONPATH\INCLUDE, COMMONPATH\LIBS, ;
* COMMONPATH\PROGS, COMMONPATH\GRAPHICS, DEVPATH

*PW 01/24/2001 replaced it with:

SET PATH TO PROGS, FORMS, LIBS, ;
MENUS, DATA, OTHER, ;
REPORTS, INCLUDE, HELP, ;
GRAPHICS, COMMONPATH\UTILS, ;
COMMONPATH\INCLUDE, COMMONPATH\LIBS, ;
COMMONPATH\PROGS, COMMONPATH\GRAPHICS, ;
WCOMMONPATH\INCLUDE, WCOMMONPATH\LIBS, ; && <===ME
WCOMMONPATH\PROGS, WCOMMONPATH\GRAPHICS, DEVPATH && <===ME

-I used Windows Explorer and noticed none of my "w" class libraries ("wbizobjs",...) weren't in the application folder.

-I CD'd to the app directory created by QS, ran StartMM and when I tried to modify the project I received "Unable to find visual class library wbizobjs..."

What am I missing?

Thanks,

-paul
Next
Reply
Map
View

Click here to load this message in the networking platform