Hi
I'm having problem loading my dll with LoadLibrary. I have got a dll compiled in MSVC 6.0 and when I use that I have no problem loading it with LoadLibrary. Now I am building the dll with MSVC .net and when I try to load the dll I get
error 182 : "The operating system cannot run %1". Also known as ERROR_INVALID_ORDINAL. I have no clue what is wrong. The dll compiles and builds fine but I can't load it. If you have any solutions for me it would be great. I suspect some build parameter but don't know which.
best regards
Svavar
I'm having problem loading my dll with LoadLibrary. I have got a dll compiled in MSVC 6.0 and when I use that I have no problem loading it with LoadLibrary. Now I am building the dll with MSVC .net and when I try to load the dll I get
error 182 : "The operating system cannot run %1". Also known as ERROR_INVALID_ORDINAL. I have no clue what is wrong. The dll compiles and builds fine but I can't load it. If you have any solutions for me it would be great. I suspect some build parameter but don't know which.
best regards
Svavar