Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Support

Pages: 1 ... 53 54 [55] 56 57 ... 59
811
Round Table / Roll Call
« on: December 01, 2007, 02:53:42 AM »
ScriptBasic Users,

If your currently using ScriptBasic for any of your applications, utilities or hobby projects, please reply to this post. I really need to get an idea of the user base ScriptBasic currently has.

Based on this number of posts made by the forum members, I'm starting to wonder if I'm the only developer using the language.

This is important and please take the time to respond if you want to see ScriptBasic continue to evolve.

This means joining the forum if you haven't done so already.

Projects I'm willing to share what I've learned if there is interest in the language:

ScriptBasic Application Server - setup and application programming

GUI programming with ScriptBasic using the GTK-server extension module


John

812
General Discussions / Linux precompile?
« on: November 26, 2007, 11:12:59 PM »
Quote

Ubuntu, a newly popular desktop distribution maintained by Canonical that is derived from Debian


I pretty sure Peter (author) uses the Debian distro and there may even be a --switch with the 'setup' script.

Please post something here if your willing to share your ScriptBasic  2.1 Linux binaries with Basic programmers that may not have the skills to compile the code on their own. I know there is a request for working BSD set of binaries on the table.

John

813
GTK-Server / GTK demo
« on: November 24, 2007, 11:29:04 PM »
I was able to get the GTK-Server ScriptBasic extension module running under CentOS 5 (Red Hat recompile) and it works great. If you convert your application to a standalone executable with the scriba -K option, there is no console interaction and the program runs just like any other binary executable. I was also successful at getting GTK-server to work with ScriptBasic under Windows as well. (same scripts run on both OS's)

I'm still confused why others are are not using ScriptBasic for their application development. Maybe it's a job security thing and the more code they write the more valuable the application must be. :)

I'm available for conversions of old legacy applications to either a browser or desktop environment. The result is that it won't cost you an arm and a leg and you will be able to maintain and enhance your application with in-house resources.  

John Spikowski
support@scriptbasic.org

814
Source / Compiling the source in Windows
« on: October 30, 2007, 01:43:01 PM »
Perl is only use as a 'helper' to get ScriptBasic code compiled. Once you have a working ScriptBasic environment, Perl is no longer needed.  It's used for things like taking the source text files and converting the <CR><LF> to <LF> if your compiling the source under *nix.

John

815
Source / Compiling the source in Windows
« on: October 30, 2007, 12:58:27 PM »
ScriptBasic is a mature / stable offering. It has 10 years of hard work invested by the author. I use it exclusively for all my utility scripting and web projects.

I think you will be very happy with ScriptBasic.


John

816
Round Table / ScriptBasic
« on: October 30, 2007, 12:54:52 PM »
Welcome !

We are looking for good C programmers to help support / extend ScriptBasic. If you have time to contribute, it would be appreciated by all.

John

817
General Discussions / Linux precompile?
« on: October 25, 2007, 11:10:46 AM »
You could try using the CentOS  (Red Hat recompile) binaries I posted to the forum. I will try them on my Ubuntu VM and see if they work in the next few days.


John

818
General Discussions / ScriptBasic application server on Win2003
« on: October 02, 2007, 01:02:57 PM »
The issue has been resolved.

It seems that there is some interaction with 'cgi-bin' and sub-directories.  I moved the proxy to /app out of htdocs and the virtual directories work fine as a sub of /app.

Something to remember when using SBHTTPD under Win2003.

John

819
General Discussions / ScriptBasic application server on Win2003
« on: October 01, 2007, 05:52:25 PM »
SBHTTPD Users,

I'm having a issue with virtual directories under Windows 2003 server using Apache as the front end web server.

Under XP SP2 it works great. I proxy a directory and call it home in the scriba.conf file and define the sub-directories as virtual directories. Under Win2003, SB complains that it can't find code in the virtual directories.

Has anyone else seen this problem running under Win2003 server?

John

820
Debugger / ScriptBasic 2.1 Debug Option
« on: July 08, 2007, 02:09:28 AM »
If you have installed ScriptBasic 2.1 from the setup.exe distribution you may have noticed that Peter added a debug internal preprocessor and a standalone remote debugger. (more on the remote debugger in another post)

To debug a ScriptBasic program, use the '-i dbg' option to start your program.

scriba -i dbg mypgm.sb

Note: The ScriptBasic Windows install defines the .sb file attribute as being a ScriptBasic program. This will allow to run the program by using it's name only without the 'scriba' prefix.

John

821
General Discussions / Arrays Not Releasing Memory
« on: July 07, 2007, 12:35:13 PM »
Norm,

I wonder if converting the array to a simple null string would release the memory.

John

P.S.

Sorry for the delayed response.   :(

822
The beta mailing list had been deleted awhile ago and the forum is the main source of peer support.

Peter (author) still has his mailing list going if you would like to join.

John

823
Source / Compiling the source in Windows
« on: July 02, 2007, 03:02:50 PM »
I use ScriptBasic scripts on my Linux box to talk to a real estate (MLS) web service to get listing and photo data.

I'm currently working on a Aestiva HTMLOS conversion to the ScriptBasic Application Server. (sbhttpd w/Apache interface)

You might try to get your hands on VS7 and try the compile as that is what the make files are setup for.

BTW: The 2.1 release has everything compiled and ready to run for Windows. Unless you need to enhance the Basic, compiling the source isn't a requirement.

John

824
General Discussions / 'Eval' function
« on: July 02, 2007, 01:31:53 AM »
ScriptBasic can be embedded into another application. (see libscriba docs)

This will allow you to pass code and expresions to the scripting engine and have it return results.

I use Business Basic as well and it has a EXECUTE feature that will process a string of code/expressions.

Can you expand on what your trying to do?

John

825
Source / Compiling the source in Windows
« on: July 02, 2007, 01:25:49 AM »
I assume your trying to compile under Windows XP?

Peter (author) compiled the distribution under VS7 if I remember correctly.

try setup --NT on your command line.


John

Pages: 1 ... 53 54 [55] 56 57 ... 59