Search found 176 matches: fwce

Return to advanced search

Re: Listbox and unselected DBF

Yes thanks Antonio,I was just looking in the FWCE.CH file

Peter
by reds
Wed Apr 18, 2018 4:21 pm
 
Forum: FiveWin for Pocket PC
Topic: Listbox and unselected DBF
Replies: 3
Views: 1023

Re: Problema creando aplicación

... se podrán ignorar y que no tendrá efectos colaterales, ¿no? hbwin.lib(win_misc.obj) : warning LNK4006: LockResource already defined in Fivecec.lib(FWCE.obj); second definition ignored C:\Local\FWppc\proyectosPPC\DomiPPC\Domippc.exe : warning LNK4088: image being generated due to /FORCE option; ...
by jmartial
Tue May 31, 2016 8:01 am
 
Forum: FiveWin para Pocket PC
Topic: Problema creando aplicación
Replies: 7
Views: 5414

Re: Problema creando aplicación

... más importante, es por qué aparece esto y como solucionarlo: hbwin.lib(win_misc.obj) : error LNK2005: LockResource already defined in Fivecec.lib(FWCE.obj)
by jmartial
Tue May 31, 2016 7:09 am
 
Forum: FiveWin para Pocket PC
Topic: Problema creando aplicación
Replies: 7
Views: 5414

Re: Problema creando aplicación

... los errores, no me termina de linkar con el siguiente error: hbwin.lib(win_misc.obj) : error LNK2005: LockResource already defined in Fivecec.lib(FWCE.obj) C:\Local\FWppc\proyectosPPC\DomiPPC\Domippc.exe : fatal error LNK1169: one or more multiply defined symbols found Y este, no tengo ni idea ...
by jmartial
Mon May 30, 2016 4:48 pm
 
Forum: FiveWin para Pocket PC
Topic: Problema creando aplicación
Replies: 7
Views: 5414

Re: Problema creando aplicación

... el error, pero ahora hay otros que no sé como solucionar: hbwin.lib(win_misc.obj) : error LNK2005: LockResource already defined in Fivecec.lib(FWCE.obj) DOMIPPC.obj : error LNK2001: unresolved external symbol HB_FUN_SETROP2 domilib.lib(TCEBtnBMP.obj) : error LNK2001: unresolved external symbol ...
by jmartial
Mon May 30, 2016 12:23 pm
 
Forum: FiveWin para Pocket PC
Topic: Problema creando aplicación
Replies: 7
Views: 5414

Re: Cancelar con BTNBMP

Antonio,

Ya he implementado la clausula CANCEL en FWCE.ch y en BTNBMP.prg

Funciona de lujo.

DIme como te lo hago llegar para que lo incluyas en la LIB.
by jmartial
Tue Dec 15, 2015 11:42 am
 
Forum: FiveWin para Pocket PC
Topic: Cancelar con BTNBMP
Replies: 5
Views: 1527

Re: Problema MEMOR X3 y Win CE 6.0

Buenas,

Adjunto versión de los ficheros de fwCE.

fivece.lib 14/12/06 652 kb
fivecec.lib 13/12/06 362 kb.
by jmartial
Mon Nov 23, 2015 5:03 pm
 
Forum: FiveWin para Pocket PC
Topic: Problema MEMOR X3 y Win CE 6.0
Replies: 1
Views: 763

Re: DLL

... { Regards, kok ////------------------------------------------------------------------------------------------------------------ #include "Fwce.ch" #include "dll.ch" #include "Struct.ch" //catatan kode uid // 7 6 5 4 3 2 1 0 // EO Manufacture ---------- serial number ...
by kok joek hoa
Mon May 21, 2012 1:21 pm
 
Forum: FiveWin for Pocket PC
Topic: DLL
Replies: 59
Views: 97905

Re: Listbox selections

... But I knew that you must be saying something very important ... so I then went and examined the source code for listbox and then the contents of fwce.ch and yes there it was in front of my nose ... a listbox using a dbf gets translated into a twbrowse and cannot use multiple selections. If it ...
by Ross_ValuSoft
Fri May 04, 2012 2:16 pm
 
Forum: FiveWin for Pocket PC
Topic: Listbox selections
Replies: 5
Views: 2246

Re: [Solved]: BTNBMP help

Glad to be of help :). When I peruse fwce.ch, which I assume is the main header for FWPPC, it shows that the command syntax for BTNBMP doesn't support the COLOR keyword. It'd need to be done as just how you had described.
by hua
Thu Oct 20, 2011 7:15 am
 
Forum: FiveWin for Pocket PC
Topic: [Solved]: BTNBMP help
Replies: 3
Views: 1616

Re: Windows 8 Metro style - A Class TMetro test

... highlight. I felt that running PocketPC software is cause of the slow hardware and the problems with WIFI problematic. I changed #include "FWCE.ch" to #include "FIVEWIN.ch" did some little changes and within 2 hours the software now runs on a windows 2008 server and you access ...
by Otto
Tue Sep 27, 2011 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8 Metro style - A Class TMetro test
Replies: 64
Views: 26058

Communication with ARM9

... happen. I try to use this code for capture the result but function OpenCom return value of hComm more than 9 and alway change. #include "FWCE.ch" #define BUFF_IN 1024 #define BUFF_OUT 1024 #define GENERIC_READ 0x80000000 #define GENERIC_WRITE 0x40000000 #define OPEN_EXISTING 3 #define ...
by Surasak
Thu Jun 30, 2011 9:36 am
 
Forum: FiveWin for Pocket PC
Topic: Communication with ARM9
Replies: 6
Views: 1868

Re: Nueva Clase TMeterEx

Aida tomado del post de FWCE usando meterex.... recuerda usar la DBF que viene en la carpeta sample #include "fivewin.ch"REQUEST DBFCDX//------------------------------------------------------------------------//Function Main()  ...
by Daniel Garcia-Gil
Sat Feb 19, 2011 10:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nueva Clase TMeterEx
Replies: 17
Views: 7526

Re: Nueva Clase TMeterEx

Gracias por el dato pero yo no uso FwCe

lo quiero para PC

Saluditos :wink:
by AIDA
Sat Feb 19, 2011 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nueva Clase TMeterEx
Replies: 17
Views: 7526

Re: Where are the files created?

Ross,

good to know that you found the reason :-)

Yes, FWPPC CurDir() is a different code from Harbour's one as there are no drives "names" (C:, ...) in Windows Mobile and fwce.ch replaces it, so it is needed.
by Antonio Linares
Thu May 27, 2010 8:57 pm
 
Forum: FiveWin for Pocket PC
Topic: Where are the files created?
Replies: 7
Views: 1414
Next

Return to advanced search