Search found 38 matches: coredll

Return to advanced search

Problema creando aplicación

... de una versión antigua de fwppc a la nueva comprada a final de 2015, me encuentro este error al linkar y no sé que parámetro tengo que modificar. coredll.lib(COREDLL.dll) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM' Una ayuda por favor, para poder ...
by jmartial
Mon May 30, 2016 12:16 pm
 
Forum: FiveWin para Pocket PC
Topic: Problema creando aplicación
Replies: 7
Views: 5293

Re: ERROR TO COMPILE A SAMPLE TEST

... %HB_LIB_INSTALL%\hbdebug.lib=12 %HB_LIB_INSTALL%\hbcommon.lib=13 %HB_LIB_INSTALL%\hbpp.lib=14 %HB_LIB_INSTALL%\hbcpage.lib=15 %C_LIB_INSTALL%\arm\coredll.lib=16 %C_LIB_INSTALL%\arm\corelibc.lib=17 %C_LIB_INSTALL%\arm\aygshell.lib=18 %C_LIB_INSTALL%\arm\ws2.lib=19 %C_LIB_INSTALL%\arm\mfcce400.lib=20 ...
by MdaSolution
Thu Sep 29, 2011 2:31 pm
 
Forum: FiveWin for Pocket PC
Topic: ERROR TO COMPILE A SAMPLE TEST ON WINDOWS SEVEN resolved
Replies: 4
Views: 1612

Re: missing _SetClassLongPtr

... Antonio: Here is the searching result in VS2005: 1. Not found SetClassLongPtr in any .lib, found SetClassLongA/W in user32.lib, unicows.lib. and coredll.lib only. 2. Following command connected with SetClassLongPtr is extracted from winuser.h, SetClassLongPtr seems only for _win64 compiling. ...
by cly166
Wed Sep 29, 2010 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: missing _SetClassLongPtr
Replies: 8
Views: 1412

Ya la tengo.

... que localizar dentro del bat el apartado %vcdir% y agregar la lib echo E:\apfwpp\testmysql\MySQLMobile.lib >> msvc.tmp echo %vcdir%\lib\arm\coredll.lib >> msvc.tmp echo %vcdir%\lib\arm\corelibc.lib >> msvc.tmp echo %vcdir%\lib\arm\aygshell.lib >> msvc.tmp Por supuesto, ...
by fleal
Sat Oct 10, 2009 12:07 pm
 
Forum: FiveWin para Pocket PC
Topic: MySqlMobile.lib ¿Donde se compra?
Replies: 5
Views: 2242

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

... %HB_LIB_INSTALL%\hbpp.lib=15 %HB_LIB_INSTALL%\hbcpage.lib=16 %HB_LIB_INSTALL%\hbw32.lib=17 %HB_LIB_INSTALL%\hbpcre.lib=18 %C_LIB_INSTALL%\arm\coredll.lib=19 %C_LIB_INSTALL%\arm\corelibc.lib=20 %C_LIB_INSTALL%\arm\aygshell.lib=21 %C_LIB_INSTALL%\arm\ws2.lib=22 %C_LIB_INSTALL%\arm\mfcce400.lib=23 ...
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: Problemas com SYMBOL MC3000

Ola amigos

Antonio

Me pede 3 DLL

coredll.dll --> OK
aygshell.dll --> OK
ceshell.dll --> Não consigo encontrar pode ajudarme :oops:

Fico no aguardo
by miragerr
Thu Sep 03, 2009 8:31 am
 
Forum: FiveWin para Pocket PC
Topic: Problemas com SYMBOL MC3000
Replies: 31
Views: 4959

Re: How to connert to WLAN programmatically

... registry key, an ISV can programmatically control its power state by using the documented Power Manager API SetDevicePower(): [DllImport("coredll.dll", SetLastError = true)] private static extern int SetDevicePower(string pvDevice, int dwDeviceFlags, DevicePowerState DeviceState); ...
by Otto
Sat May 23, 2009 6:10 pm
 
Forum: FiveWin for Pocket PC
Topic: How to connert to WLAN programmatically
Replies: 1
Views: 746

Re: donde se encuentra GetProcAddress()

