ot emulador de pocket pc

Post Reply
User avatar
wilsongamboa
Posts: 439
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

ot emulador de pocket pc

Post by wilsongamboa »

Antonio
buenos dias
perdon por el Off Topic
como hago para que en el emulador que baje de el site de
fivetechsoft.com
me ejecute un programa compilado con Fwppc

ademas al compilar el ejemplo test.prg me aparecen estos warnings

Compiling...
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Compiling 'test.prg' and generating preprocessed output to 'test.ppo'...
Lines 8, Functions/Procedures 1
Generating C source output to 'test.c'... Done.
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.

test.c
Creating library test.lib and object test.exp
vm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=
0x00018984
rdd.lib(dbcmd.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, r
va=0x0005DB4C
rdd.lib(dbf1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rv
a=0x0006BD14
dbfntx.lib(dbfntx1.obj) : warning LNK1166: cannot adjust code at offset=0x000010
00, rva=0x00075E6C
* Application successfully built

c:\FWPPC\SAMPLES>

Att

Wilson 'W' Gamboa A
swrite@uio.satnet.net

pd: como veras antonio recien inicio con fwppc gracias x todo
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Wilson,

Una vez instales el emulador, sitúate en el directorio c:\Archivos de programa\Microsoft\Device Emulator Preview\PPC_2003_SE y crea un fichero go.bat con este contenido:

Code: Select all

..\deviceemulator ppc_2003_se_wwe_armv4.bin /skin Pocketpc_2003_skin.xml
Ejecuta go.bat y el emulador comenzará a funcionar. Una vez esté funcionando, ve a la opción del menu del emulador: File-Configure-Shared Folder, y selecciona un directorio de tu PC. Los EXEs que situes en ese directorio, se verán en el emulador desde la carpeta "Storage card". Si ejecutas el File manager del emulador, el botón central, te lleva a esa carpeta directamente.

Una vez estes en esa carpeta del emulador, haz click ó enter sobre el EXE que quieras ejecutar :)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Wilson,

Respecto a esos warnings, son sólo avisos que pueden ignorarse. No hay problema con ellos.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
wilsongamboa
Posts: 439
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Post by wilsongamboa »

Gracias Antonio, ya funciona

Saludos
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
Post Reply