Hi all!
I’m trying to compile this cod at M2M 1.1 for Q64, but came a error. Like compiler error…
It’s very simples… I just declare a variable at header file, but header file apears to included more then one time, and then it always return a error.
There is a trick in C++ to include header files only once. Google for it. Also it is not a good idea to declare a variable in header. Declare it in a module and if needed declare it as extern in your header like this extern