Need to call a C# DLL from WINAPI DLL

  • Thread starter Thread starter John Hann
  • Start date Start date
J

John Hann

I'm trying to extend the version of IAS server included in Windows
Server 2003 with a custom DLL. IAS, unfortunately, insists on loading
Extension DLLs with the Win32 LoadLibrary() function, which means that
wrapping my DLL with COM or .Net is not supported. So, I'm wondering if
there is a good way to call a C# method from an old school WINAPI DLL
function. Any help would be greatly appreciated.
Thanks,
John
 

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

Back
Top