hello everybody,
I have to invoke a function defined in a c dll from a c# program, but I
don't know the dll name at compile time.
How do I declare and invoke this function using LoadLibrary and
GetProcAddress (GetProcAddress returns a function pointer!) ?
Any idea ? Any code example ?
Thanks
Andrea
Robert Jordan - 18 Sep 2003 18:36 GMT
> hello everybody,
> I have to invoke a function defined in a c dll from a c# program, but I
[quoted text clipped - 4 lines]
> Any idea ? Any code example ?
> Thanks
http://www.codeproject.com/csharp/dyninvok.asp
regards,
rob