Hello i'm trying to build a simple plugin with a background using WDL-OL as soon as it tries to load a resource background file, i got an ASSERT warning that the file isn't found 1 my files are present in the Copy Bundle Resources part 2 i've tried all kind of combinations with/without subfolder, with caps or not i'm lost there i don't get why it doesn't find the file if i create a simple test it works, it finds the file knob.png but with my project it doesn't work here is what i usein the resource.h: #define BCKG_ID 102 #define BCKG_FN "resources/img/background2.png" and i call the background using this code : pGraphics->AttachBackground(BCKG_ID, BCKG_FN); please help thanks Jeff