Thread: WDL-OL
View Single Post
Old 01-31-2012, 12:38 AM   #44
olilarkin
Human being with feelings
 
Join Date: Apr 2009
Location: Berlin, Germany
Posts: 1,248
Default

This is a pretty common problem since there are a couple of things to do when adding a resource. Here is a checklist:

- put the PNG image file in /resources/img/
- add that file to your Xcode project and make sure it gets included in all the different targets
- edit resource.h and #define an ID and the FN for your image
- edit yourpluginname.rc and add the resource ID ( for windows )

Hope that helps

Oli
__________________
VirtualCZ | Endless Series | iPlug2 | Linkedin | Facebook

Last edited by olilarkin; 01-31-2012 at 04:35 AM.
olilarkin is offline   Reply With Quote