Frage

I'm having issues trying to compile RTMidi on Xcode 4 in a C++ project.

The information for doing this is at: http://www.music.mcgill.ca/~gary/rtmidi/index.html#compiling

The problem is that I don't really know how to set those compiling flags on Xcode. When I build, everything runs perfect but I always get 0 Midi inputs and Outputs but I do have many devices connected.

Any help would be greatly appreciated.

War es hilfreich?

Lösung

I just aded the precompiler macro MACOSX_CORE and it worked like a charm! I did it in the wrong place before

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top