Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Updating of0.84 project to of0.9: troubles with ofEvent

$
0
0

@hrb wrote:

Hi,
I'm in the process of moving a rather large Win of0.84 project to of0.9 on OSX. I removed all Windows specific code, but now I ran into another problem during compilation:

ofBaseEvent<of::priv::Function<T,Mutex>,Mutex>::remove(make_function(listener,method,priority));
ofEvent.h:284:58: No matching member function for call to 'make_function'

ofBaseEvent<of::priv::Function<T,Mutex>,Mutex>::add(make_function(listener,method,priority));
ofEvent.h:279:55: No matching member function for call to 'make_function'

Any hints?
OSX 10.10, XCode 7 with OSX 10.10 SDK (copied over from XCode6)

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles