Hi all.
I've been playing around with plugins, and specifically the string aspect. I can pass flaots and integers no problem, however I can;t figure out how to gte strings into a DLL, or pull them back. I can create an array inside the DLL and then store strings in them, and get AppGameKit to display them as a message, but if I try to return them it crashes. The plugin guidance says to use agk::CreateString(length) in order to return a string, but I'm not sure where or how to use this.
Does anyone know the solution?