Featured Post from code_glitch
by , 30-10-2012 at 07:14 PM
Well, after having dabbled on this topic many times before - I decided I'd do AMD's latest chips a favour and make my code benefit from all that threaded goodness they can offer
. So, I dove into the code archive and found some bits and bobs that had been gathering dust for a almost 2 years now... Turns out that since then a few bits were depreceated with FPC 2.6.0
. So I changed all the Execute() calls to Start() and hey presto, the old code had some life breathed back into it.
...