M
Marauderz
hi guys, having a weird problem here. I'm making a native DLL in order to
access a static library. Before I did anything I placed a dummy function
that just MessageBox'ed a Hello World in it and verified that my native DLL
was compiled properly and could be called via P/Invoke. Then I linked in the
..Lib and I started getting Missing Method Exceptions, on both the dummy
function AND the new function that's calling the method in the .lib.
I've already did a Dumpbin to verify that both the .lib and .dll are for the
right processor (Thumb)
Has anyone else ran into a problem like this before?
access a static library. Before I did anything I placed a dummy function
that just MessageBox'ed a Hello World in it and verified that my native DLL
was compiled properly and could be called via P/Invoke. Then I linked in the
..Lib and I started getting Missing Method Exceptions, on both the dummy
function AND the new function that's calling the method in the .lib.
I've already did a Dumpbin to verify that both the .lib and .dll are for the
right processor (Thumb)
Has anyone else ran into a problem like this before?