I am so stupid!!!!!
I am coding on Beshaped 2 and I thought things were coming along fine. My goal is that I shall be able to use the same source code for PPC, Smartphone, Symbian, Palm and Windows. I was thinking that I am not using any OS dependent calls, but I did not read this carefully enough and I just saw something about global variables and thought: fine I am not using any. The problem is that I use a lot of static member variables!
So I guess this means I will be forced to do some major refactoring now! Sometimes it really helps to pay attention!
Does this mean that the best way would be to start passing pointers around like a mad man! I really don't like that!