Hey DaniWeb :)
So Im working on this C++ Project and I'm getting this wierd LINKER issue. So basically this is the scenario
1. non-static member (int) frame in Main.cpp
2. static get/set functions for frame in Main.h
3. I try to access the frame integer variable via the get functions (accessor) and I get an unresolved external error.. although, I have included the Main.h file.
Thanks :)
Hopefully this is enough information :)