how to copy files into the emulator?

  • Thread starter Thread starter Gustavo Curve
  • Start date Start date
G

Gustavo Curve

Hi,

how can i copy some data files into my emulator to test my software?
(My PocketPC is connected over active sync, but i can't debug on it)


Thanks in advance,
Gustavo
 
You can use Remote File Viewer from eMbedded Visual Tools or share required
files and copy them with Pocket File Explorer.

--
Andrey Yatsyk [Windows Embedded MVP]
Hi,

how can i copy some data files into my emulator to test my software?
(My PocketPC is connected over active sync, but i can't debug on it)


Thanks in advance,
Gustavo
 
Hi,

unfortunally there is not a new device added to windows explorer that
represent the emulator , I hope sometime this is implemented.
until then you can do several things:
1- Use an utility , I have used PPCEmulatorFileSender.exe I dont; remember
where I downloaded it from, do a google search
2- I think that eVC++ bring one such utility, if you have it installed you
can use it
3- include the file(s) in your project and mark them as "content" they will
be copied. you do this once and later you just remove it form thr project.


hth

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation


Hi,

how can i copy some data files into my emulator to test my software?
(My PocketPC is connected over active sync, but i can't debug on it)


Thanks in advance,
Gustavo
 
What I do is set up a shared folder on my PC and copy the files I want into it.

Then from the emulator, I do Start -> Run and type

\\my pc network name

which opens the PC folder inside the emulator and then I can access the files.
 
Back
Top