Win32 DLL with C#

A

AA2e72E

- Is it possible to create a Win32 DLL using C#?
- Are there any tools for converting C# DLLs (managed or Interop) into Win32
DLLs?

Thanks for any insights.
 
P

Patrice

Hi,
- Is it possible to create a Win32 DLL using C#?
No

- Are there any tools for converting C# DLLs (managed or Interop) into
Win32
DLLs?

Don't know but unlikely as the programming model is quite different. In
both cases I assume you meant a Win32 DLL with exported functions.

Also you may want to be a bit more specific about what you are trying to do.
In particular you could expose .NET classes as COM classes which should be
usable by most dev tools
(http://msdn.microsoft.com/en-us/library/tzat5yw6(VS.71).aspx).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top