I am trying to put together an addon that will display some game information (for example crafting timers, inventory numbers, etc) to the LCD screen of the G15 and the like keyboards. This involves calling a C++ function in a dll that will have to be present at runtime. I know one can do this from LUA.
My questions are: is this allowed/legal from an EULA/addon perspective? Is it possible (does the game allow for the LUA script to make external calls)?
Has anyone written an addon that uses external C/C++ calls?