Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Holt Software News (FREE TURING)
Index -> Network News
Goto page Previous  1, 2, 3, 4  Next
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
StealthArcher




PostPosted: 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
Sponsor
sponsor
Nick




PostPosted: 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




PostPosted: Thu Nov 29, 2007 11:18 pm   Post subject: RE:Holt Software News (FREE TURING)

That document is for the old 4.0 release.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Dan




PostPosted: 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




PostPosted: 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




PostPosted: 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.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
lordroba




PostPosted: 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




PostPosted: 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
Sponsor
sponsor
Nick




PostPosted: 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!!!Very Happy

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




PostPosted: 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




PostPosted: Tue Dec 18, 2007 2:26 pm   Post subject: RE:Holt Software News (FREE TURING)

tested and failed Sad I was so happy too
Jephir




PostPosted: 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




PostPosted: 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




PostPosted: 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 Wink.
Nick




PostPosted: 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)
Display posts from previous:   
   Index -> Network News
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 2 of 4  [ 57 Posts ]
Goto page Previous  1, 2, 3, 4  Next
Jump to:   


Style:  
Search: