Accessing plain dll

Home Page Forums BizTalk 2004 – BizTalk 2010 Accessing plain dll

Viewing 1 reply thread
  • Author
    Posts
    • #17250
      Hi All,
      How to access plain c++ dll from BizTalk? These dll are not COM components.
      Appreciate your help.
    • #17252

      Anon, 

      Create a thin .NET wrapper which just calls out to the C++ component. This will give you testability and flexibility.

      John D.

      • #17254
        Hi John,
        Did you mean accessing the dll using [DllImport] command from the .NET wrapper?
        -Baskar-
        • #17310

          Esentially you're looking to do .NET interop on your "legacy" code.  If it's not managed .NET, you're looking for a way to make BizTalk see it that way.  How are you planning on using the code?  Is this something complex that could use an adapter, or something simple that could be rewritten?  Or somewhere in between?

          I've found many ways to avoid calling libraries directly, and even created simple custom functoids with little effort vs. calling a library from an Orchestration.  But, I'd want to know more about your plans before I made a serious suggestion.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.