coredll.lib(COREDLL.dll) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM'
-
Friday, June 30, 2006 2:00 AM
Dear All:
When i try to debug the northwindoledb example with VS2005 i get the foolwing error message.
Is there a way to configure the solution to run witn WM5 emulator.
The application run with wm5 emulator when i set the plataform to Windows Mobile 2003, but i want to use the wm5 platform to debug my application with wm5 emulator.
------ Rebuild All started: Project: northwindoledb, Configuration: Debug Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------
Deleting intermediate and output files for project 'northwindoledb', configuration 'Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)'
Compiling...
Employees.cpp
northwindoledb.cpp
stdafx.cpp
Generating Code...
Compiling resources...
Linking...
coredll.lib(COREDLL.dll) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM'
Build log was saved at "file://d:\Proyectos_VS2005\Northwindoledb_WM2003_SQLEW_\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug\BuildLog.htm"
northwindoledb - 1 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Answers
-
Friday, June 30, 2006 2:16 AM
Dear all:
I have achieved to run the application with WM5 SDK and WM5 emulator changing the following line
/subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE
TO
/subsystem:windowsce,5.01
This line is located in:
Project-> Properties -> Linker -> command Line -> "Additional options" Text Area.
Is correct what i did?
It works but i don't know if i did the correct solution
Thanks.
Alfredo Mendiola Loyola
Lima Perú

