Search found 13 matches: armpadcode

Return to advanced search

Re: Problema creando aplicación

Antonio, Ya he puesto en el linkador el siguiente parámetro: C:\Local\FWppc\vce\bin\link /nologo /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:THUMB /ARMPADCODE /NODEFAULTLIB:libcmt /NODEFAULTLIB:oldnames Se ha quitado el error, pero ahora hay otros que no sé como solucionar: hbwin.lib(win_misc.obj) : ...
by jmartial
Mon May 30, 2016 12:23 pm
 
Forum: FiveWin para Pocket PC
Topic: Problema creando aplicación
Replies: 7
Views: 5231

ERROR TO COMPILE A SAMPLE TEST ON WINDOWS SEVEN resolved

...  EndCaseReturn nColor i' M USING FWPPC February 2010 HARBOUR CE 1.2.1 THE ERROR Progetto: test1, Ambiente: FWPPC: [1]:Link.Exe @test1.vcl /nologo /ARMPADCODE:NO /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM fiveCE.lib(HARBOUR.obj) : error LNK2001: unresolved external symbol HB_FUN_TOLEAUTO fiveCE.lib(HARBOUR.obj) ...
by MdaSolution
Sun Sep 25, 2011 9:57 am
 
Forum: FiveWin for Pocket PC
Topic: ERROR TO COMPILE A SAMPLE TEST ON WINDOWS SEVEN resolved
Replies: 4
Views: 1612

Re: Compile warming

Daniel help solve,

Here solucion

Change script UEs line Cmd0 To:

Cmd0 = LINK $(LOPT) /ARMPADCODE:NO $FGO $(LIBS) $FGR

=]
by lailton.webmaster
Wed Mar 16, 2011 2:12 pm
 
Forum: FiveWin for Pocket PC
Topic: Compile warming
Replies: 1
Views: 590

Re: build error with UESTUDIO?

Dutch,

That result from today is fine! :-)

You can safely ignore that warning or use this flag when you call link.exe: /ARMPADCODE:NO to avoid it
by Antonio Linares
Sun Jun 13, 2010 9:27 am
 
Forum: FiveWin for Pocket PC
Topic: build error with UESTUDIO?
Replies: 10
Views: 2632

Re: Link warnings

Otto,

In this line:

%vcdir%\bin\link @msvc.tmp /nologo /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM /ARMPADCODE:NO
by Antonio Linares
Fri Oct 30, 2009 7:09 pm
 
Forum: FiveWin for Pocket PC
Topic: Link warnings
Replies: 3
Views: 871

Re: Link warnings

Otto,

Please add this flag when calling the linker:

/ARMPADCODE:NO
by Antonio Linares
Fri Oct 30, 2009 11:10 am
 
Forum: FiveWin for Pocket PC
Topic: Link warnings
Replies: 3
Views: 871

fatal error LNK1106: invalid file or disk full: cannot seek

Dear Antonio, I've got this error while link the program as following. %vcdir%\bin\link @msvc.tmp /nologo /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM /ARMPADCODE:NO Lines 4255, Functions/Procedures 43Generating C source output to 'EZPDA.c'... Done.Microsoft (R) C/C++ Optimizing Compiler Version ...
by dutch
Fri Jul 10, 2009 7:28 am
 
Forum: FiveWin for Pocket PC
Topic: fatal error LNK1106: invalid file or disk full: cannot seek
Replies: 5
Views: 1235

Re: Error on compiling a fwppc program

Silvio,

It is not a bug. You have to use this flag to call link.exe:

/ARMPADCODE:NO
by Antonio Linares
Mon May 04, 2009 3:02 am
 
Forum: FiveWin for Pocket PC
Topic: Error on compiling a fwppc program
Replies: 2
Views: 456

Re: New FWPPC 9.01

Esos warnings los eliminas usando este flag al llamar al link.exe:

/ARMPADCODE:NO

Vuelve a probarlo con ese flag, gracias :-)
by Antonio Linares
Mon Feb 16, 2009 11:09 am
 
Forum: WhatsNew / Novedades
Topic: New FWPPC 9.01
Replies: 39
Views: 9478

... ... SAY ... [ ADJUST ] REDEFINE SAY ... [ ADJUST ] * Mejora: En FWPPC, para evitar la advertencia de enlazado LNK1166, por favor, use la bandera /ARMPADCODE:NO cuando llame al enlazador. Hemos modificado y mejorado el uso de FWPPC\samples\buildce.bat. Por favor, revisalo,gracias. * Nuevo: Nuevo ...
by Antonio Linares
Mon Oct 20, 2008 5:44 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October / Octubre 2008 (8.10)
Replies: 1
Views: 3306

New FTDN October / Octubre 2008 (8.10)

... [ ADJUST ] REDEFINE SAY ... [ ADJUST ] * Enhancement: FWPPC, to avoid the linking warnings LNK1166 please use this flag when calling the linker: /ARMPADCODE:NO We have modified and enhanced FWPPC\samples\buildce.bat to use it. Please review it, thanks. * New: samples\buildg.bat to build your FWH ...
by Antonio Linares
Sun Oct 12, 2008 8:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October / Octubre 2008 (8.10)
Replies: 1
Views: 3306

No más LNK1166 warnings al enlazar!

Por favor usad este flag al llamar al enlazador:

/ARMPADCODE:NO

Y no más warnings de enlazado!!! :-)
by Antonio Linares
Thu Sep 11, 2008 3:45 pm
 
Forum: FiveWin para Pocket PC
Topic: No más LNK1166 warnings al enlazar!
Replies: 0
Views: 466

No more LNK1166 link warnings!

Please add this flag when calling the linker:

/ARMPADCODE:NO

No more warnings!!! :-) :-)
by Antonio Linares
Thu Sep 11, 2008 3:44 pm
 
Forum: FiveWin for Pocket PC
Topic: No more LNK1166 link warnings!
Replies: 5
Views: 881

Return to advanced search