xsharp.eu • I wish to congratulate with the team
Page 1 of 1

I wish to congratulate with the team

Posted: Sat Jun 05, 2021 8:49 pm
by antonello.negrone
After a few hours of coding over a few days, I have successfully converted the SPE client dll from VO 2.7b1 to X#.
The result reached is over my expectations. I was sure that would be mandatory to rewrite it completely from scratch (I know a redesign will be necessary to compile in safe mode) but to see it working in unsafe and communicate with the actual server is a success for me.

The dll deals with memory pointers, encryption, compression, multi-thread.......it's incredible to see it working after so few time. Also the Xporter has done a very great job.

So guys, thank you and congratulations for the great job!!!!

My next step is to convert the RDD, conversion that, if I'm not wrong, cannot be done as the client dll.
But this doesn't scare me (and you know that new questions will come :lol: )

I wish to congratulate with the team

Posted: Sat Jun 05, 2021 10:07 pm
by Chris
Thanks for your very nice words Antonello! This was exactly the target with X#, to make it possible to port applications with as less effort as possible. That is not always possible, but there have also been some cases when we were also ourselves very surprised about how quickly a ported app did compile and run in X# :)

I wish to congratulate with the team

Posted: Sat Jun 05, 2021 10:20 pm
by robert
Thanks, Antonello,
I must admit that I have never actually seen SPE.
Can you explain what it does ?
Is this a RDD to communicate with a remote server, a bit like Advantage Database Server ?
Is there a demo ?

Robert

I wish to congratulate with the team

Posted: Mon Jun 07, 2021 4:31 pm
by antonello.negrone
Hi Robert,
there is this simple page describing its features:

https://www.infodigit.it/?page_id=159

Yes, it has a RDD which communicates via TCP/IP and I plan to public a new demo as soon I have the X# RDD working.

Antonello