Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executables & Runtime
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00650650
Message ID:
00651026
Vues:
26
This message has been marked as a message which has helped to the initial question of the thread.
>Thanks for the User Group invite. I'm getting married soon and I'm swamped right now...but will keep it in mind.
>
>I have a little more on my question....if the DBC/DBF's and Forms...have no project for them, can I still just put them all in the same folder and compile? I have never done an EXE from VFP. We use VFP5.0 by the way.
>
>Look forward to hearing from you.

You can compile the forms [SCX], classes [VCX], programs [PRGs], etc., but the compiled code is stored in a memo field within the forms and classes files [SCX/SCT, VCX/VCT, etc]. You can run these under the runtime libraries, but you still have to provide the runtime files and register the DLLs on every workstation that needs to run your app. You will have to have a compile startup APP/EXE that the runtime can launch before you can run any form not compiled into either an APP or EXE file. However, my experience has been that when these files are provided separately, performance suffers greatly.

Do not include data files into the compiled APP/EXE unless you intend for them to be read-only.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform