Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Side by side version
Message
De
03/02/2005 12:07:39
 
 
À
02/02/2005 23:20:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00983346
Message ID:
00983532
Vues:
15
>Hi,
>I have an application written using VFP6. Recently, I have write an addon to the app using VFP8. I issue DO ("myapp.exe") to call my addon app.
>
>1. Will my addon app run using VFP6 runtime oR VFP8 runtime? Are they in seperate process?
>2. I also faced problem that, my VFP8 app will do something to any existing toolbar, and it may crash becoz some property not exist/difference valid value in VFP6 such as specialeffect.
>
>What is the "fact" of calling app with diff version?
>How to make them run "seperately"?
>
>Thank you


My suggestion is. Create a BFP 8.0 loader to start the VFP 6.0 application. Therefore, when the 6.0 app calls the 8.0 add-on, it is in fact using the 8.0 runtime. Your 6.0 app should have no problem run in the 8.0 run-time.

P.S. In the loader place the statement SET ENGINEBEHAVIOR 70 so that your 6.0 SQL statements will work as expected.
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform