by Stephen Persson >> Thu, 22 Jun 2000 23:48:52 GMT
I have just recieved a COM object for handling online credit card payments that I would like to work into my app.
But how the heck do you use them!?
I've used activeX's OK, cause Jade creates the class for you with all its properties etc.. but this thing is a dll.
I assume I'll need to set up external functions for all the dll calls, but I also need to set properties on this object - but how do I do this if its not a Jade class?
If I make a class, similar to Jade would for an ocx, with all the properties of my object, how to I associate/link this with the the dll?