View Single Post
Old 02-08-2018, 03:36 AM   #5
Tunca
Human being with feelings
 
Join Date: Apr 2016
Posts: 264
Default

Quote:
Originally Posted by Bobflip View Post
Aha, that's good to hear! Please can you tell me the steps you took to get it working with OSX?
I'm using WDL-OL-Earlevel for AAX.

(Using XCode to compile)

1 - Just copy your project into Earlevel->IPlugExamples.

2 - Select "AAX Schema.And Edit schema -> Build Configuration -> Release"

3 - Select "AAX - Build Settings" and change "C++ Language Dialect" to "C++11 [-std=c++11].Change "C++ Standart Library" to "libc++".

4 - Go "AAX -> Build Phasis -> Link Binary With Libraries" and remove "libAAXLibrary.a" and add "libAAXLibrary_libcpp.a"

There are 4 items for me.List and order like this;

libAAXLibrary_libcpp.a
lice.a
Cocoa.framework
Carbon.framework

And that's it.It can compile and run with PT with no issue! (No issue with PT Developer.And you know,you use should your certificate to use with regular PT)

I didn't try Windows with your method but i will.I hope i can compile AAX for Win,finally...
Tunca is offline   Reply With Quote