Search found 2 matches

by Jean3riv
Sat Jul 25, 2020 6:27 pm
Forum: Product
Topic: How to use External C++ dll
Replies: 8
Views: 2124

How to use External C++ dll

<r>Hi Robert<br/> I have not been able to call a function via a CLASS, even with your examples... <br/> However I have been able to call many functions to an external win32 DLL via the following code:<br/> //_________________<br/> <br/> [DllImport("Randomad32.dll")]; <br/> _DLL FUNCTION MersenneRand...
by Jean3riv
Sat May 30, 2020 1:33 pm
Forum: Chit-Chat
Topic: DBFCDX driver, array in memo field
Replies: 3
Views: 2122

DBFCDX driver, array in memo field

<r>Hello everybody<br/> In cavo28 sp3, I can write and retrieve an array from the memo field.<br/> In #Sharp, VO, I can only retrieve the array, the FieldPut() function return a crash application...<br/> XSharp.Error<br/> Unknown Error occurred<br/> <br/> The question:<br/> Is xSharp won't support a...