Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Demo App How?
Message
De
01/07/2007 05:23:46
Christoph Krapp
Tiefkühldienst Gmbh
Lohne, Allemagne
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
VFP Compiler for .NET
Titre:
Demo App How?
Divers
Thread ID:
01237023
Message ID:
01237023
Vues:
65
Hi Folks

How do I start an compiled Demo App?

I have compiled a small Fox Program with the .Net Online Compiler.
Here is the Prog: (Taken from a Guineu Sample)
*========================================================================================
* Tests raw speed of loops using "m."
*========================================================================================
CLEAR
? "Please wait..."
?

FOR i = 1 TO 5
	Local lnStart, lnCount
	lnStart = Seconds()
	lnCount = 0
	Do While m.lnCount < 5000000
		m.lnCount = m.lnCount + 1
	EndDo
	? i, Seconds()-lnstart, "sec. for 5,000,000 iteration"
ENDFOR
? "Ready"
WAIT WINDOW "Ready"
Then I downloaded the resulting Mydemo.exe and mydemo.pdb files and copied them to an Folder where I have the .net Compiler runtime files. D:\Fox\FoxCompiler

When I start the Mydemo.exe in an command window nothing happens.

How do I get this thing to work?

Thanks
Christoph
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform