Paltform Invocation Services

R

reshm

I want to use VC++ 6.0 dll in my Code By using [DllImport] I used that
in my my class
declare the external function but at run time it is giving the error
that perticular dll is not loaded. I place that dll in bin/debug.
What anything i have to do?
 
R

reshm

reshm said:
I want to use VC++ 6.0 dll in my Code By using [DllImport] I used that
in my my class
declare the external function but at run time it is giving the error
that perticular dll is not loaded. I place that dll in bin/debug.
What anything i have to do?
 
N

Nicholas Paldino [.NET/C# MVP]

reshm,

Can you show the function you have exported from your dll, as well as
the code in .NET you are using to declare the function?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top