.net - How can write a C function in a C# code -


i want add c file .net application.

how can built this? how can write unmanaged code in c#. can explain few lines code.

thanks

you either have build c file it's own dll , use p/invoke in c# code call them or...

you try port c code c# give managed codebase.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -