PDA

View Full Version : Iplug


olilarkin
04-03-2009, 10:00 AM
Hello,

Iplug and WDL look like they could be really great but at the moment i am having a lot of trouble compiling the examples :-( both on windows and mac . Would it be possible to add some up to date xcode and vs projects that compile straight off?

I tried the xcode 3.1 projects here http://forum.cockos.com/showthread.php?t=33388 following the instructions closely but they didn't work.

I also tried to compile the lice example on windows which builds ok but crashes as soon as I start it up.

If it's not possible to make these projects, some instructions would really be much appreciated.

By the way, are the schwa plugins and the reaper plugins already using Iplug?

thanks very much for any help you give,

oli

schwa
04-03-2009, 11:41 AM
The current released lice test app is broken, it needs #define DISABLE_LICE_EXTENSIONS at the top of lice_extended.h.

I just put together some iplug project files, they'll be released with the next WDL.

olilarkin
04-03-2009, 01:49 PM
thanks very much. i am very impressed with the iplug example that i have now compiled for mac VST and AU. keep up the good work!!

oli

olilarkin
06-11-2009, 05:35 AM
>The current released lice test app is broken, it needs #define DISABLE_LICE_EXTENSIONS at the >top of lice_extended.h.

>I just put together some iplug project files, they'll be released with the next WDL.

i just had a look at this and it seems that it's already defined there. Any other ideas?

olilarkin
06-11-2009, 07:58 AM
seems to be _LICE_MakePixel() causing the crash ( access violation ).

olilarkin
06-11-2009, 08:05 AM
ok, after commenting out the openGL example i got it working