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

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -