Invoking Exported Functions in a Native DLL Using C#

Posted: April 18th, 2004 | No Comments »

Web pages that helped me learn how to write DLLs and how to invoke them on a Windows CE device with C#

Developping Native DLLs
Micorost Knowledge Base’s “What Is a DLL?
Creating a Pocket PC DLL Using C++
Using dllimport and dllexport in C++ Classes

Invoking them using C#
C# Tutorial For Beginners (with use of DLLs)
Writing Unmanaged Functions for Microsoft .NET Compact Framework-based Applications
Invoking a native DLL export using C#


Comments are closed.