Forum posts

Posted 17 years ago2007-05-08 03:44:35 UTC
in communication problem on serverside Post #221379
oh by the way.. to answer your question.. yes i got a compiler error when trying to access methods in gamemovement.cpp from a class i created MyClass.cpp. Bot classes on serverside. The error message i got was: "illegal call to non-static member function..."
Posted 17 years ago2007-05-08 03:40:01 UTC
in communication problem on serverside Post #221378
i figured out a theory of sending variables from server-side to client-side.. but realizing the theory is a bit complicated. its about creating a "sender" on the server and a "reciever" on the client and thereby server can send info to client.

Any1 have idea of doing this?
Posted 17 years ago2007-05-04 09:21:40 UTC
in communication problem on serverside Post #220957
i wrote 2 new classes and added them to the serverside. The problem is that even thoug i included the .h file in both classes, the two classes can not call each others methods.

have anyone encoutered the same problem? if yes could you state a solution please..