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
  1. Home
  2. General Programming
  3. C#
  4. Wrapper Creation

Wrapper Creation

Scheduled Pinned Locked Moved C#
helpcsharpc++com
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rahul RK
    wrote on last edited by
    #1

    Hello, I want to invoke methods from the unmanaged code(COM component.). I want some suggestion for that, should i go for managed C++ wrapper or will be it OK if i go for C#. Basically main problem with the com is that, it has exposed one method named Init((Inknown *) *pSYNInfo). But they don't have exposed the SYNinfo class, which needs to be passed to Init function. So what approach should i do so that i can invoke the Init() function after setting the proper values to the SYNInfo Class. Can i access the SYNInfo file by adding the header file in the managed C++. Please help me out. Thanks in advance.

    L 1 Reply Last reply
    0
    • R Rahul RK

      Hello, I want to invoke methods from the unmanaged code(COM component.). I want some suggestion for that, should i go for managed C++ wrapper or will be it OK if i go for C#. Basically main problem with the com is that, it has exposed one method named Init((Inknown *) *pSYNInfo). But they don't have exposed the SYNinfo class, which needs to be passed to Init function. So what approach should i do so that i can invoke the Init() function after setting the proper values to the SYNInfo Class. Can i access the SYNInfo file by adding the header file in the managed C++. Please help me out. Thanks in advance.

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      Do not cross post. It's an abuse of the forums. http://www.codeproject.com/scrapbook/ForumGuidelines.asp[^]

      led mike

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

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