0

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
csrivera
  • 53
  • 5
  • What is you're actual question? – PiousVenom Oct 02 '12 at 20:07
  • How i cann configurate my console application to these dll is taked from a resources into a application – csrivera Oct 02 '12 at 20:09
  • 1
    this is so many times duplicated.. see these http://stackoverflow.com/questions/11523641/embed-a-dll-into-a-console-application http://stackoverflow.com/questions/2418539/how-can-i-embed-an-assembly-into-a-console-application-without-ilmerge – nawfal Oct 02 '12 at 20:15

0 Answers0