PDA

View Full Version : Where is latest thincore.inc file?



gddeluca
15-02-2020, 20:09
I have been using thinBasic as my Apps macro language engine for quite a few years. But I've never upgraded the thinBasic version as there has been no need. There still isn't a need but I'm using 1.9.6 which is quite old.

So, I downloaded the current release, but cannot find the thincore.inc file used to define the thinBasic API to the compiler (PowerBasic).

I've done a quick test using the old thincore.inc and the latest thincore.dll and it seems to be working.

Is this OK, or should there be a newer thincore.inc ?

George

DirectuX
15-02-2020, 21:14
Hi gddeluca,

look in the SDK folder of your thinBasic installation path: there is a zip file ...


... but it contains

File Name : thinCore.inc
Version : 1.9.16.x

that's all I know.

gddeluca
15-02-2020, 21:38
Hi DirectuX,

Super, exactly what I was looking for. I'd totally forgotten where I originally found it.

Looks like it is 99% the same, with a few new parsing API's added, which explains why the old version worked OK - none of the APIs that I use were changed in any way.

Thanks a lot.

George

Petr Schreiber
17-02-2020, 20:39
Eros keeps the backward compatibility in interfaces :dance1:


Petr

ReneMiner
05-07-2021, 00:39
is 1.9.16.x still the latest? 3 years old...
I can not find any better but i thought there was 1.11. attached to some post already - anyone remembers?
(oxygen samples contains 1.8.0.0)
(Petr's module classes example contains 1.9.0.0)