David
03-10-2013, 20:43
Hi all,
NeoBook plugin works fine and i found the way to solve end execution error message.
I don't know if NeoBook users had installed all thinBasic distribution
Each time i do a NEW NeoBook project and write into a NEW .tbasic file some like
uses "File" or uses "Console", etc,
I need include the "bin" and "inc" folders, with the program package.
From the Help file:
USES will search for the requested module following below path sequence:
1. Source script path
2. Source script path + Lib
3. Source script path + Bin
4. Source script path + Mod
5. Source script path + Lib + "thinBasic_" + ModuleName
6. Source script path + Bin + "thinBasic_" + ModuleName
7. Source script path + Mod + "thinBasic_" + ModuleName
11. thinBasic path
12. thinBasic path + Lib
13. thinBasic path + Bin
14. thinBasic path + Mod
15. thinBasic path + Lib + "thinBasic_" + ModuleName
16. thinBasic path + Bin + "thinBasic_" + ModuleName
17. thinBasic path + Mod + "thinBasic_" + ModuleName
Ok, but the thinBasic path is not setted (on my system).
Does the thinCore.dll search for an specifc path or are there any way to set the "thinBasic path" value ? (via ini file, registry, etc )
If it will be possible, each time I (or we) create a new program, don't need include the "bin" and "inc" folders, and load needed data from the setted folders.
Thanks in advance,
David
NeoBook plugin works fine and i found the way to solve end execution error message.
I don't know if NeoBook users had installed all thinBasic distribution
Each time i do a NEW NeoBook project and write into a NEW .tbasic file some like
uses "File" or uses "Console", etc,
I need include the "bin" and "inc" folders, with the program package.
From the Help file:
USES will search for the requested module following below path sequence:
1. Source script path
2. Source script path + Lib
3. Source script path + Bin
4. Source script path + Mod
5. Source script path + Lib + "thinBasic_" + ModuleName
6. Source script path + Bin + "thinBasic_" + ModuleName
7. Source script path + Mod + "thinBasic_" + ModuleName
11. thinBasic path
12. thinBasic path + Lib
13. thinBasic path + Bin
14. thinBasic path + Mod
15. thinBasic path + Lib + "thinBasic_" + ModuleName
16. thinBasic path + Bin + "thinBasic_" + ModuleName
17. thinBasic path + Mod + "thinBasic_" + ModuleName
Ok, but the thinBasic path is not setted (on my system).
Does the thinCore.dll search for an specifc path or are there any way to set the "thinBasic path" value ? (via ini file, registry, etc )
If it will be possible, each time I (or we) create a new program, don't need include the "bin" and "inc" folders, and load needed data from the setted folders.
Thanks in advance,
David