How to use VO DLLs with X# ?

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

How to use VO DLLs with X# ?

Post by Fab64 »

I don't have VULCAN.NET but only VO 2.6.
my question is:
How to use VO DLLs with X# ?
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

How to use VO DLLs with X# ?

Post by wriedmann »

Hi,

unfortunately it is not possible to use VO DLLs directly with X#. Currently X# supports VO code only through the use of the Vulcan runtime, until the development team releases their own runtime.

VO 2.6 is very old, and newer VO versions have a much stronger compiler to prepare the code for the .NET migration, so you will have to make adjustments in your code.

But IMHO you should take the time now and learn to use X# with the .NET framework, maybe for new applications. Then, when the runtime is ready, you are prepared for the migration.

X# and the .NET framework give you a lot of new and very interesting features, new language constructs and GUI enhancements that are not possible with VO and its over 20 years old GUI classes - so it is important to learn .NET with the Xbase language you know.

It may not be helpful, but you should absolutely spend time on learning how to construct applications now with all the possibilities that the .NET framework offers.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

How to use VO DLLs with X# ?

Post by robert »

Fab(ricio?)

What Wolfgang said.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

How to use VO DLLs with X# ?

Post by Fab64 »

HI Wolfgang,

Indeed my intention is to be programmed with X# .net, but I need the VO .RDD

Fabrizio
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

How to use VO DLLs with X# ?

Post by wriedmann »

Hi Fabrizio,

for the RDD you have to wait a few months, I think - if you are not willing to buy a Vulcan license for the meantime.
In the last year the development group has worked very hard to finish the compiler (and it works very well!), but as Robert has announced here, shortly they will beginn with the development of the runtime libraries and the RDDs.

But nevertheless you should begin now to work with X# to see what WinForms or WPF offer. It took me over a year to understand where I want to go, first with Vulcan and now with X#.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

How to use VO DLLs with X# ?

Post by Fab64 »

HI Wolfgang,

I'll follow your advice

Fabrizio
Post Reply