Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Additional Dev Path...
Message
De
25/09/1998 11:35:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Additional Dev Path...
Divers
Thread ID:
00140839
Message ID:
00140839
Vues:
47
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
Répondre
Fil
Voir

Click here to load this message in the networking platform