Problem is the documentation isn't all that helpfull, and the example code doesn't even work. I tried compiling the HtmlVariables example and it's having the same problem my project is, a whole lot of
or whatever the value is in the <!--VARIABLE callint DoHtmlVariable(int, WORD)':
htmldata.cpp:85: error: 'TimeTick' was not declared in this scope,
So where do these variables have to be declared in order for one to be able to pull their values?
I have my main.cpp, and a web.cpp file, I can call the funciton in my web.cpp using the <!--FUNCTIONCALL just fine, or at least as far as I can tell, so what do I have to do to get variables?