Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualmhagain

Posted 31 July 2012 - 04:32 PM

If the other components expose a COM interface you can just add a reference and use the interface directly.  Releasing is a bit fiddly but not much, otherwise it's quite straightforward (I've done evil things such as Lotus Notes (spit) interop before, so I can be fairly certain this works!)  If you don't want that you could otherwise just write them as standard DLLs and use dllimport.  See http://msdn.microsof...8(v=vs.71).aspx for some more info.

#1mhagain

Posted 31 July 2012 - 04:30 PM

If the other components expose a COM interface you can just add a reference and use the interface directly.  Releasing is a bit fiddly but not much.  If you don't want that you could otherwise just write them as standard DLLs and use dllimport.  See http://msdn.microsoft.com/en-us/library/aa288468%28v=vs.71%29.aspx for some more info.

PARTNERS