FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Windows Ce.net
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Windows Ce.net
Posted: Thu Oct 05, 2006 12:10 PM

Hello Antonio

I use for my programm (make with FWPPC ) a palm with Windows CE.NET 4.20 Processor Intel(R) PXA255 a PSC Falcon 4200 , all the programms works very well .

Now I have a cash register with Windows CE.NET 4.20 and Processor Intel(R) PXA255 the same as the palm , but when I execute the program
I get the message "This program cannot be run in CE.NET"

I know that this problem could be due to the cash.
Antonio , are you able to give me some clue as to solve this problem ?

Regards Maurizio

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Windows Ce.net
Posted: Thu Oct 05, 2006 12:32 PM
Maurizio,

Build this little sample and test it on that Pocket PC:
function Main()

   MsgInfo( "hello world!" )

return nil

function CeSetmenu() ; return nil
function GetMenu() ; return nil
function ReadBitmap() ; return nil
function PalBmpRead() ; return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Windows Ce.net
Posted: Thu Oct 05, 2006 01:53 PM

Antonio

Many thanks for your quick response

Your test work , but if I try this function in my Prg I have this error

FiveCEC.lib(AYGSHELL.obj) : error LNK2005: "void __cdecl HB_FUN_CESETMENU(void)"
(?HB_FUN_CESETMENU@@YAXXZ) already defined in MASTROCE.obj
FiveCEC.lib(AYGSHELL.obj) : error LNK2005: "void __cdecl HB_FUN_GETMENU(void)" (
?HB_FUN_GETMENU@@YAXXZ) already defined in MASTROCE.obj
FiveCEC.lib(AYGSHELL.obj) : error LNK2005: "void __cdecl HB_FUN_READBITMAP(void)
" (?HB_FUN_READBITMAP@@YAXXZ) already defined in MASTROCE.obj
FiveCEC.lib(AYGSHELL.obj) : error LNK2005: "void __cdecl HB_FUN_PALBMPREAD(void)
" (?HB_FUN_PALBMPREAD@@YAXXZ) already defined in MASTROCE.obj
FiveCEC.lib(AYGSHELL.obj) : warning LNK4006: "void __cdecl HB_FUN_CESETMENU(void
)" (?HB_FUN_CESETMENU@@YAXXZ) already defined in MASTROCE.obj; second definition
ignored
FiveCEC.lib(AYGSHELL.obj) : warning LNK4006: "void __cdecl HB_FUN_GETMENU(void)"
(?HB_FUN_GETMENU@@YAXXZ) already defined in MASTROCE.obj; second definition ign
ored
FiveCEC.lib(AYGSHELL.obj) : warning LNK4006: "void __cdecl HB_FUN_READBITMAP(voi
d)" (?HB_FUN_READBITMAP@@YAXXZ) already defined in MASTROCE.obj; second definiti
on ignored
FiveCEC.lib(AYGSHELL.obj) : warning LNK4006: "void __cdecl HB_FUN_PALBMPREAD(voi
d)" (?HB_FUN_PALBMPREAD@@YAXXZ) already defined in MASTROCE.obj; second definiti
on ignored
Creating library MASTROCE.lib and object MASTROCE.exp
MASTROCE.exe : fatal error LNK1169: one or more multiply defined symbols found

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Windows Ce.net
Posted: Thu Oct 05, 2006 04:11 PM

Mauricio,

Do this:

lib /REMOVE:AYGSHELL.obj FiveCEC.lib

and try it again

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Windows Ce.net
Posted: Sat Oct 07, 2006 04:28 PM

Antonio

how I use it

Thank

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Windows Ce.net
Posted: Sat Oct 07, 2006 05:26 PM

Maurizio,

lib.exe its located at vce\bin directory.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Windows Ce.net
Posted: Sat Oct 07, 2006 07:50 PM

Antonio
I have this error :

C:\VCE\bin>lib /REMOVE:AYGSHELL.obj FiveCEC.lib
Microsoft (R) Library Manager Version 6.24.3077
Copyright (C) Microsoft Corporation. All rights reserved.

LIB : warning LNK4014: cannot find member object AYGSHELL.obj

Regards

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Windows Ce.net
Posted: Sat Oct 07, 2006 09:50 PM

Maurizio,

lib /remove:objcec\AYGSHELL.obj fivecec.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Windows Ce.net
Posted: Mon Oct 09, 2006 06:20 AM

Antonio

Thank now work

MAurizio

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Windows Ce.net
Posted: Tue Oct 10, 2006 07:50 AM

Hello Maurizio,

>Now I have a cash register
What kind of hardware is this?

Greetings from Sillian
Otto

Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Windows Ce.net
Posted: Tue Oct 10, 2006 01:51 PM

Ciao Otto

E' un registratore di cassa fiscale del nostro fornitore RCH .

Si chiama GLOBE

http://www.rch.it

Continue the discussion