Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Additional Dev Path...
Message
From
25/09/1998 11:35:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Additional Dev Path...
Miscellaneous
Thread ID:
00140839
Message ID:
00140839
Views:
46
Kevin,

I made the following change to my files, perhaps it is something you could incorporate in the framework so I don't have to modify it every time.

In... appincl.h I inserted this to be line 3

#DEFINE ADDDEVPATH

In setup.prg I modified the code in the setpath function where the path is set to read...

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

*********************

The above allows me to add to the path used when running the ap from 'do main'... This is needed to point to third party libraries so I don't have to move them to a directory that is in the path...

So, for sonefield I edited my appincl.h to read...

#DEFINE ADDDEVPATH T:\DEV\STONEFLD\SDT\SOURCE

Which allowed things to work when running with 'do main'...

Otherwise, I had to put the sdt libraries into the common30\lib directory.

Thanks,

BOb
Reply
Map
View

Click here to load this message in the networking platform