Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prg file not able to run on end user install
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00251572
Message ID:
00252224
Views:
10
It was the views, just the views man! {grin}

so Use lv_master2_config in 0
now looks like Use ves!lv_master2_config in 0

IT WORKS! Dance a little gig.

I have a tiny loader that I wanted to use in loading my local EXE's.

This prg is the only file in START.exe

param lcexe, l2,l3

lcLocal =FULLPATH(lcexe)
lcServer= 'L:\ves\ves.exe'

k=adir(lalocal,lclocal)
t = adir(laserver,lcserver)

if lalocal(1,4) <> laserver(1,4)
wait wind nowait ' copying '

copy file &lcserver to &lclocal
endif

do &lclocal
*-- end prg

When my new exe is run I get class loading errors. If I start the exe in it's own shortcut, no problem. Do I need some sort of include file?
Previous
Reply
Map
View

Click here to load this message in the networking platform