D.J.Peters
20-05-2013, 03:38
Hello Charles,
I lost my FreeBASIC SDK stuff.
Do you have an uptodate FB thinCore SDK.
I mean the version with the EXT datatype we wrote in the past.
Thank you for your support.
Joshy
Charles Pegge
20-05-2013, 08:07
Hi Joshy,
These files go back to 2010.
For Oxygen-thinCore interfacing, (Oxygen is still written in FB), I used late binding (Dylibload), which completely avoids using def files and lib files.
Anyway I hope you find these files still useable.
Charles
D.J.Peters
20-05-2013, 15:57
Thank you Charles
i was wondering why the EXT type isn't a part of FreeBASIC SDK include file thinCorte.bi
There was only one inline assembler error "mov eax,ebp-20" in function float_to_ascii().
after label PowerAdjust:
mov eax,tempdw must be mov eax,[tempdw]
Joshy