Search found 39 matches: clarm

Return to advanced search

Re: Buzzer en CE 5.0

Hola, al ejecutar buildce.bat en el siguiente comando : %vcdir%\bin\clarm -W3 -c /DARM /DUNICODE /I%hdir%\include /I%fwppc%\include icm.c me da estos warning icm.c icm.prg(74) : warning C4013: 'IF' undefined; assuming extern returning int icm.prg(74) : warning ...
by gmart1
Tue Jul 28, 2015 8:53 am
 
Forum: FiveWin para Pocket PC
Topic: Buzzer en CE 5.0
Replies: 14
Views: 6687

Re: Soporte de MySQL para FWPPC !!!

... compilar el .c con el .h. He añadido los dos trozos de c a un solo fichero SQLSVRCE.c y lo que puesto para compilar en el bat así: %vcdir%\bin\clarm -W3 -c /DARM /DUNICODE /I%hdir%\include /I..\include SQLSVRCE.c Está claro que lo estoy haciendo mal.¿Cómo podría hacerlo? Gracias de antemano
by cyberkily
Fri Sep 13, 2013 4:09 pm
 
Forum: FiveWin para Pocket PC
Topic: Soporte de MySQL para FWPPC !!!
Replies: 7
Views: 4910

Re: xmate - alguem tem a configuração para pocket pc?

... %PRG% /m /n /es2 /i%HB_INC_INSTALL% /dFWH Option prefix=/ [C] C_INSTALL=C:\vce C_COMP_COMMAND=%C_BIN_INSTALL%\clarm.exe -TP -W3 -c %CRLF%/DARM %CRLF%/DUNICODE%CRLF%/DFWPLUS%CRLF% -I%HB_INC_INSTALL% -I%C_INC_INSTALL%\arm %C% C_LIB_COMMAND=%C_BIN_INSTALL%\Lib.Exe ...
by MGA
Mon Oct 05, 2009 9:17 pm
 
Forum: FiveWin para Pocket PC
Topic: xmate - alguem tem a configuração para pocket pc?
Replies: 1
Views: 716

Re: TSButton 7.0

... /n /p >> harb.log L:\Harbour_ce\bin\harbour L:\3RD\tsbutton\source\fwppc\classes\tstsay.prg /n /p >> harb.log L:\vce\bin\clarm -W3 -c /DARM /DUNICODE /IL:\fwppc\include;L:\Harbour_ce\include;L:\vce\include\arm tsbutton.c > comp.log L:\vce\bin\clarm -W3 -c /DARM /DUNICODE ...
by richard-service
Thu Sep 17, 2009 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton 7.0
Replies: 12
Views: 2730

Re: TSBrowse for FWPPC

... Compiling 'TSBUTTON.PRG'... Lines 4314, Functions/Procedures 40 Generating C source output to 'Obj\TSBUTTON.c'... Done. [1]:clarm.Exe -W3 -c /DARM /DUNICODE /IC:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSBUTTON.Obj TSBUTTON.c Microsoft (R) ...
by Silvio
Tue Jul 07, 2009 10:00 am
 
Forum: FiveWin for Pocket PC
Topic: TSBrowse for FWPPC
Replies: 17
Views: 3564

Re: TSBrowse for FWPPC

Antonio Linares wrote:Please check that you are using /DUNICODE when you call CLARM.EXE
Hi Antonio:

If I use /DUNICODE then the compiler asks for a header file named fwce.h which doesn't exist. (see line 621 in clipapi.h)

Best regards.

Manuel Mercado.
by mmercado
Sat Jul 04, 2009 5:34 pm
 
Forum: FiveWin for Pocket PC
Topic: TSBrowse for FWPPC
Replies: 17
Views: 3564

Re: TSBrowse for FWPPC

Manuel,

Please check that you are using /DUNICODE when you call CLARM.EXE

Those functions names, ended with "A", mean they they are not unicode, and thus they are not available for Pocket PC.
by Antonio Linares
Sat Jul 04, 2009 4:50 pm
 
Forum: FiveWin for Pocket PC
Topic: TSBrowse for FWPPC
Replies: 17
Views: 3564

Re: wireless signal strength

Otto,

This way compiled perfectly:

c:\vce\bin\CLARM.EXE -c -Ic:\vce\include\arm -DARM -DUNICODE -DUNDER_CE WifiPeek.cpp

But I wonder if it may work fine for Windows Mobile, as -DUNDER_CE means for Windows CE.

Next we will build a small test so we can check if it properly links.
by Antonio Linares
Mon May 25, 2009 7:08 am
 
Forum: FiveWin for Pocket PC
Topic: wireless signal strength
Replies: 12
Views: 2813

Re: wireless signal strength

Otto,

First of all we have to compile WifiPeek.cpp:

c:\vce\bin\CLARM.EXE -c -Ic:\vce\include\arm -DARM -DUNICODE WifiPeek.cpp

I am getting some compile errors here that we need to solve.
by Antonio Linares
Mon May 25, 2009 7:03 am
 
Forum: FiveWin for Pocket PC
Topic: wireless signal strength
Replies: 12
Views: 2813

Probando una funcion de compresion de ficheros

Compress() esta funcionando :-) El codigo lo he dejado en C++ para evitar cambios. Aqui lo teneis. Podeis compilarlo asi: c:\vce\bin\clarm -c -Ic:\vce\include\arm -Ic:\harbour\include compres.cpp El OBJ ya compilado y el EXE: http://www.mediafire.com/?sharekey=d0453478149576bfe7c82ed4b8f0c3809cb377e5bf6f69225be6ba49b5870170 ...
by Antonio Linares
Wed Apr 15, 2009 9:50 pm
 
Forum: FiveWin para Pocket PC
Topic: Probando una funcion de compresion de ficheros
Replies: 8
Views: 1699

Re: Testing a compress function

Compress is working :-) I left the code in C++ to avoid many changes. Here it is. You can compile it this way: c:\vce\bin\clarm -c -Ic:\vce\include\arm -Ic:\harbour\include compres.cpp The compiled OBJ and the test EXE: http://www.mediafire.com/?sharekey=d0453478149576bfe7c82ed4b8f0c3809cb377e5bf6f69225be6ba49b5870170 ...
by Antonio Linares
Wed Apr 15, 2009 9:48 pm
 
Forum: FiveWin for Pocket PC
Topic: Testing a compress function
Replies: 3
Views: 573

zip e unzip con fwppc

Salve ho trovato su internet sorgenti free per zip e unzip ho provato a compilarli e vanno bene per clarm ma non riesco ad interfacciarli con harbur_ce http://www.eurosoftsnc.net/fivewin/zip_utils_src.zip se qualcuno ci riesce potrebbe essere utile a tutti aggiungere la funzionalità ...
by vensanto
Fri Feb 27, 2009 9:16 am
 
Forum: All products support
Topic: zip e unzip con fwppc
Replies: 1
Views: 996

Re: GetNetCardID()

... 'void *' to 'unsigned short *' Conversion from 'void*' to pointer to non-'void' requires an explicit cast NMAKE : fatal error U1077: 'p:\vce\bin\clarm' : return code '0x2' Line 1100 is the pAdapterInfo->Address[ 4 ] line of wsprintf although I have had problems before with line numbers not ...
by ChrisMillard
Fri Feb 13, 2009 12:36 am
 
Forum: FiveWin for Pocket PC
Topic: GetNetCardID()
Replies: 13
Views: 6537

Re: Fix necesario para la Clase TListBox y TComboBox

Importante:

El flag -TP de clarm no debe ser usado pues no queremos modo C++
by Antonio Linares
Mon Feb 02, 2009 11:31 am
 
Forum: FiveWin para Pocket PC
Topic: Fix necesario para la Clase TListBox y TComboBox
Replies: 4
Views: 865

Re: Required Fix for Class TListBox and TComboBox

Important:

clarm flag -TP should not be used as we don't want C++ mode
by Antonio Linares
Mon Feb 02, 2009 11:29 am
 
Forum: FiveWin for Pocket PC
Topic: Required Fix for Class TListBox and TComboBox
Replies: 4
Views: 694
Next

Return to advanced search