Arturo,

La función GetProcAddressW() es proporcionada por coredll.lib, que es una librería de importación del propio coredll.dll de Windows Mobile.
by Antonio Linares
Thu Feb 19, 2009 6:57 pm
 
Forum: FiveWin para Pocket PC
Topic: donde se encuentra GetProcAddress()
Replies: 6
Views: 1188

Re: New FWPPC 9.01

... lines to use Advantage RDD rem echo %hdir%\lib\rddads.lib >> msvc.tmp rem echo %hdir%\lib\ace32.lib >> msvc.tmp echo %vcdir%\lib\arm\coredll.lib >> msvc.tmp echo %vcdir%\lib\arm\corelibc.lib >> msvc.tmp echo %vcdir%\lib\arm\aygshell.lib >> msvc.tmp echo %vcdir%\lib\arm\ws2.lib ...
by softruz
Thu Feb 12, 2009 9:18 am
 
Forum: WhatsNew / Novedades
Topic: New FWPPC 9.01
Replies: 39
Views: 9478

re:

... lines to use Advantage RDD rem echo %hdir%\lib\rddads.lib >> msvc.tmp rem echo %hdir%\lib\ace32.lib >> msvc.tmp echo %vcdir%\lib\arm\coredll.lib >> msvc.tmp echo %vcdir%\lib\arm\corelibc.lib >> msvc.tmp echo %vcdir%\lib\arm\aygshell.lib >> msvc.tmp echo %vcdir%\lib\arm\ws2.lib ...
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

hello Mr.Reinaldo, I dont have the coredll.dll , so I can´t make a 100 % test... (I rem the call of the function MoveToEx) I add this on your code: oSig:lWantClick = .T. before the activate the dialog, and the program draws a line, when I ...
by yury
Thu Oct 09, 2008 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Say to draw
Replies: 4
Views: 1350

... >> msvc.tmp echo $(HBDIR)\lib\pp.lib >> msvc.tmp echo $(HBDIR)\lib\codepage.lib >> msvc.tmp echo $(VCDIR)\lib\arm\coredll.lib >> msvc.tmp echo $(VCDIR)\lib\arm\corelibc.lib >> msvc.tmp echo $(VCDIR)\lib\arm\aygshell.lib >> msvc.tmp echo $(VCDIR)\lib\arm\ws2.lib ...
by xfood
Sat Jul 19, 2008 10:43 am
 
Forum: FiveWin for Pocket PC
Topic: problematice on FWPPC help
Replies: 14
Views: 3102

Instalacion

... lines to use Advantage RDD rem echo %hdir%\lib\rddads.lib >> msvc.tmp rem echo %hdir%\lib\ace32.lib >> msvc.tmp echo %vcdir%\lib\arm\coredll.lib >> msvc.tmp echo %vcdir%\lib\arm\corelibc.lib >> msvc.tmp echo %vcdir%\lib\arm\aygshell.lib >> msvc.tmp echo %vcdir%\lib\arm\ws2.lib ...
by Lupita
Wed Apr 09, 2008 7:31 pm
 
Forum: FiveWin para Pocket PC
Topic: Instalacion
Replies: 10
Views: 2564

Hi again ! I already copy the two files to the directory, but now when i make buildce.bat, give this error: coredll.lib(COREDLL.dll) : fatal error LNK12: module machine type 'THUMB' conflicts with target machine type 'ARM' ... ... * Application successfully built But the EXE ...
by pjmfelix
Thu Nov 22, 2007 4:17 pm
 
Forum: FiveWin for Pocket PC
Topic: Platform ???
Replies: 24
Views: 5253

Pjmfelix.

El fabricante CASIO debería proporcionarte el “ IT-3000 EXPORT SDK For eV++C 4.0”. En este sdk hay “COREDLL.LIB” y “COREDLL.EXP” que tienes que copiar al directorio vce\lib\arm, para que las aplicaciones de Fwppc funcionen en el IT3000. :wink:

Saludos.
by Salvador
Fri Nov 16, 2007 4:21 pm
 
Forum: FiveWin for Pocket PC
Topic: Platform ???
Replies: 24
Views: 5253
Next

Return to advanced search