Oxygen Basic
Programming => Bugs & Feature Requests => Topic started by: jcfuller on February 28, 2018, 02:53:41 AM
-
Are the DLL examples 32/64 working with the latest compiler? Might be an operator issue on this end :)
James
-
Hi James,
We have an RTL64 wide string problem. I think it's the concatenator output.
-
Charles,
Ah ha thank you. That might be the cause of some issues I haven't reported yet.
As in:
use rtl64
string s = "james"
wstring ws = s
print ((wstring)ws)
James
-
The Cat is in good health, I am glad to say. The problem is with MessageBoxW which fails to link in the import table. So I have patched a GetProcAddress specifically for this function into RTL64.
It will do for now, but I will need to establish the cause of the import failure eventually.
[attachment deleted by admin]