View Single Post
Old 01-05-2020, 06:40 PM   #1
kakemot
Human being with feelings
 
Join Date: Dec 2019
Posts: 3
Default Image resources not working correctly with iPlug2

I add image resources in Visual Studio by right clicking -> add -> existing item. They also exist in the project folder. I reference these by using a path like "../resources/imagename.png". Right after building it works fine. But when I move the executable to another location it can't access these files. Because it's using that very path to reach these images. But how can I make this included in the project?

There seems to be no way to make the images be included in the build. Setting the build action to "Embedded resource" is completely missing from Visual Studio. Trying to get this menu option back (reverting default project settings) results in error messages. I've been trying all sorts of trings for days and there's just no way to do it.

So how do I successfully change the background in iPlug2?
kakemot is offline   Reply With Quote