Holt Software News (FREE TURING)
Author |
Message |
StealthArcher
|
Posted: Thu Nov 29, 2007 9:49 pm Post subject: RE:Holt Software News (FREE TURING) |
|
|
Has anyone figured out what exactly what is new with this version? It seems to be slightly faster. I tested with my hbm converter, and compression of a 128x960 photo took only 30 seconds, whilist it took 1 min 3 sec before with 4.1.... |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Nick
|
Posted: Thu Nov 29, 2007 11:17 pm Post subject: RE:Holt Software News (FREE TURING) |
|
|
im not sure try looking in the pdf release notes (found in support/documentationj) |
|
|
|
|
|
Tony
|
Posted: Thu Nov 29, 2007 11:18 pm Post subject: RE:Holt Software News (FREE TURING) |
|
|
That document is for the old 4.0 release. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Dan
|
Posted: Fri Nov 30, 2007 2:05 am Post subject: RE:Holt Software News (FREE TURING) |
|
|
I part of it just might be making a new version that is the "free" version. There might be nothing new over 4.1.
I could do some tests when i get time and comapre the exes, libs, ect. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
Nick
|
Posted: Fri Nov 30, 2007 2:11 am Post subject: RE:Holt Software News (FREE TURING) |
|
|
well if Holtsoft does release the open source we could make it o you'd have to include the libs wouldn't that be great? |
|
|
|
|
|
Tony
|
Posted: Fri Nov 30, 2007 2:52 am Post subject: Re: RE:Holt Software News (FREE TURING) |
|
|
momop @ Fri Nov 30, 2007 2:11 am wrote: so you'd have to include the libs wouldn't that be great? Not really, since it will break just about all of the existing code. A better approach would probably be to parse the source and let the compiler decide on which libraries are needed for compilation. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
lordroba
|
Posted: Mon Dec 03, 2007 6:51 pm Post subject: Re: Holt Software News (FREE TURING) |
|
|
OMG! you guys have no idea how long I`ve been looking for this. downloading right now! Can`t wait to see what kind of effect this has on my Phantom Gear and Jetman games! |
|
|
|
|
|
Jephir
|
Posted: Mon Dec 17, 2007 7:50 pm Post subject: RE:Holt Software News (FREE TURING) |
|
|
I think the new release supports complex multi-dimensional array resizing, someone confirm for me though. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Nick
|
Posted: Mon Dec 17, 2007 10:09 pm Post subject: Re: RE:Holt Software News (FREE TURING) |
|
|
Jephir @ Mon Dec 17, 2007 7:50 pm wrote: I think the new release supports complex multi-dimensional array resizing, someone confirm for me though.
in a code I wrote up quick it does seem to work!!!
code below code: | var test : flexible array 1 .. 0, 1 .. 0 of int
new test, 3, 3
test (3, 3) := 10
put test (3, 3) |
|
|
|
|
|
|
Carey
|
Posted: Tue Dec 18, 2007 2:10 pm Post subject: RE:Holt Software News (FREE TURING) |
|
|
that is not an accurate test. in my experience it only threw the complex blah blah error when i tried to resize the array after the second time. The above example works in 4.1. I dont have 4.1a yet so could someone test this for me?
code: | var test : flexible array 1 .. 0, 1 .. 0 of int
new test, 3, 3
test (3, 3) := 10
put test (3, 3)
new test, 3, 4
|
|
|
|
|
|
|
Nick
|
Posted: Tue Dec 18, 2007 2:26 pm Post subject: RE:Holt Software News (FREE TURING) |
|
|
tested and failed I was so happy too |
|
|
|
|
|
Jephir
|
Posted: Tue Dec 18, 2007 9:17 pm Post subject: Re: RE:Holt Software News (FREE TURING) |
|
|
Carey @ Tue Dec 18, 2007 2:10 pm wrote: that is not an accurate test. in my experience it only threw the complex blah blah error when i tried to resize the array after the second time. The above example works in 4.1. I dont have 4.1a yet so could someone test this for me?
code: | var test : flexible array 1 .. 0, 1 .. 0 of int
new test, 3, 3
test (3, 3) := 10
put test (3, 3)
new test, 3, 4
|
My hopes and dreams! Nooooo!
Oh well, maybe next time Holtsoft. |
|
|
|
|
|
Dan
|
Posted: Tue Dec 18, 2007 9:37 pm Post subject: Re: RE:Holt Software News (FREE TURING) |
|
|
Jephir @ 18th December 2007, 9:17 pm wrote:
Oh well, maybe next time Holtsoft.
Sadly there is no next time unless we can convice them open socre it and some one else does it. |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
rdrake
|
Posted: Tue Dec 18, 2007 11:26 pm Post subject: Re: RE:Holt Software News (FREE TURING) |
|
|
Dan @ Tue Dec 18, 2007 9:37 pm wrote: Jephir @ 18th December 2007, 9:17 pm wrote:
Oh well, maybe next time Holtsoft.
Sadly there is no next time unless we can convice them open socre it and some one else does it. I'm not very sad, rather I'm quite happy that the first issue is taken care of . |
|
|
|
|
|
Nick
|
Posted: Wed Dec 19, 2007 6:23 am Post subject: RE:Holt Software News (FREE TURING) |
|
|
can some people try making exe's with the new turing it only turns out to not work for me
(I tried both simple hello wolrd programs and also new and old games) |
|
|
|
|
|
|
|