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 -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -