CoCreateInstance COM

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Duncan Winn

    CoCreateInstance COM

    I am trying to use COM in VS.net as I am writing an OleDB provider.

    I am having trouble creating a instance of my component?

    I was told to declare an interface pointer (whatever this means)?

    With my COM class name underscored i.e. _CCSConnection. This did not work
    so I just used my class name CCSConnection.

    I then tried



Working...