ScriptBasic
May 22, 2012, 02:15:38 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: The ScriptBasic User, Developer and extension module guides are available at the
WIKI
.
Home
Wiki
Help
Search
Login
Register
ScriptBasic
>
Support
>
General Discussions
>
error &H3e:Include file is not found
Pages: [
1
]
« previous
next »
Print
Author
Topic: error &H3e:Include file is not found (Read 527 times)
Teropita
Newbie
Posts: 1
error &H3e:Include file is not found
«
on:
April 24, 2011, 09:37:28 PM »
Hi,
I have just started using Scriptbasic. I am running it on Windows XP.
I have downloaded and extracted version 3.0 to a Windows directory C:\Scriptbasic. I can run some of the examples from the command shell.
eg C:\Scriptbasic>scriba C:\Scriptbasic\Examples\parser\bottles.sb runs the bottles.sb program.
I have a path statement that included C:\Scriptbasic\bin\ and C:\Scriptbasic\include.
I cannot run a GTK example. I installed GTK+ and copied the gtk dll to modules and copied the gtk.bas file to the C:\Scriptbasic\include directory. Now if I run demo.sb which has the line import gtk.bas I get error &H3e:Include file is not found.
Is there a configuration file that I should be setting up to let scriptbasic know where the include directory is?
Logged
support
Administrator
Posts: 409
Re: error &H3e:Include file is not found
«
Reply #1 on:
April 24, 2011, 10:57:32 PM »
Welcome to the ScriptBasic forum.
If you want to reference extensions modules from your scripts, (using IMPORT or INCLUDE) you should have a configuration file defined that at least points to the module and include directories. Keep in mind that the configuration file needs to
compiled
with the
scriba -k <text version of config file>
. If no pre-existing config is found in the bin directory, ScriptBasic will generate it in the C:\WINDOWS directory. Using the
scriba -d <your script>
will show the loading process and success of extension modules you may be using in your scripts.
GTK-Server is a great way to add a GUI to your ScriptBasic scripts.
Let us know if you need any help getting up to speed with SB.
«
Last Edit: April 25, 2011, 12:00:10 AM by support
»
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Open Forum
-----------------------------
=> Round Table
=> What's New
-----------------------------
ScriptBasic
-----------------------------
=> Download
=> Tutorials
=> Wish List
-----------------------------
Support
-----------------------------
=> General Discussions
=> Installation
=> ScriptBasic Examples w/source
=> Debugger
=> Source
=> Documentation
-----------------------------
Extension Modules
-----------------------------
=> Extension Modules
===> DVM
===> Curl
===> mxml
===> IUP
===> CGI
===> MySQL
===> ODBC
===> Berkeley DB
===> PSQL
===> GSL
===> Rlib
===> GTK-Server
===> CIO
===> NT
===> DYC
===> ZLIB
===> RE
===> HASH
===> GD
===> MT
===> T
===> DBG
Loading...