Re: Smart Devices Native C++ Development COM DLL loading problem
AlexFeinman
There is no concept of path env variable on Windows CE. You either need to place this DLL in the same directory as plugin, place it into the Windows directory, or load it dynamically by specifying the full path and then use GetProcAddress to obtain the function pointers