Hi there,
Are there differences in behaviour with LoadLibrary() between CE.Net 4.2 and
Pocket PC Mobile Edition 2003?
I've got some code that has been working great on a CE.Net 4.2 device. The
code calls LoadLibrary to load in a custom DLL.
The same device was upgraded to run Pocket PC Mobile Edition 2003. Now my
software is failing at the LoadLibrary call. Calling GetLastError() returns
"module not found".
This situation perplexes me given that the library exists alongside the
executable. I've even put the library in the Windows directory; same result.
Thanks for any help.
Cheers,
-C