eScript 1.1
Re: eScript 1.0
Thanks Nicolas; you should be able to access the source right now.
I may look like a mule, but I'm not a complete ass.
-
- Enthusiast
- Posts: 112
- Joined: Wed May 13, 2009 8:38 am
- Location: Arizona, USA
Re: eScript 1.0
Amazing, Just purchased. 

- flaith
- Enthusiast
- Posts: 704
- Joined: Mon Apr 25, 2005 9:28 pm
- Location: $300:20 58 FC 60 - Rennes
- Contact:
Re: eScript 1.0
Thanks Stephen, playing with it now 

“Fear is a reaction. Courage is a decision.” - WC
Re: eScript 1.0
Will hopefully begin the docs and get some of the standard run-time done at the weekend. 

I may look like a mule, but I'm not a complete ass.
Re: eScript 1.0
Thanks.GoodNPlenty wrote:Amazing, Just purchased.

I may look like a mule, but I'm not a complete ass.
Re: eScript 1.1
eScript 1.1. 30th Oct 2012.
Hi,
eScript 1.1 has been released in source code form and as compiled binaries (Windows x86, Windows x64 and OSX x86).
Have added the beginnings of a standard run-time, the inclusion of which is optional. We have added 18 basic string functions (such as Len(), Trim(), Str() and so on).
Will now work on the docs for eScript.
(Note that a bug with the OSX x64 version of Purebasic prevents us creating an OSX x64 shared library at this time).
Regards.
Hi,
eScript 1.1 has been released in source code form and as compiled binaries (Windows x86, Windows x64 and OSX x86).
Have added the beginnings of a standard run-time, the inclusion of which is optional. We have added 18 basic string functions (such as Len(), Trim(), Str() and so on).
Will now work on the docs for eScript.
(Note that a bug with the OSX x64 version of Purebasic prevents us creating an OSX x64 shared library at this time).
Regards.
I may look like a mule, but I'm not a complete ass.
Re: eScript 1.1
Just a quick note to say that I have started on the eScript manual which can be accessed over at the eScript site.
I may look like a mule, but I'm not a complete ass.
Re: eScript 1.1
Hey srod!
eScript won't compile out of the box because of two upper case error in eScript.pbi (arrayClass.pbi and currency.pbi) :p
eScript won't compile out of the box because of two upper case error in eScript.pbi (arrayClass.pbi and currency.pbi) :p
Re: eScript 1.1
Compiles okay here on Win x86, Win x64, OSX x86 and OSX x64. I'll take a look however. 

I may look like a mule, but I'm not a complete ass.
Re: eScript 1.1
yeah, but those systems are not case sensitive :p (OSx had an option for case sensitivity, but huge soft like photoshop being un-installable on a case sensitive disk, it's a really rare to see thing)
A more detailled report on the problem (that anyone can fix, but problem nonetheless):
eScript.pbi, line 43: XIncludeFile "ArrayClass.pbi", the file is actually arrayClass.pbi
eScript.pbi, line 44: XIncludeFile "Currency.pbi", the file is actually currency.pbi
I spent 10 minutes thinking I did something wrong when inporting eScript in my project, instead of checking the filename case.
A more detailled report on the problem (that anyone can fix, but problem nonetheless):
eScript.pbi, line 43: XIncludeFile "ArrayClass.pbi", the file is actually arrayClass.pbi
eScript.pbi, line 44: XIncludeFile "Currency.pbi", the file is actually currency.pbi
I spent 10 minutes thinking I did something wrong when inporting eScript in my project, instead of checking the filename case.
Re: eScript 1.1
Ah, is it Linux then which is showing the problem?
(Have altered the code as you directed. Thanks.)
(Have altered the code as you directed. Thanks.)
I may look like a mule, but I'm not a complete ass.
Re: eScript 1.1
Yup, it's linux, I should have mentioned that.
Re: eScript 1.1
Just a quick note to say that the documentation for the eScript library is now complete and online and covers all aspects of compilation, execution and debugging etc.
Need to document eScript Basic now.
Need to document eScript Basic now.

I may look like a mule, but I'm not a complete ass.
Re: eScript 1.1
Just a quick note to say that both the eScript library and the eScriptBasic language are now fully documented and online. To access the eScriptBasic manual then navigate to the main eScript manual and pull up the eScriptBasic page.
Can make CHM versions available for off-line reading should anyone prefer.

Can make CHM versions available for off-line reading should anyone prefer.

I may look like a mule, but I'm not a complete ass.
Re: eScript 1.1
[quote="srod"Can make CHM versions available for off-line reading should anyone prefer.[/quote]
if it's not too much trouble, I'd prefer chm's...
if it's not too much trouble, I'd prefer chm's...