Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Path too long.
Message
 
To
09/11/2004 12:17:24
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00959629
Message ID:
00959723
Views:
7
This message has been marked as the solution to the initial question of the thread.
Chris,

It's probably the SetPath method in the setup.prg that is overwriting your StartMM path when you DO MAIN. You'll need to change it also. BTW, the limit for SET PATH is 1024 chars.

HTH

-Dan

>I ran across this problem trying to install FoxUnit; in StartMM.prg the path is set with the following statement:
>
>SET PATH TO DEVPATH, data, libs, progs, include, graphics, menus, metadata, reports, tests, ;
> MMORTALS\COMMON30\libs, MMORTALS\COMMON30\progs, MMORTALS\COMMON30\utils, MMORTALS\COMMON30\include, MMORTALS\COMMON30\graphics, MMORTALS\FoxUnit
>
>FoxUnit refused to run, when I checked the path, it was cut off after MMORTALS\COMMON30\include, as the path can only be 127(8?) characters long. Not sure what's being lost by not having \graphics missing either.
>
>Any suggestions for shortening my path that won't wreck the existing project?
Previous
Reply
Map
View

Click here to load this message in the networking platform