win32 dll in C# .net -


Can # .net be used to create a win32 dll, if possible, someone should tell me how to To do?

AFAIK, writing unmanaged code is not possible C #. You are stuck with C / C ++

You can, however, write COM components in C # that can be called from any Windows application.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

c# - ListView onScroll event -

c - Linux mmap() error -