Posts by Willian • 21 points
1 post
-
2
votes1
answer60
viewsQ: Calling C# method in C
I am trying to import a DLL generated via C# in C. I’m using the methods LoadLibrary to load the DLL, but when using the GetProcAddress the return is always null. I used the GetLastError and the…