Search found 255 matches
- Thu Aug 17, 2017 10:16 am
- Forum: VO & Vulcan
- Topic: Question: Compatibility ?
- Replies: 10
- Views: 3644
Question: Compatibility ?
<t>Hello,<br/> <br/> Between the VODialect and ZeroBasedIndexing parameters there is a contradiction. If we port from VO in XSharp the big project in which the indexing of arrays always begins with 1, then I very much doubt that someone will read all code and to change in it an indexing with 1 on 0 ...
- Sat Aug 12, 2017 7:32 pm
- Forum: VO & Vulcan
- Topic: Incompatible indexing in case of access to PSZ bytes between VO and XSharp
- Replies: 7
- Views: 2883
Incompatible indexing in case of access to PSZ bytes between VO and XSharp
<r>Robert,<br/> <br/> Thank you for answer! <QUOTE><s>[quote]</s><I><s>[i]</s>Probably needless to say that PSZ is only there for compatibility reasons. You should try to use standard .Net types when possible.<e>[/i]</e></I><e>[/quote]</e></QUOTE> Of course. It is matter only for ported code from VO ...
- Sat Aug 12, 2017 11:50 am
- Forum: VO & Vulcan
- Topic: Incompatible indexing in case of access to PSZ bytes between VO and XSharp
- Replies: 7
- Views: 2883
Incompatible indexing in case of access to PSZ bytes between VO and XSharp
<r>Karl,<br/> <br/> The issue is not in allocating memory, but in indexing. My example in this form is written just to demonstrate the difference in PSZ indexing between VO and XSharp. As a result, after porting the output of the program differs.<br/> <br/> If you are confused by the use of the ...
- Sat Aug 12, 2017 9:06 am
- Forum: VO & Vulcan
- Topic: Incompatible indexing in case of access to PSZ bytes between VO and XSharp
- Replies: 7
- Views: 2883
Incompatible indexing in case of access to PSZ bytes between VO and XSharp
<r>Hello!<br/> <br/> After porting of a test VO-application in XSharp the incompatibility in an indexing in case of access to PSZ variable bytes was found. In VO the indexing begins with 1, and in XSharp begins with 0 (it was clarified in the course of debugging). Though Visual Objects dialect is ...
- Thu May 18, 2017 12:03 pm
- Forum: Product
- Topic: Basic questions
- Replies: 9
- Views: 3621
Basic questions
<r>Hi Robert,<br/> <QUOTE author="Robert van der Hulst"><s>[quote="Robert van der Hulst"]</s>Serggio,<br/> <br/> I am surprised (and shocked) that this works in VO. It should not work.<br/> <br/> Robert<br/> <e>[/quote]</e></QUOTE> This construction works in VO and works very well. It is similar to ...