Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Main .prg file
Message
De
07/09/2005 09:50:25
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
07/09/2005 04:19:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01047276
Message ID:
01047327
Vues:
6
>I am new in VFP and not any idea how can make distributed application i try my best but no result also having some error please help me how can i do my work continue please in detail or any link (Information Related about it)

I think the example provided by Benn is quite complete, as far as the coding is concerned.

Apart from that, you can only create an executable (EXE) if you create a project first. In the project, you mark the starting point of your program (usually a program, such as Main.prg - but it might also be a form, or a menu) as the main file.

Then, the user needs some support files, such as DLLs. You need to create the distribution disk, which includes these files, and does a few other things. Up to Visual FoxPro 6, you use the Setup Wizard to do this. In later versions, you would use InstallShield Express, which is also included on the CDs - but I never tried it myself.

If you got an error similar to "Support library not found", then this is precisely the problem - that you copied the EXE file directly, without installing the VFP runtime support (the required DLL files).
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform