blah blah blah is here! blah blah » Close

0
votes
1 answers

Calling .NET from COM on 64-bit

hi, Friends, I need to call .net component from unmanaged code. I am using the com wrapper that is described in here: http://www.csharpfriends.com/articles/getarticle.aspx?articleID=113 It works well on 32-bit OS but doesn't work on 64-b ...

Feedback