Not now.
I experimented with FreeBasic and was quite OK but problem is always related to String handling.
thinBasic uses OLE32 BSTR strings. Other language uses other kind of strings. Making conversions in/out is very inefficient.
I made also some experiment using FreePascal than has WideString that are identical to BSTR strings except for functions returning strings.
Here are some explanation of the problem: http://stackoverflow.com/questions/9...ue-for-interop
Bookmarks