Feb 18, 2001 #1 ryan Programmer Nov 13, 2000 73 US I'm wonder how a MSVC++ DLL might interact with other objects on the system. In VB you can create the object like so and use it: Dim MyObject Set MyObject = Server.CreateObject("x.x" How would I could I access an object like this from C? RGK
I'm wonder how a MSVC++ DLL might interact with other objects on the system. In VB you can create the object like so and use it: Dim MyObject Set MyObject = Server.CreateObject("x.x" How would I could I access an object like this from C? RGK