Re: [PD] [coll] bug

2016-09-18 Thread Lucas Cordiviola
Hi Fred, list, >There is a cyclone-v0.2beta3 for Windows available. The error message is >gone (tested), but there is no thread functionality anymore. Are you sure about cutting thread functionality? This seems to happened only to Oliver, and he had a bad patch:

[PD] u_thread was: [coll] bug

2016-09-18 Thread Dan Wilcox
The windows thread api is pretty similar to pthread and I still don’t get why many open source projects don’t use a simple wrapper layer to abstract things. (I’m not talking about pthreads32 BTW) Here’s the old ofThread from OpenFrameworks that does exactly that: * ofThread.h

Re: [PD] OSX devs to work on GEM updates?

2016-09-18 Thread Dan Wilcox
I just checked the dev release notes and neither the Carbon nor Quicktime frameworks have been removed yet. Another years reprieve… In any

[PD] OSX devs to work on GEM updates?

2016-09-18 Thread Dan Wilcox
I started digging into adapting the OpenFrameworks AVFoundation video classes for use with GEM a while ago (2 years?) but have been occupied with other things since. The fact is that I don;t use GEM for any of my creative work, so it’s relatively low on my list. Are there any OSX devs who can

Re: [PD] [coll] bug

2016-09-18 Thread Marco Matteo Markidis
IMHO, thread functionality is one of the milestone of [coll] implementation. Please, don't trash it. Best. 2016-09-18 9:43 GMT+02:00 Ivica Bukvic : > Instead of outright removing the feature for all platforms when it works > on 2 out of 3 them, you could disable building it on

Re: [PD] [coll] bug

2016-09-18 Thread Ivica Bukvic
Instead of outright removing the feature for all platforms when it works on 2 out of 3 them, you could disable building it on Windows as it is very much useful on other platforms that support POSIX threads. There are wrappers out there for this purpose, and IIRC differences between native Windows

Re: [PD] [coll] bug

2016-09-18 Thread Alexandre Torres Porres
2016-09-17 11:03 GMT-03:00 Ivica Bukvic : > Is this fix Windows specific or is it gone on all platforms?-- > the latest build, 02beta3 has the threaded version gone, but it is only available for windows - though the help file still mentions the thread flag