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
Post a Comment