Page 1 of 1
My first WinForms application runs already with the X# runtime
Posted: Thu Jun 14, 2018 3:54 am
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
My first WinForms application runs already with the X# runtime
Posted: Thu Jun 14, 2018 5:51 am
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,
My first WinForms application runs already with the X# runtime
Posted: Thu Jun 14, 2018 2:17 pm
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
My first WinForms application runs already with the X# runtime
Posted: Thu Jun 14, 2018 2:21 pm
by robert
Karl-Heinz,
See
https://www.xsharp.eu/examples/alpilog for a description of the program.
Robert
My first WinForms application runs already with the X# runtime
Posted: Thu Jun 14, 2018 3:19 pm
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