AAX Problem: Why is there no .aaxplugin file?

Hi,

i was just trying to compile an AAX plugin under Windows 8.1 with VS2012.

I succesfully compiled the AAX**.lib, and

the compilation itself doesn't show any problems.

But, as the title already says, there's no .aaxplugin file.

There's just a .lib and a .dll file ...

Am i missing something ?

 

Regards,

n

Hello!

The *.dll file is your plugin.

Hope this helps!

AAX Under Windows requires to create 2 binaries or at least one architecture (x86 or x64) in a pluginName.aaxplugin folder.

You should look into CreatePackage.bat (http://www.juce.com/forum/topic/aax-bundle-procedure-windows).