My first WinForms application runs already with the X# runtime

This forum is meant for anything you would like to share with other visitors
Post Reply
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

My first WinForms application runs already with the X# runtime

Post by wriedmann »

Hi guys,

only to let you know: I was able to make my first WinForms application (the AlpiLog application, that uses the Vulcan runtime) run with the X# runtime. It was a matter of about an hour, but after a few ajustments to the runtime I can undo my changes.

I have to make my congratulations to the development team: really a great work!

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
lumberjack
Posts: 723
Joined: Fri Sep 25, 2015 3:11 pm

My first WinForms application runs already with the X# runtime

Post by lumberjack »

wriedmann wrote: I have to make my congratulations to the development team: really a great work!
Well done guys and also to you Wolfgang for testing.

Regards,
Karl-Heinz
Posts: 774
Joined: Wed May 17, 2017 8:50 am

My first WinForms application runs already with the X# runtime

Post by Karl-Heinz »

Hi Wolfgang,

Does that mean that from now on your alpilog app doesn´t depend on any VN dll ?

Was the app a VO-app before, or did you build the app from the beginning with .net forms only ?

regards
Karl-Heinz
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

My first WinForms application runs already with the X# runtime

Post by robert »

Karl-Heinz,

See https://www.xsharp.eu/examples/alpilog for a description of the program.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

My first WinForms application runs already with the X# runtime

Post by wriedmann »

Hi Karl-Heinz,
Does that mean that from now on your alpilog app doesn´t depend on any VN dll ?
Exactly. This application needs only the runtime and the Win32API classes - and this one was taken from the Vulcan sources, and recompiled with the X# runtime.
Was the app a VO-app before, or did you build the app from the beginning with .net forms only ?
This app was my first Vulcan WinForms project, and is heavily touch oriented. As database it uses MySQL. And of course it uses arrays and other xBase specialities.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply