GLBasic forum

Main forum => GLBasic - en => Topic started by: MrTAToad on 2010-May-31

Title: C++ DLL
Post by: MrTAToad on 2010-May-31
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 ?
Title: Re: C++ DLL
Post by: MrTAToad on 2010-May-31
Unfortunately it still crashes (probably because it calls another function in the class)