Compile error: useGDIPlus Type App has no member

I’m using ChartView control v1.5.3, and when I compile for Windows I get an error. I’m using XOJO 2023 R2. Compiling the same project for other OSs works fine, it only seems to struggle when compiling for Windows.

useGDIPlus_error

Did you by chance get bamboozled into changing your code to the Desktop-prefixed framework? There isn’t a real technical reason to do that right now, so if you use the original names your project should still compile.

I have NO idea what a ‘Desktop-prefixed’ framework is. I started with a fresh project, imported the chart module, and then too many hours later decided to do a test compile.

1 Like

Sooooo glad I didn’t get too far on this project! Thanks for the link Tim, it solved everything.