
download dll to PPC 2002 emulator
Since my project was set to Pocket PC 2002 Emulation, and my download
directory was
set to \Windows. I looked for my PhoneTest.dll in \Windows directory on the
emulator and
didn't see it there. I then switched to Pocket PC 2002 (Default Device)
with the same download
directory, and after download, still did NOT see my dll on my iPaq.
I tried the samething with a WinCE App, from the same EVT. That works
consistently, the
file (PhoneTestApp.exe) is always correctly downloaded to the emulator.
Is there anything special about a dll?
Quote:
> Where you look for the files?and what you expect the file be?
> If you hook up a real device it get downloaded I bet you!
> > I built a DLL and had it downloaded to the PPC 2002 emulator. The
output
> > indicates
> > that everything's successful and the dll file has been downloaded to the
> > remote file
> > \Windows\PhoneTest.dll. But when I go to the emulator to check for that
> > file,
> > it's not there. I even tried explicitly adding the dll file to the
> project
> > as an additional
> > file, it still doesn't get copied over to the emulator. Can anyone
> suggest
> > what might
> > be wrong?
> > Thanks very much.