Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

Hubert Mayer

@Hubert Mayer
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • COM event firing to multiple targets
    H Hubert Mayer

    You need another Class Factory. Use the DECLARE_CLASSFACTORY_SINGLETON macro. In this case all COM-clients get the same instance. In this case your COM-Object must be threadsafe ! Greetings

    COM c++ com question

  • DCOM Server question
    H Hubert Mayer

    Hey, i always register my dll in com+ as application. Than you can export this application in a msi file. You can deploy for clientside and serverside. The security thing is a try and error. Good luck ;-)

    COM tutorial csharp c++ sharepoint visual-studio

  • Difference between .idl and .h file?
    H Hubert Mayer

    The idl-File is the input for the midl-compiler which creates an _i.c and .h file for further use. See MIDL-Compiler for more information. For creation of an idl-file use the ATLCOM-wizard in the VS.

    COM tutorial question

  • Application crashes when CoCreateInstance is called in VS 2005 in Vista machine
    H Hubert Mayer

    What is the HRESULT ? Check additionally with the "dependency walker" whether all dependent dlls are available

    COM visual-studio help question announcement

  • Using COM in a scenario.
    H Hubert Mayer

    I would say yes, store the COM-Objects with IUnknown- or your BASE-Interface and query for the disired Interface.

    COM help database oracle com design
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups