FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Pocket PC Problemas con PDA PPT2800 (Symbol)
Posts: 297
Joined: Fri Apr 14, 2006 05:52 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Fri Sep 22, 2006 08:54 AM

Buenos d铆as foro!!

驴Sab茅is como puedo echar a andar una aplicaci贸n con FWPPC en estas PDA'S?. Directamente cuando intento ejecutar un programa b谩sico me indica el siguiente error:

"Cannot find <programa> (or one of its components). Make sure the 
  path and filename are correct and all the required libraries are 
  available"

驴 Puede ser que necesite actualizar la PDA con algunos ficheros?, etc. .

UN SALUDO y muchas gracias de antemano,

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Fri Sep 22, 2006 09:04 AM
Mike,

Incluye estas funciones en tu PRG y vuelve a probarlo:
// Windows CE temporary fix
function CeSetmenu() ; return nil
function GetMenu() ; return nil
function ReadBitmap() ; return nil
function PalBmpRead() ; return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 297
Joined: Fri Apr 14, 2006 05:52 PM
Me da error
Posted: Fri Sep 22, 2006 09:25 AM

Antonio, al compilar me sale lo siguiente:

脷脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛驴
鲁 FiveWin for Pocket PC - March 2006 Harbour development power 鲁脺
鲁 (c) FiveTech, 1993-2006 for Microsoft Windows Pocket PC 鲁脹
脌脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脛脵脹
每 脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽脽
Compiling...
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Compiling 'autven.prg' and generating preprocessed output to 'autven.ppo'...

100
200
300
Lines 473, Functions/Procedures 22
Generating C source output to 'autven.c'... Done.
autven.c
FiveCEC.lib(AYGSHELL.obj) : error LNK2005: "void __cdecl HB_FUN_CESETMENU(void)" (?HB_FUN_CESETMENU@@YAXXZ) already defined in autven.obj
FiveCEC.lib(AYGSHELL.obj) : error LNK2005: "void __cdecl HB_FUN_GETMENU(void)" (?HB_FUN_GETMENU@@YAXXZ) already defined in autven.obj
FiveCEC.lib(AYGSHELL.obj) : error LNK2005: "void __cdecl HB_FUN_READBITMAP(void)" (?HB_FUN_READBITMAP@@YAXXZ) already defined in autven.obj
FiveCEC.lib(AYGSHELL.obj) : error LNK2005: "void __cdecl HB_FUN_PALBMPREAD(void)" (?HB_FUN_PALBMPREAD@@YAXXZ) already defined in autven.obj
FiveCEC.lib(AYGSHELL.obj) : warning LNK4006: "void __cdecl HB_FUN_CESETMENU(void)" (?HB_FUN_CESETMENU@@YAXXZ) already defined in autven.obj; second definition ignored
FiveCEC.lib(AYGSHELL.obj) : warning LNK4006: "void __cdecl HB_FUN_GETMENU(void)" (?HB_FUN_GETMENU@@YAXXZ) already defined in autven.obj; second definition ignored
FiveCEC.lib(AYGSHELL.obj) : warning LNK4006: "void __cdecl HB_FUN_READBITMAP(void)" (?HB_FUN_READBITMAP@@YAXXZ) already defined in autven.obj; second definition ignored
FiveCEC.lib(AYGSHELL.obj) : warning LNK4006: "void __cdecl HB_FUN_PALBMPREAD(void)" (?HB_FUN_PALBMPREAD@@YAXXZ) already defined in autven.obj; second definition ignored
Creating library autven.lib and object autven.exp
autven.exe : fatal error LNK1169: one or more multiply defined symbols found
* Application successfully built

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Sat Sep 30, 2006 10:40 AM

Mike,

Haz lo siguiente antes de enlazar:

lib /REMOVE:AYGSHELL.obj FiveCEC.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 297
Joined: Fri Apr 14, 2006 05:52 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Sat Sep 30, 2006 03:29 PM

Te comento,

He cogido, me ha compilado (quitando tambien las funciones de showkeyboard y hidekeyboard) , pero el resultado sigue siendo el mismo.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Sat Sep 30, 2006 05:07 PM

Mike,

Puedes copiar aqui el error que te aparece ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 297
Joined: Fri Apr 14, 2006 05:52 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Sat Sep 30, 2006 07:45 PM

A lo mejor no me he explicado bien, ya compila perfectamente el problema es que me sale el mismo error que te puse en el primer post, es decir, al ejecutar la aplicacion en estas PDA's sale un dialogo:

Cannot find <nombre_programa> (or one of its components). Make sure the path and filename are correct and all the required libraries are
available"

El mismo ejecutable lo paso a mi PDA y funciona correctamente (HP con windows mobile 5)

Si te sirve este dato:

 En las PDAs (PPT 2800 Symbol) en Version sale:

    Microsoft Pocket PC
    Version 3.0.11171 (Build 11178)
    [...]
    Processor: ARM SA1110
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Sat Sep 30, 2006 08:51 PM

Mike,

Puedes por favor construir samples\Tutor01 y probarlo en tu Pocket PC ?

Por favor incluye en 茅l las funciones que te he indicado anteriormente. Gracias,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 297
Joined: Fri Apr 14, 2006 05:52 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Sat Sep 30, 2006 09:13 PM

Asi queda tutor01.prg:

// FiveWin for Pocket PC - Hello World! sample

//----------------------------------------------------------

function Main()

MsgInfo( "Hello World!", "FiveWin for Pocket PC" )

return nil

// Windows CE temporary fix
function CeSetmenu() ; return nil
function GetMenu() ; return nil
function ReadBitmap() ; return nil
function PalBmpRead() ; return nil

no tengo problemas de compilaci贸n, pero me da el mismo error:

"Cannot find 'tutor01' (or one of its components). Make sure the path and filename are correct and all the required libraries are available"

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Sun Oct 01, 2006 10:56 AM

Parece que hay alguna DLL de Windows Mobile que usa el EXE y no est谩 en tu versi贸n de Windows Mobile.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Sun Oct 01, 2006 11:02 AM
Mike,

Inspecciona tu EXE con esta utilidad:
http://hyperupload.com/download/02dcd0c ... p.exe.html

En la secci贸n de Imports deber铆a aparecerte solamente esto:

Tambi茅n puede ser que uno de los n煤meros que aparecen no existan en CoreDLL.DLL de tu Windows Mobile, por tratarse de una versi贸n m谩s antigua.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 297
Joined: Fri Apr 14, 2006 05:52 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Mon Oct 02, 2006 08:26 AM

Buenas d铆as Antonio:

Creo que el enlace de la aplicacion no es correcto, me baja un windump.exe de 0 bytes. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Mon Oct 02, 2006 11:46 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 297
Joined: Fri Apr 14, 2006 05:52 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Mon Oct 02, 2006 04:11 PM

Buenas tardes Antonio, esto es lo que sale:

http://hyperupload.com/download/0227861 ... t.bmp.html

驴Tiene soluci贸n? :wink:

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Problemas con PDA PPT2800 (Symbol)
Posted: Mon Oct 02, 2006 04:43 PM

Mike,

Si, s贸lo CoreDLL.DLL. En principio no tiene soluci贸n pues debe estar buscando una funci贸n que no tiene CoreDLL.DLL.

De que fecha es ese Pocket PC ? No tienes la opci贸n de actualizarle el sistema operativo ?

regards, saludos

Antonio Linares
www.fivetechsoft.com