hi Guys!
I need to load some custom DLL for Windows Mobile 5.0 device (cingular
8125) on emulator in debug mode.

but when I give the complete path of the dll in LoadLibrary it fails, I
tried by giving it relative path as well, but I am not sure how does
the emulator acesses the filesystem on PC.

any suggestions??

RE: Files on Emulator (Win Mob 5.0) by naaz

naaz
Wed May 24 03:05:02 CDT 2006

Hi,
try to put DLL in the same folder where application workspace is there.
and give just DLL file name in the project settings\library without giving
any path.
It worked for me.

"hack_tick" wrote:

> hi Guys!
> I need to load some custom DLL for Windows Mobile 5.0 device (cingular
> 8125) on emulator in debug mode.
>
> but when I give the complete path of the dll in LoadLibrary it fails, I
> tried by giving it relative path as well, but I am not sure how does
> the emulator acesses the filesystem on PC.
>
> any suggestions??
>
>