Sir,
I want to add a vc++ dll in add refference of my c# project . But I cannot add that as it is showing " It is not a valid assembly or COM component.
Plz suggest me what to do to use the vc++ dll in c# project.
with regards, kishore
Sir,
I want to add a vc++ dll in add refference of my c# project . But I cannot add that as it is showing " It is not a valid assembly or COM component.
Plz suggest me what to do to use the vc++ dll in c# project.
with regards, kishore
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
kishore raviPosted Dec 11, 2008, 5:07 AM
Sir ,
I am new to c#.I con't under stand the link provided by u, plz suggest me at the starter level.
thank you,
withregards,
Mahesh ChandPosted Dec 10, 2008, 10:30 AM
You need to use DllImport to call a C++ dll from C#. Here is a link:
http://msdn.microsoft.com/en-us/magazine/cc301501.aspx