Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Demo App How?
Message
De
03/07/2007 02:51:14
Christoph Krapp
Tiefkühldienst Gmbh
Lohne, Allemagne
 
 
À
01/07/2007 15:40:25
Information générale
Forum:
Visual FoxPro
Catégorie:
VFP Compiler for .NET
Titre:
Divers
Thread ID:
01237023
Message ID:
01237298
Vues:
12
Hi Koen

>"what is the reaction of eTecnologia.net on your problem?"

they send me an Email with a screen shot of the working example.
So I tried the Mydemo.exe on my computer at work and it runs :)
First I thought there was a problem with the setup on my home computer.
But .net Framework 2.0 was properly installed and C# 2005 was running ok.
Then I checked the generated exe files and there are differences with the size

Working exe: 12288 Bytes
Broken exe: 2560 Bytes

So there is an issue with the online compiler.


Anyway, here are the Results of the little Benchmark.
*========================================================================================
* Tests raw speed of loops using "m."
*========================================================================================
? "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"
VFP 9 SP1       2.5 seconds
Guineu          2.1 seconds
VFP Compiler    1.7 seconds
This was on 3700+ PC

Here are the links:
http://www.etecnologia.net/
http://guineu.foxpert.com/


regards
Christoph
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform