Search found 115 matches: wince

Return to advanced search

Re: Marvell, PXA310 Win CE 6.0

Eugeniusz, There are some functions that are available in Win 6.5 but they are not available on WinCE. If you review tutor01.prg you'll see: // Windows CE temporary fix // function CeSetmenu() ; return nil // function GetMenu() ; return nil // function ReadBitmap() ; return ...
by Antonio Linares
Mon Oct 20, 2014 5:54 am
 
Forum: FiveWin for Pocket PC
Topic: Marvell, PXA310 Win CE 6.0
Replies: 5
Views: 3581

Re: How to build Harbour 32 & 64 bits

Harbour for WinCE using Visual Studio 2012: We have to install "Windows Mobile 5.0 SDK for Pocket PC" from here: http://www.microsoft.com/en-us/download/details.aspx?id=42 It refuses to install as it requires ...
by Antonio Linares
Fri Jan 31, 2014 8:07 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32896

Re: Hay ventajas de utilizar Microsoft C en lugar de Borland?

Tambien es el compilador (Microsoft Visual C) que usamos para FWH 64 bits y ahora estamos en el proceso de conseguir construir Harbour para Windows Mobile 6.5 y WinCE usándolo tambien :-)
by Antonio Linares
Tue Jan 28, 2014 10:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hay ventajas de utilizar Microsoft C en lugar de Borland?
Replies: 23
Views: 4365

Re: How to build Harbour 32 & 64 bits

How to build Harbour for WinCE using MinGW on Windows:

http://sourceforge.net/projects/cegcc/files/

goce.bat
Code: Select all  Expand view
set path=c:\mingw32ce\arm-mingw32ce\bin\
set HB_ARCHITECTURE=wce
set HB_COMPILER=mingwarm
win-make
by Antonio Linares
Thu Jan 23, 2014 10:05 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 32896

Re: FWH 13.04 / xHarbour Commercial

Thats what is seems to me, but I may be wrong. Maybe it is possible to build it for Android, iOS, OSX, WinCE, Windows Mobile, etc. but I don't know how

With Harbour I know it works because I have built it on all those OSes and works really fine :-)
by Antonio Linares
Wed Jun 19, 2013 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.04 / xHarbour Commercial
Replies: 28
Views: 7382

Re: Windows CE en ScanPal 5100

Si, debe funcionar bien pues FWPPC soporta WinCE 5.0
by Antonio Linares
Tue May 21, 2013 8:53 am
 
Forum: FiveWin para Pocket PC
Topic: Windows CE en ScanPal 5100
Replies: 1
Views: 1238

Re: Consulta para Antonio

Jorge,

Te recomendaría MySQL en vez de Advantage, puesto que si hay soporte de MySQL para WinCE/Mobile (y FWPPC además los usa correctamente), y no de Advantage que yo sepa, que ni siquiera hay DLLs disponibles para WinCE/Mobile :-)
by Antonio Linares
Sat Jan 26, 2013 11:46 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Consulta para Antonio
Replies: 3
Views: 1944

Re: Socket and Web server Not Working

John, As you have explained, the same EXE is working fine on WinCE 5 and fails on WinCE 6. So it seems as a WInCE sockets issue. When you build the EXE, you link a MS lib that allows to use sockets: \lib\arm\winsock.lib if you use there a different lib ...
by Antonio Linares
Wed Sep 26, 2012 11:24 am
 
Forum: FiveWin for Pocket PC
Topic: Socket and Web server Not Working
Replies: 8
Views: 4812

Re: Socket and Web server Not Working

... used/called in wifewin in CE6 The reason for the Server is to pass data from DBF files to browser is JSON or XML style. I can use the build in WINCE server to serve pages but not to get DBF data, so I'm a little stuck at the mo....Any help but be very appreciated john
by johnshay
Wed Sep 26, 2012 11:14 am
 
Forum: FiveWin for Pocket PC
Topic: Socket and Web server Not Working
Replies: 8
Views: 4812

Re: Socket and Web server Not Working

John,

An idea could be to replace winsock.dll in WinCE 6 with the Winsock.dll from WinCE 5
by Antonio Linares
Wed Sep 26, 2012 10:32 am
 
Forum: FiveWin for Pocket PC
Topic: Socket and Web server Not Working
Replies: 8
Views: 4812

Socket and Web server Not Working

... it wont work! Something is getting corrupted or closed when it shouldnt be. I assume there must be some diffefence is API for Big Windows and winCE..Have there been any re-writes or the SOCKET class in recent versions?? I am using FEB2010 FWPPC Build... Please Help...Thanks Code Example  oSocket ...
by johnshay
Tue Sep 25, 2012 5:11 pm
 
Forum: FiveWin for Pocket PC
Topic: Socket and Web server Not Working
Replies: 8
Views: 4812

Re: no enlaza xhb.lib bajado de la web.

... se compila para muchos compiladores y plataformas. :-) de ahi que hay algunos archivos que son especificos para harbour y no para xharbour, o para wince y no para windows, es por ello que al inicio del bat se copian todos los prg de las tres carpetas .\source .\winapi, .\function a una sola carpeta ...
by carlos vargas
Tue Apr 10, 2012 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no enlaza xhb.lib bajado de la web.
Replies: 10
Views: 4097

Re: Important question to Antonio about Harbour and WM 6.x

Jaroslaw, Here you have Harbour fm.c compiled for WinCE: http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=fm.obj&can=2&q= Please replace it in hbvm.lib this way: lib.exe lib\hbvm.lib /OUT:lib\hbvm.lib ...
by Antonio Linares
Wed Oct 26, 2011 4:36 pm
 
Forum: FiveWin for Pocket PC
Topic: Important question to Antonio about Harbour and WM 6.x
Replies: 16
Views: 9727

Re: Important question to Antonio about Harbour and WM 6.x

Jaroslaw,

great news!!! :-)

We are going to rebuild FWPPC and Harbour for WinCE asap!
by Antonio Linares
Mon Oct 24, 2011 5:12 pm
 
Forum: FiveWin for Pocket PC
Topic: Important question to Antonio about Harbour and WM 6.x
Replies: 16
Views: 9727

Important question to Antonio about Harbour and WM 6.x

... possible to upgrade the libraries and binaries of Harbour after recent changes made by Przemek due to problems with file read/write operation in WinCE builds ? Or How can i upgrade libraries and binaries ? Please read this thread : http://groups.google.com/group/harbour-devel/browse_thread/thread/e583a96630b439ca# ...
by kadziola
Mon Oct 24, 2011 6:05 am
 
Forum: FiveWin for Pocket PC
Topic: Important question to Antonio about Harbour and WM 6.x
Replies: 16
Views: 9727
Next

Return to advanced search