Mikado7
January 10th, 2006, 04:19 AM
Hello,
I have a C++ program calling a C++ DLL which instanciates a C# COM Object (From a C# DLL). Everything is working while executing from a local drive but I have an exception : 0xE0434F4D if I run the program from a network drive and I try to call a method from the C++ DLL even if this method simply return an int (a version number for example). The DLL is correctly loaded using LoadLibrary(...), the method (entry-point) is found using GetProcAddress(...), it's when I call the method that I get the exception.
Has anyone an idea of the problem ?
Joël
I have a C++ program calling a C++ DLL which instanciates a C# COM Object (From a C# DLL). Everything is working while executing from a local drive but I have an exception : 0xE0434F4D if I run the program from a network drive and I try to call a method from the C++ DLL even if this method simply return an int (a version number for example). The DLL is correctly loaded using LoadLibrary(...), the method (entry-point) is found using GetProcAddress(...), it's when I call the method that I get the exception.
Has anyone an idea of the problem ?
Joël