PDA

View Full Version : How to create a new SDK?



Michael Hartlef
30-11-2008, 12:27
Hi Eros,

if I want to create an SDK for another language, is the convertion of the thincore.inc file the part that has to be done? Besides from maybe creating an import library for the DLL if the language needs something like this? I'm thinking about an SDK for FreePascal.

Cheers
Michael

ErosOlmi
30-11-2008, 12:43
Yes.
thinCore.inc has all the current interfaces available for thinBasic.

Usually there are not much troubles when dealing with function interfaces dealing with numeric parameters or numeric return data.
Problems can be when dealing with strings because, as you know, there are many different ways to handle them. If FreePascal manage BSTR strings I suppose there will be few problems too.

Also, if you need, I can create new interfaces. We just need to talk about what and how.

Ciao
Eros

Michael Hartlef
30-11-2008, 13:46
Also, if you need, I can create new interfaces. We just need to talk about what and how.



Thanks for the info. I will contact you when I need help.

Michael