Problem with Miniwood used in RapaGUI with an embedded brush
Problem with Miniwood used in RapaGUI with an embedded brush
When using Miniwood, I'm having trouble with RapaGUI and a brush embedded in the program's GUI. The RapaGUI plugin isn't included in the executable; user must install it on his system. The brush is included in the program with the @BRUSH 1, "Logo.png" directive. An error "Error obtaining graphics data from brush 1!" is raised when calling the CreateApp() function. The error doesn't occur when compiling with Hollywood instead of Miniwood. The error occurs on the Amiga OS3 platform. When testing with Windows, the problem still occurs, but it disappears if the RapaGUI plugin is included in the executable with the Link = True directive. Currently, I made a workaround by compiling with Hollywood instead of Miniwood, but if there is a bug, it would be helpful to fix it. The program will have to run on Amiga OS3 systems, where RAM is often limited, and the executable would take up 1.1 MB with Miniwood instead of 2.5 MB with Hollywood.
Re: Problem with Miniwood used in RapaGUI with an embedded brush
You are right, problem solved!
Thank you very much!
Thank you very much!