where does the emulator look for files?
-
I have a ppc application that opens and shows an html-file. it's places in "/programme/bla". Where do I have to put that file so that the Emulator (evc3) finds that file? thx, Daniel
The emulator does not have access to the PC file system. To copy file to and from the emulator, use the Tools / Remote File Viewer menu option. Regards, João Paulo
-
The emulator does not have access to the PC file system. To copy file to and from the emulator, use the Tools / Remote File Viewer menu option. Regards, João Paulo
-
are all files deleted when i close the emulation program? why is there so few memory? i can only add 600kb.... thx, Daniel
slomoman wrote: are all files deleted when i close the emulation program? Depends on how you close the emulator. You may ask it to save its state. slomoman wrote: why is there so few memory? i can only add 600kb.... Read the readme: Changing the Memory Configuration of the Emulator By default, the emulator will start up with about 16MB of RAM available for the device – with approximately 8MB each for Program Memory and Object Store. Generally, this is sufficient and reduces the physical memory requirement on the development machine hosting the emulator. However, if you wish to increase the amount of memory available within the emulator, change the Memory value in this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Tools\Platform Manager\{F384D888-F9AA-11D1-BB9E-00A0C9C9CCEE}\{DE9660AC-85D3-4C63-A6AF-46A3B3B83737}\{F384D894-F9AA-11D1-BB9E-00A0C9C9CCEE}\{67C8D913-F0CF-486A-8CF0-CE7D116225E8} From 32 to 48 or 64. This value indicates the total amount of memory available to the emulator for both the Pocket PC 2002 image and the available memory. The image requires between 16 and 24MB depending on the language version of the image (Japanese, Chinese Simplified, and Chinese Traditional images are approximately 24MB) and whether the image includes support for GSM radios. Regards, João Paulo
-
slomoman wrote: are all files deleted when i close the emulation program? Depends on how you close the emulator. You may ask it to save its state. slomoman wrote: why is there so few memory? i can only add 600kb.... Read the readme: Changing the Memory Configuration of the Emulator By default, the emulator will start up with about 16MB of RAM available for the device – with approximately 8MB each for Program Memory and Object Store. Generally, this is sufficient and reduces the physical memory requirement on the development machine hosting the emulator. However, if you wish to increase the amount of memory available within the emulator, change the Memory value in this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Tools\Platform Manager\{F384D888-F9AA-11D1-BB9E-00A0C9C9CCEE}\{DE9660AC-85D3-4C63-A6AF-46A3B3B83737}\{F384D894-F9AA-11D1-BB9E-00A0C9C9CCEE}\{67C8D913-F0CF-486A-8CF0-CE7D116225E8} From 32 to 48 or 64. This value indicates the total amount of memory available to the emulator for both the Pocket PC 2002 image and the available memory. The image requires between 16 and 24MB depending on the language version of the image (Japanese, Chinese Simplified, and Chinese Traditional images are approximately 24MB) and whether the image includes support for GSM radios. Regards, João Paulo
-
I have a ppc application that opens and shows an html-file. it's places in "/programme/bla". Where do I have to put that file so that the Emulator (evc3) finds that file? thx, Daniel
you can open evc ,in the section project->setting->debug->download to set the download directory in the remote pocket pc(emulator). good lucky.