Search found 15 matches

by antonello.negrone
Fri Jul 07, 2023 6:01 am
Forum: VO & Vulcan
Topic: File function is different in 2.8 than in 2.7
Replies: 4
Views: 1732

File function is different in 2.8 than in 2.7

Hi Chris,

ideed, it seems the only solution.

thanks for your time
by antonello.negrone
Thu Jul 06, 2023 6:40 am
Forum: VO & Vulcan
Topic: File function is different in 2.8 than in 2.7
Replies: 4
Views: 1732

File function is different in 2.8 than in 2.7

<t>Hi Chris,<br/> <br/> workDir() looks to point the current exe path correctly.<br/> Thanks<br/> [img]data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAt8AAADvCAYAAAAq77hAAAAgAElEQVR4Xu3dCZwUxd3/8VrUqHgi+KhBI0pQQfSFIj4S4vNXMBqNV0zMatTH6EMwiUeij0q8Hp/EIyqIUR/cSLxvNIpRIpFLDPFYFSSIgiCKIIICcikIu7j/rl5r6O2...
by antonello.negrone
Wed Jul 05, 2023 10:32 am
Forum: VO & Vulcan
Topic: File function is different in 2.8 than in 2.7
Replies: 4
Views: 1732

File function is different in 2.8 than in 2.7

<t>Hello,<br/> <br/> I'm on the way to convert a huge app from 2.7 and 2.8 and running it for the first time, I noticed that the line:<br/> <br/> File(Workdir()+"*.*")<br/> <br/> in 2.7 returns TRUE but in 2.8 returns FALSE.  Trying on X# returns TRUE.<br/> Is that a known issue? Is there a way to h...
by antonello.negrone
Thu Jun 10, 2021 7:46 pm
Forum: Welcome
Topic: RDD architecture
Replies: 4
Views: 1801

RDD architecture

Robert,
thank you. I will take your advice :-)
by antonello.negrone
Thu Jun 10, 2021 7:42 pm
Forum: Welcome
Topic: RDD architecture
Replies: 4
Views: 1801

RDD architecture

Ciao Wolfgang,

this helped to go further.

Thank you!
by antonello.negrone
Thu Jun 10, 2021 6:23 am
Forum: Welcome
Topic: RDD architecture
Replies: 4
Views: 1801

RDD architecture

<r>Hi!<br/> <br/> I'm beginning to dig into the X# architecture writing a new class SPECDX into the XSharp.RDD namespace, but I can't get the debugger to reach the breakpoint inside it.<br/> It seems it can't load the assembly, because writing anything else "SPECDX" gives the same error:<br/> <CODE>...
by antonello.negrone
Mon Jun 07, 2021 4:31 pm
Forum: Welcome
Topic: I wish to congratulate with the team
Replies: 3
Views: 2361

I wish to congratulate with the team

<r>Hi Robert,<br/> there is this simple page describing its features:<br/> <br/> <URL url="https://www.infodigit.it/?page_id=159">https://www.infodigit.it/?page_id=159</URL><br/> <br/> 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.<...
by antonello.negrone
Sat Jun 05, 2021 8:49 pm
Forum: Welcome
Topic: I wish to congratulate with the team
Replies: 3
Views: 2361

I wish to congratulate with the team

<r>After a few hours of coding over a few days, I have successfully converted the SPE client dll from VO 2.7b1 to X#.<br/> 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...
by antonello.negrone
Thu Jun 03, 2021 3:36 pm
Forum: Welcome
Topic: Casting, dereferencing & C.
Replies: 3
Views: 1619

Casting, dereferencing & C.

Robert & Leonid, thank you, that does the trick!
by antonello.negrone
Thu Jun 03, 2021 12:55 pm
Forum: Welcome
Topic: Casting, dereferencing & C.
Replies: 3
Views: 1619

Casting, dereferencing & C.

<r>The following test lines of code in VO always return 5, instead in X# dont' work as expected:<br/> <CODE><s>[code]</s><i> </i>FUNCTION Start( ) AS VOID LOCAL DIM p[4] AS BYTE p[1] := 5 System.Console.WriteLine( AsString( DWORD(@p[1]))) //strange results System.Console.WriteLine( Bin2DW(Mem2String...