1
Reply

Call C# methods like c++

glenn manion 0

glenn manion 0

Nov 23 2006 11:17 PM
1.8k

Hi,
    I'm trying to call methods in a C# .NET dll.
    I'm able to do the same thing via C++ with a declaration as follows...

extern "C"  {
    __declspec(dllexport) int CallFromAV1( char *lpParam );
}

How do I do the same in C#?

Many thanks in advance...

Glenn Manion

 


Answers (1)