Search found 30 matches: dunicode

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 C4047: ...
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: Visual Estudio 2012 Express Portable

... to be done for `all'. ! 'hbpmcom' library skipped (platform or compiler not supported) cl.exe -I. -I../../../../../../include -nologo -TC -W2 -O2 -DUNICODE -Ic:/hb1 /src/3rd/zlib -DPNG_NO_STDIO -Fopng.obj -c ../../../png.c png.c c:\hb1\src\3rd\png\pngpriv.h(44) : fatal error C1083: No se puede ...
by wilsongamboa
Wed Jan 29, 2014 5:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual Estudio 2012 Express Portable
Replies: 18
Views: 3418

Re: Soporte de MySQL para FWPPC !!!

... 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?

... /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 %LIB% /P512 @%RSP% , %LST% C_LINK_COMMAND=%C_BIN_INSTALL%\Link.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

... >> 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 /IL:\fwppc\include;L:\Harbour_ce\include;L:\vce\include\arm ...
by richard-service
Thu Sep 17, 2009 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton 7.0
Replies: 12
Views: 2743

Re: TSBrowse for FWPPC

... '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) C/C++ Optimizing Compiler ...
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

re:

... /p %2 %3 > clip.log @type clip.log IF ERRORLEVEL 1 PAUSE IF ERRORLEVEL 1 GOTO EXIT %vcdir%\bin\clarm -TP -W3 -c /DARM /DUNICODE /I%hdir%\include /I..\..\include Almacen.c :ENDCOMPILE IF EXIST Almacen.rc %vcdir%\bin\rc -r -d_CE Almacen echo Almacen.obj > msvc.tmp echo ...
by softruz
Tue Nov 04, 2008 4:21 pm
 
Forum: FiveWin para Pocket PC
Topic: Errores con la Nueva Version FWPPC Octubre 2008
Replies: 10
Views: 2155

... add more PRGs to buildce.bat: %hdir%\bin\harbour %1 /n /i%fwppc%\include;%hdir%\include /p %2 %3 > clip.log %vcdir%\bin\clarm -W3 -c /DARM /DUNICODE /I%hdir%\include /I..\include %1.c %hdir%\bin\harbour two.prg /n /i%fwppc%\include;%hdir%\include /p %2 %3 > clip.log %vcdir%\bin\clarm ...
by Antonio Linares
Tue Sep 02, 2008 8:03 am
 
Forum: FiveWin for Pocket PC
Topic: make - project
Replies: 6
Views: 1275

... pW ); } #pragma ENDDUMP the problem of compiling I resolved modifying this line does not work $(VCDIR)\bin\clarm -TP -W3 -c /DARM /DUNICODE /I$(HBDIR)\include /I$(VCDIR)\include\arm $< works OK $(VCDIR)\bin\clarm -W3 -c /DARM /DUNICODE /I$(HBDIR)\include /I$(VCDIR)\include\arm ...
by xfood
Sat Jul 19, 2008 10:52 am
 
Forum: FiveWin for Pocket PC
Topic: problematice on FWPPC help
Replies: 14
Views: 3102

... -r Menu_gen.rc .prg.c: $(HBDIR)\bin\harbour $< /n /i$(FWDIR)\include;$(HBDIR)\include .c.obj: $(VCDIR)\bin\clarm -TP -W3 -c /DARM /DUNICODE /I$(HBDIR)\include /I$(VCDIR)\include\arm $<
by xfood
Sat Jul 19, 2008 10:43 am
 
Forum: FiveWin for Pocket PC
Topic: problematice on FWPPC help
Replies: 14
Views: 3102

Instalacion

... /p %2 %3 > clip.log @type clip.log IF ERRORLEVEL 1 PAUSE IF ERRORLEVEL 1 GOTO EXIT %vcdir%\bin\clarm -TP -W3 -c /DARM /DUNICODE /I%hdir%\include /I..\include %1.c :ENDCOMPILE IF EXIST %1.rc %vcdir%\bin\rc -r -d_CE %1 echo %1.obj > msvc.tmp echo ..\lib\FiveCE.lib ..\lib\FiveCEC.lib ...
by Lupita
Wed Apr 09, 2008 7:31 pm
 
Forum: FiveWin para Pocket PC
Topic: Instalacion
Replies: 10
Views: 2565
Next

Return to advanced search