Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot open main.fxp after compiling
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01070623
Message ID:
01070813
Vues:
14
Thanks! AVFP has this architecture:

ASP/ASP.NET
|
Proxystub.prg - subclasses ActiveVFP(so it uses the error handler from there),creates ActiveVFP objects, calls main.prg. has this code after main.prg is called:
SET PROCEDURE TO
CLEAR PROGRAM main
|
Main.prg - externally marked, main application code (this is the one that needs to be unloaded), uses ActiveVFP objects
|
Activevfp.prg - contains the various classes
has this code in the error handler:
SET PROCEDURE TO
CLEAR PROGRAM main

* main.prg is external so that it can simply be replaced on a live server when new code is introduced (sort of like asp.net)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform