سؤال

I have read some thread about EZCAD right here : Loading a C++ DLL in C#

But I do not find a solution code from the author. Is there someone who can give an example of code themselves?

لا يوجد حل صحيح

نصائح أخرى

You can do it this way:

public Test

{

[DllImport("myunmanaged.dll", CharSet = CharSet.Ansi)]

private extern static int UnmanagedFunction(int type, int dest);

}
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top