Search found 334 matches

by Jamal
Sat Jul 14, 2018 5:38 am
Forum: VO & Vulcan
Topic: VO 32 Bit limitations
Replies: 37
Views: 9669

VO 32 Bit limitations

<r><B><s>[b]</s>Here the X# translation of the C# code as a console app. Tested and works as expected <E>:)</E><e>[/b]</e></B><br/>

<CODE><s>[code]</s><i>
</i>USING System
USING System.Collections.Generic
USING System.Linq
USING System.Text
USING System.IO

BEGIN NAMESPACE ...
by Jamal
Sat Jul 14, 2018 5:03 am
Forum: VO & Vulcan
Topic: VO 32 Bit limitations
Replies: 37
Views: 9669

VO 32 Bit limitations

<r>I found some C# code that checks to see if an EXE is LARGE_ADDRESS_AWARE, and if not , it will update its header. I've verified that it works by using VMMAP.<br/>
<br/>
I created a C# console app which is run as a part of my installation program and updates the EXE files found in installation ...
by Jamal
Thu Jul 12, 2018 7:13 pm
Forum: VO & Vulcan
Topic: VO 32 Bit limitations
Replies: 37
Views: 9669

VO 32 Bit limitations

<r>Hi Wolfgang,<br/>
<br/>
That's an interesting find! I ran it on an EXE and now see available memory more than doubled.<br/>
<br/>
While we are at it, i did some search on the web and found out that we can use EDITBIN.EXE from the "Visual Studio developer command prompt". It is part VC++ runtime ...
by Jamal
Wed Jul 11, 2018 5:01 pm
Forum: VO & Vulcan
Topic: VO 32 Bit limitations
Replies: 37
Views: 9669

VO 32 Bit limitations

<r>Hi Arne,<br/>
<br/>
Robert posted the following on Feb 2, 2017 to xsharp.public.vovulcan newgroups (not sure if it is still running).<br/>

<QUOTE><s>[quote]</s>
<br/>
There are 2 memory sizes that you need to manage:<br/>
<br/>
1) SetMaxDynSize()<br/>
This controls the maximum amount of dynamic ...
by Jamal
Wed Jul 04, 2018 7:45 pm
Forum: Chit-Chat
Topic: Chilkat 32/64 bit and/or .Net 4.5/4.6/4.7 version
Replies: 4
Views: 3220

Chilkat 32/64 bit and/or .Net 4.5/4.6/4.7 version

<t>I use the 32bit .NET component with .NET framework 4.7. I create a COM visible class in C# which is called from a VO generated Automation Server Class. For VO you must use the 32 bit components.<br/>
<br/>
FWIW, I create the .NET COM components to make it easier for me to test and to ease the ...
by Jamal
Fri Jun 01, 2018 4:27 pm
Forum: Product
Topic: xSharp RDD Dataset
Replies: 29
Views: 7740

xSharp RDD Dataset

That's unfortunate! Maybe it is a side job for them or it is a sign that they will be out of business just like CodeBase.
by Jamal
Fri Jun 01, 2018 4:08 pm
Forum: Product
Topic: xSharp RDD Dataset
Replies: 29
Views: 7740

xSharp RDD Dataset

<r>Hi Wolfgang,<br/>
<br/>
I have a license for version 7 which I bought several years ago, but did not fully utilize it due to some issues that arose later on due to CDX files and field length limitations; so I put it on the shelf. The only difference is that the current version supports 32 and 64 ...
by Jamal
Tue May 22, 2018 8:26 am
Forum: Product
Topic: xSharp RDD Dataset
Replies: 29
Views: 7740

xSharp RDD Dataset

<r>Hi Robert,<br/>
<br/>
The ApolloDB is not 100% compatible with the VO DBFCDX RDD specifications since VO added long field lengths above 1023 characters, see: <URL url="http://www.apollodb.com/apollo_engine.asp#t4">http://www.apollodb.com/apollo_engine.asp#t4</URL><br/>
<br/>
In VO I can specify ...
by Jamal
Mon May 21, 2018 11:01 pm
Forum: Product
Topic: xSharp RDD Dataset
Replies: 29
Views: 7740

xSharp RDD Dataset

<t>Hi Robert,<br/>
<br/>
>> SQL syntax to query DBF data (Advantage RDD allows that already) <<<br/>
<br/>
SAP lately based on what I hear has very bad support <g> and may too expensive. <br/>
<br/>
>> a DotNet provider linked to RDD workareas that uses filters and scoping like normal DBFs <<<br ...
by Jamal
Mon May 21, 2018 4:23 am
Forum: Product
Topic: xSharp RDD Dataset
Replies: 29
Views: 7740

xSharp RDD Dataset

<r>In the RoadMap which listed the xSharp RDD and last bullet has:<br/>
<br/>
<B><s>[b]</s>What do you need ?<e>[/b]</e></B><br/>
<br/>
Aside from ADS, I am just wondering if will be possible to create something like ApolloDB to write to SQL-92 query syntax directly access data via an ADO.NET Data ...