Linking errors is a good start.

linkerror1

 

I started on our game assignment two days ago and I directly encountered some problems. (not related to the above picture)
The problems I encountered were related to me being absent from several lectures, due to hospital visits, leaving me uncapable of understanding the code hierarchy of our “big” workshop project. Which was a platformer with a more complex engine which handles sound, sprites etc. and when I look at it now I just do not understand squat. So to try to baffle this problem, I wanted to go for a slow approach to the game I was going to make.

This approach was going to be to make it as simple as possible as the start. Using few classes so that I knew where everything happened etc, and then expanding as I understood what could be done in seperate classes.

And with no visible syntax errors in sight, I decided to test the project to see if I had a rectangle that I could move around on the screen. Well, this is where the picture comes into place… Anyone that have any idea of what could be done about the linking errors?

Any tips are greatly appreciated,

Thanks and see you next time.