problem in calling C# dll vc++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ashukasama@rediffmail.com

    #1

    problem in calling C# dll vc++

    Hello All,

    I have a dll created in c# visual studio 2005. i wanted to use this dll
    in vc++ project created in visual studio 2003. I am doing following
    steps for using the dll developed in 2005:
    1. Exporting dll to tlb using tlbexp command provided by visual studio
    2005.
    2. Adding reference of generted tlb file in vc++ project.

    It is causing problem in adding this tlb in vc++ project. Instead if we
    create dll in visualstudio 2003 and create tlb out of it and use in
    vc++ project it works fine.

    Can somebody help me in resolving the backward compatiblity issue.

    Thanks in Advance
    Ashish

Working...