Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Other Objects

Status
Not open for further replies.

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top