So I have this problem, I was creating a project that would load/diplay bmps. What I did to test it out was create a canvas and on it's create actor event, I called the functions for loading and displaying a bitmap. What I got when I tried to add it was:
Ge error wrote:Error line 1: Declaration error
I thought this may be a problem with my functions. However, it will still pop up no matter what code I put there. I even tried using comments! Nothing I can do will make it go away. Can anyone help me?