C++ DLL

Previous topic - Next topic

MrTAToad

I'm trying to get an XML DLL up and running, but unfortunately all the functions are in a class.  This gives an unfortunate problem when calling a function with parameters - the first one is ignored, and the second becomes the first, and so on.

Is there any way around this ?

MrTAToad

Unfortunately it still crashes (probably because it calls another function in the class)