Hey guys,
i got a problem compiling one of the Window-Tutorials (the very first writing a simple Window without Event-Handling).
So i got 3 'undefined Reference' Errors:
I calling the constructor
II calling the member-function "Display()" of "Window App"
III calling the Destructor ~Window()
But..why?
My IDE is Eclipse 3.4.0 (CDT Plugin) using the MinGW/GCC Toolchain (ver. unknown, probably 4.1/4.2).
I'm grateful for every helpful hint.
PS: SeFu was used & google is my friend.