G
Guest
Hi, I'm trying to call from C# a DLL function developed with eVC 3.0 and I
get the error MissingMethod Exception when I try to call the function.
I read all previous messages about this matter but I'm not able to solve the
problem.
I can say:
- the DLL is loaded because I put a message on DLLMain and I can see this
message; so the DLL is copied in the emulator and it is loaded.
- I've use "C" in the declaration of the DLL but with dependency walker I
don't see exactly the name of exported function but I see _Sierra@0 (the name
of the function is Sierra). I don't know if this is right or not.
Hoping in an answer...
Keven Corazza
get the error MissingMethod Exception when I try to call the function.
I read all previous messages about this matter but I'm not able to solve the
problem.
I can say:
- the DLL is loaded because I put a message on DLLMain and I can see this
message; so the DLL is copied in the emulator and it is loaded.
- I've use "C" in the declaration of the DLL but with dependency walker I
don't see exactly the name of exported function but I see _Sierra@0 (the name
of the function is Sierra). I don't know if this is right or not.
Hoping in an answer...
Keven Corazza