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. COM
  4. COM compilation

COM compilation

Scheduled Pinned Locked Moved COM
comsysadminquestion
3 Posts 3 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.
  • V Offline
    V Offline
    vineeshV
    wrote on last edited by
    #1

    I have a COM component in server A . I need to compile my code which calls the COM component in Server B . But server B doen not contain COM Installation . Will the compilation works .If so when i am executing it in server A ,will it be able to communicate with the COM . Is it possible to use a dummy dll instead of the actual COM at the time of compilation and link to the original at the run time . ?

    vineesh

    J G 2 Replies Last reply
    0
    • V vineeshV

      I have a COM component in server A . I need to compile my code which calls the COM component in Server B . But server B doen not contain COM Installation . Will the compilation works .If so when i am executing it in server A ,will it be able to communicate with the COM . Is it possible to use a dummy dll instead of the actual COM at the time of compilation and link to the original at the run time . ?

      vineesh

      J Offline
      J Offline
      Jonathan Davies
      wrote on last edited by
      #2

      A type library (.tlb), if you have one or can make one can be used to do what you want as a 'dummy dll'.

      1 Reply Last reply
      0
      • V vineeshV

        I have a COM component in server A . I need to compile my code which calls the COM component in Server B . But server B doen not contain COM Installation . Will the compilation works .If so when i am executing it in server A ,will it be able to communicate with the COM . Is it possible to use a dummy dll instead of the actual COM at the time of compilation and link to the original at the run time . ?

        vineesh

        G Offline
        G Offline
        guestcat
        wrote on last edited by
        #3

        hi, try to learn how to program it as a Automation client and DCOM. you do not need the signature information about the COM server if you go by this way!

        ^-^ @|@ - redCat

        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