Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prg file not able to run on end user install
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00251572
Message ID:
00252224
Vues:
11
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform