What does we need to distribute our NeoThinBasic Programs ?

Topics related to David de Argentina's NeoThinBasic plug-in.

Moderator: Neosoft Support

Post Reply
David de Argentina
Posts: 1596
Joined: Mon Apr 04, 2005 4:13 pm
Location: Buenos Aires, Argentina
Contact:

What does we need to distribute our NeoThinBasic Programs ?

Post by David de Argentina »

ThinBasic requires a static folder structure. we must preserve this.

On the program folder:
* The NeoBook compiled EXE program
* The NeoThinBasic.nbp plugin (outside the EXE)
* the thinCore.dll library

If you USES some special features like
USES "INET"
USES "FILE"
USES "UI"
or something else,
You MUST have a folder called "LIB" into the Program Folder, with the asociated DLL's, like
thinBasic_Inet.dll
thinBasic_File.dll
thinBasic_UI.dll
etc

If you read the .tBasic from elseware folder (not the program folder), the path for thinBasic continues being [PubDir], not the .tBasic file folder.

PS: Dave: could you put this topic as Anouncement ? Thanks !
Post Reply