Click here to Skip to main content
15,893,622 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Microsoft Device Emulator StandAlone Pin
kraven0018-Apr-08 0:15
kraven0018-Apr-08 0:15 
GeneralRe: Microsoft Device Emulator StandAlone Pin
NormDroid8-Apr-08 0:24
professionalNormDroid8-Apr-08 0:24 
GeneralRe: Microsoft Device Emulator StandAlone Pin
kraven0018-Apr-08 1:38
kraven0018-Apr-08 1:38 
GeneralRe: Microsoft Device Emulator StandAlone Pin
NormDroid8-Apr-08 1:44
professionalNormDroid8-Apr-08 1:44 
GeneralRe: Microsoft Device Emulator StandAlone Pin
kraven0018-Apr-08 2:12
kraven0018-Apr-08 2:12 
Questionhow to cut off WI-FI and BlueTooth in C# for PPC Pin
E_Gold7-Apr-08 1:39
E_Gold7-Apr-08 1:39 
QuestionLinker errors in Win CE enviornment Pin
tony_Udz6-Apr-08 18:50
tony_Udz6-Apr-08 18:50 
GeneralRe: Linker errors in Win CE enviornment Pin
Mike Dimmick7-Apr-08 4:49
Mike Dimmick7-Apr-08 4:49 
Import libraries are built for the processor architecture that the DLL is built for, as they contain call thunks in the appropriate machine language. Desktop computers use the x86 architecture. Many Windows CE devices and all Windows Mobile devices use the ARM architecture.

A .lib file might also be a static library containing executable code for a given processor architecture.

To prevent a problem from occurring where code for one processor is misinterpreted by another, the linker will not let you link object files for different architectures together.

You will need to recompile detours for ARM on Windows CE. If it's this library[^] it will most likely need to be rewritten to inject the correct instructions for ARM as well.


DoEvents: Generating unexpected recursion since 1991

GeneralRe: Linker errors in Win CE enviornment Pin
tony_Udz7-Apr-08 17:56
tony_Udz7-Apr-08 17:56 
GeneralWant some suggestion Pin
yogesh_kumar_agarwal6-Apr-08 18:17
yogesh_kumar_agarwal6-Apr-08 18:17 
GeneralRe: Want some suggestion Pin
AlexeiXX312-Apr-08 11:49
AlexeiXX312-Apr-08 11:49 
GeneralException during RDA Pull Pin
CodingYoshi5-Apr-08 10:34
CodingYoshi5-Apr-08 10:34 
GeneralUpdate SQL 2005 from Symbol scanner with windows ce Pin
Anoop Brijmohun4-Apr-08 5:11
Anoop Brijmohun4-Apr-08 5:11 
GeneralLock program (not closeable) Pin
haolan1-Apr-08 23:08
haolan1-Apr-08 23:08 
GeneralRe: Lock program (not closeable) Pin
Giannakakis Kostas2-Apr-08 3:38
professionalGiannakakis Kostas2-Apr-08 3:38 
QuestionHow to check registry values in Windows mobile? Pin
tony_Udz1-Apr-08 23:03
tony_Udz1-Apr-08 23:03 
GeneralRe: How to check registry values in Windows mobile? Pin
Iain Clarke, Warrior Programmer4-Apr-08 0:21
Iain Clarke, Warrior Programmer4-Apr-08 0:21 
GeneralRe: How to check registry values in Windows mobile? Pin
tony_Udz6-Apr-08 18:46
tony_Udz6-Apr-08 18:46 
GeneralSending SMS from phone to web service Pin
jeffguroo1-Apr-08 11:27
jeffguroo1-Apr-08 11:27 
GeneralSingelton CF Apps Pin
RB@Emphasys31-Mar-08 11:06
RB@Emphasys31-Mar-08 11:06 
GeneralRe: Singelton CF Apps Pin
Giannakakis Kostas1-Apr-08 0:37
professionalGiannakakis Kostas1-Apr-08 0:37 
GeneralWindows CE Development Pin
Anoop Brijmohun31-Mar-08 4:59
Anoop Brijmohun31-Mar-08 4:59 
GeneralRe: Windows CE Development Pin
RB@Emphasys31-Mar-08 11:08
RB@Emphasys31-Mar-08 11:08 
Questionhow to fasten form load Pin
ahzarmokhli27-Mar-08 23:20
ahzarmokhli27-Mar-08 23:20 
QuestionRe: how to fasten form load Pin
Rajesh R Subramanian27-Mar-08 23:27
professionalRajesh R Subramanian27-Mar-08 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.