.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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -