Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Camil Ghircoias
  Where is Camil Ghircoias?
 Sibiu
 Romania
 Camil Ghircoias
 To: Cetin Basoz
  Where is Cetin Basoz?
 Izmir
 Turkey
 Cetin Basoz
 Tags
Subject: RE: C#.net Macro like VFP
Thread ID: 233116 Message ID: 233333 # Views: 31 # Ratings: 0
Version: Unknown Category: .NET
Date: Wednesday, July 01, 2009 4:45:01 PM         
   


> >
> > I'm talking about vfp.net compiler by etecnologia. Whitch is 64 bits compiler like any other .net language. So it will be able to access all the data sources other .net languages can do.
> >
> > Camil Ghircoias
> > Vfp likes me.
>
> Well then I am eager to see that. When is that "will", do you have an idea on release date?
>
> Cetin Basoz
>
> .Net has got better.Think about moving - check my blog:
> Blog (main)
> Blog (mirror)

They said about the end of this year will be the first commercial version of vfp.net compiler. If that date will be respected we don't know. I don't know if the final product will be named vfp.net or they will choose another name.

Now you can design winforms and the scx designers where brought in early beta stage in may. The compiler can compile scx and vcx but the scx/vcx designers are at the begining. The winforms designers are functional. And almost 90% of commands and functions are ready.

The difference between a form and a form class it is gone, as you can visually sublcass a form.
Also you can design visually controls like a button class (something in visual studio you can't) and then reuse it in other Controls and Forms.
When designing winforms you are able to switch between the designer and the generated code tab. This will be available also for scx designers and we will be able to save to scx forms back in that format. There is also code folding available there like in VS.

You can use the whole .net framework like in c# and vb.net. There are new commands and functions like "using" for opening .net classes. Also new variable types like TLOCAL (strong typing variable, when declared you know the type and cannot be changed) which can increase dramatically the speed of compiled code.
You can also now declare arrays like this :
oINfo = {1,2,3,4,5} instead of clasic dimension...
They have build a runtime compiler component which will allow to use macrosubstitution (please smile :) like in vfp.

There are a lot of other features you can find them on etecnologia's site, I will not post them here. And check the google group also (there is a direct link form etec. site), you may find other features they intend to do discussed there.

I beleive in this product and in it's future as it can put together vfp power and .net world. And as myself have over 20 applications build in over 10 years with thousands of code there it will be a natural choice to move my code to their product than to get old reprogramming everything in some other language I have to learn.

Camil Ghircoias
Vfp likes me.



COMPLETE THREAD
C#.net Macro like VFP Posted by Gary Abellar @ 6/30/2009 5:53:19 AM
RE: C#.net Macro like VFP Posted by Boudewijn Lutgerink @ 6/30/2009 9:07:54 AM
RE: C#.net Macro like VFP Posted by kulwant singh @ 6/30/2009 9:39:19 AM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 6/30/2009 1:46:47 PM
RE: C#.net Macro like VFP Posted by kulwant singh @ 7/1/2009 10:15:43 AM
RE: C#.net Macro like VFP Posted by Samir Ibrahim @ 6/30/2009 11:04:19 AM
RE: C#.net Macro like VFP Posted by Christian Tabligan @ 6/30/2009 1:27:22 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 1:33:54 PM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 6/30/2009 1:49:24 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 1:57:02 PM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 6/30/2009 2:08:46 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 2:19:52 PM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 6/30/2009 2:37:39 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 2:47:13 PM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 6/30/2009 2:54:24 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 3:05:10 PM
RE: C#.net Macro like VFP Posted by Boudewijn Lutgerink @ 6/30/2009 3:11:24 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 3:19:43 PM
RE: C#.net Macro like VFP Posted by Samir Ibrahim @ 6/30/2009 3:40:39 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 3:46:58 PM
RE: C#.net Macro like VFP Posted by Samir Ibrahim @ 6/30/2009 4:07:22 PM
RE: C#.net Macro like VFP Posted by Boudewijn Lutgerink @ 6/30/2009 3:04:07 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 3:11:23 PM
RE: C#.net Macro like VFP Posted by Boudewijn Lutgerink @ 6/30/2009 3:17:23 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 6/30/2009 3:40:24 PM
RE: C#.net Macro like VFP Posted by Christian Tabligan @ 7/1/2009 1:35:49 AM
RE: C#.net Macro like VFP Posted by Christian Tabligan @ 7/1/2009 5:17:51 AM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 7/1/2009 9:18:05 AM
RE: C#.net Macro like VFP Posted by Christian Tabligan @ 7/1/2009 10:12:31 AM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 7/1/2009 10:43:26 AM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 7/1/2009 2:01:48 PM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 7/1/2009 2:33:27 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 7/1/2009 3:51:25 PM
RE: C#.net Macro like VFP Posted by Camil Ghircoias @ 7/1/2009 4:45:01 PM
RE: C#.net Macro like VFP Posted by Boudewijn Lutgerink @ 7/1/2009 4:57:05 PM
RE: C#.net Macro like VFP Posted by Cetin Basoz @ 7/1/2009 10:05:06 PM
RE: C#.net Macro like VFP Posted by Christian Tabligan @ 7/2/2009 2:09:41 AM
RE: C#.net Macro like VFP Posted by Boudewijn Lutgerink @ 7/1/2009 4:48:44 PM
RE: C#.net Macro like VFP Posted by Samir Ibrahim @ 7/1/2009 11:27:23 AM
RE: C#.net Macro like VFP Posted by Christian Tabligan @ 7/2/2009 1:40:38 AM