I have a "Console Application" in C# that uses a external dll e.g.
[DllImport("utils\\rapi.dll")]
internal static extern int CeRapiInit();
..
..
Then, I need that this dll (radi.dll) is loaded from a resources into console application. How to do this?