Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Demo App How?
Message
From
01/07/2007 05:23:46
Christoph Krapp
Tiefkühldienst Gmbh
Lohne, Germany
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
VFP Compiler for .NET
Title:
Demo App How?
Miscellaneous
Thread ID:
01237023
Message ID:
01237023
Views:
66
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
Next
Reply
Map
View

Click here to load this message in the networking platform