Click here to Skip to main content
15,889,861 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Using SqlCeEngine class in Windows application Pin
Scott Dorman28-Oct-07 9:26
professionalScott Dorman28-Oct-07 9:26 
QuestionAbout .Net Mobile Application Pin
i gr826-Oct-07 1:19
i gr826-Oct-07 1:19 
AnswerRe: About .Net Mobile Application Pin
DigiOz Multimedia27-Oct-07 5:37
DigiOz Multimedia27-Oct-07 5:37 
QuestionCombobox keypress Pin
Yoyosch22-Oct-07 3:25
Yoyosch22-Oct-07 3:25 
Questionrecording sound in mobile Pin
sanil.santa19-Oct-07 6:09
sanil.santa19-Oct-07 6:09 
QuestionBest way to get notifications from dhclient? Pin
shakhtyor18-Oct-07 6:10
shakhtyor18-Oct-07 6:10 
QuestionBuilding mobile app from a command line Pin
alkresin15-Oct-07 7:47
alkresin15-Oct-07 7:47 
AnswerRe: Building mobile app from a command line Pin
Mike Dimmick17-Oct-07 2:43
Mike Dimmick17-Oct-07 2:43 
Building a mobile application from the command line was traditionally a real bitch, because you need to reset all sorts of paths. In Visual Studio, go to Tools, Options, then expand Projects and Solutions, VC++ Directories, and change Platform to Windows Mobile 5.0 Pocket PC SDK. Then look at Executable Files, Include Files and Library Files. To get a successful command-line build, you need to set the PATH, INCLUDE and LIB folders as per these settings.

Next, you need to understand that Windows CE changes some of the core DLLs and hence the import library you use. It does not have kernel32, user32, gdi32, or advapi32. Instead it has a single core library, coredll.dll. To use this you link with coredll.lib.

Coredll also implements the standard Windows CE C runtime library, rather than this being a separate DLL. Visual Studio 2005 does add a few extra functions not implemented by coredll in msvcr80.dll, but the coredll implementation is mainly used.

I generally avoid the pain by simply running devenv.com with the /Build switch. That saves having to get and keep both your build scripts and Visual Studio up to date and in sync with each other.


DoEvents: Generating unexpected recursion since 1991

QuestionRecovery previous crash form when my application is running(i.e Data Recovery) Pin
ram krishna pattnayak15-Oct-07 2:01
ram krishna pattnayak15-Oct-07 2:01 
Questioncreating new shell for windows Pin
sresth14-Oct-07 17:53
sresth14-Oct-07 17:53 
AnswerRe: creating new shell for windows Pin
Mike Dimmick15-Oct-07 4:25
Mike Dimmick15-Oct-07 4:25 
Questionmobile application Pin
zafax_13-Oct-07 0:32
zafax_13-Oct-07 0:32 
QuestionDatabase connectivity in J2ME Mobile Edition Pin
Mogha Ritesh11-Oct-07 19:54
Mogha Ritesh11-Oct-07 19:54 
Questiondistributing a license with PDA Pin
steve_rm11-Oct-07 15:23
steve_rm11-Oct-07 15:23 
AnswerRe: distributing a license with PDA Pin
Mike Dimmick12-Oct-07 9:22
Mike Dimmick12-Oct-07 9:22 
QuestionFile uploading in asp.net 1.1 web forms [modified] Pin
Anoop_Ravindran9-Oct-07 23:45
Anoop_Ravindran9-Oct-07 23:45 
QuestionHow to get Notification of program launch and termination Pin
Resare Shen9-Oct-07 2:26
Resare Shen9-Oct-07 2:26 
QuestionGet notified when process is started Pin
Arnon A8-Oct-07 21:52
Arnon A8-Oct-07 21:52 
QuestionJust getting started with WinMo - a few questions Pin
thindave8-Oct-07 13:15
thindave8-Oct-07 13:15 
QuestionClient FTP Error Code 12029 Pin
dev248-Oct-07 12:33
dev248-Oct-07 12:33 
QuestionApplication Deployment Pin
MrWizard548-Oct-07 11:58
MrWizard548-Oct-07 11:58 
Questionmobile application Pin
Ahamed Azeem6-Oct-07 23:08
Ahamed Azeem6-Oct-07 23:08 
AnswerRe: mobile application Pin
Raman-kumar10-Oct-07 0:02
Raman-kumar10-Oct-07 0:02 
AnswerRe: mobile application Pin
Anoop_Ravindran10-Oct-07 0:28
Anoop_Ravindran10-Oct-07 0:28 
GeneralRe: mobile application Pin
Ahamed Azeem10-Oct-07 0:31
Ahamed Azeem10-Oct-07 0:31 

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.