Hi New user here. Hope I haven't broken any rules!
I have recently upgraded from earlier version to current release V1.10.7.0
I find that returning a string from a DLL no longer works. Is this a known problem?
I use:
Declare Function MyName Lib "MyDllName.DLL" Alias "MyName" (ByRef InString As Asciiz, ByRef OutString As Asciiz) As Long
The DLL modifies OutString internally but on return to ThinBasic, the original value of OutString is maintained and the expected new value is lost. This works fine in V1.8.9.0 and V1.9.16.17 but fails in V1.10.7.0
Bookmarks