Click here to Skip to main content
15,892,059 members
Home / Discussions / Mobile
   

Mobile

 
GeneralMobile Javascript calendar Pin
Meenakshi Sundaram.k5-Dec-07 18:30
Meenakshi Sundaram.k5-Dec-07 18:30 
Questionwhat this error ? Pin
E_Gold4-Dec-07 3:05
E_Gold4-Dec-07 3:05 
AnswerRe: what this error ? Pin
Mike Dimmick7-Dec-07 17:00
Mike Dimmick7-Dec-07 17:00 
GeneralTracing virtual keys in MiTAP editor Pin
MuthiahR3-Dec-07 13:10
MuthiahR3-Dec-07 13:10 
QuestionWhat is the link for download SQL mobile Edition? Pin
sacr831-Dec-07 1:51
sacr831-Dec-07 1:51 
GeneralRe: What is the link for download SQL mobile Edition? Pin
Mike Dimmick7-Dec-07 16:52
Mike Dimmick7-Dec-07 16:52 
Questionvirtual memory paging file in Windows CE 6.0 Pin
Mastersev30-Nov-07 10:46
Mastersev30-Nov-07 10:46 
GeneralRe: virtual memory paging file in Windows CE 6.0 Pin
Mike Dimmick3-Dec-07 16:06
Mike Dimmick3-Dec-07 16:06 
There isn't one. Windows CE does not page to storage. It is still demand-paged, pages are only fetched from storage or allocated when touched, and pages that haven't been written to can be discarded, plus memory-mapped file pages can be discarded once written back. But private pages that have been written to are not written out to a page file, they stay in main memory.

This is because the traditional primary storage for a Windows CE device is RAM. Writing a copy to a page file simply uses twice as much RAM. It's faster and simpler to keep the data in program memory in the first place.

The division between RAM used for running programs, and RAM used for storage, can be changed at runtime. The API is named SetSystemMemoryDivision. The default division is up to the OEM but is typically 50/50 - half given to programs, half to storage.

Windows Mobile 5.0 and later support Persistent Storage, and I believe it's an option for custom CE platforms. Here, the root file system is actually implemented on Flash, but there's still no support for paging.





DoEvents: Generating unexpected recursion since 1991


Questionneed help in c# + database + PocketPC Pin
E_Gold30-Nov-07 10:35
E_Gold30-Nov-07 10:35 
GeneralRe: need help in c# + database + PocketPC Pin
ram krishna pattnayak7-Dec-07 20:29
ram krishna pattnayak7-Dec-07 20:29 
QuestionTo develop a smart phone application, What are the other softwares i Have to install other than MS .NET 2005? Pin
sacr8330-Nov-07 1:27
sacr8330-Nov-07 1:27 
QuestionRe: To develop a smart phone application, What are the other softwares i Have to install other than MS .NET 2005? Pin
Durgesh6-Dec-07 5:09
Durgesh6-Dec-07 5:09 
GeneralRe: To develop a smart phone application, What are the other softwares i Have to install other than MS .NET 2005? Pin
Meenakshi Sundaram.k6-Dec-07 23:08
Meenakshi Sundaram.k6-Dec-07 23:08 
GeneralRe: To develop a smart phone application, What are the other softwares i Have to install other than MS .NET 2005? Pin
Jared Bienz [MSFT]13-Dec-07 4:37
Jared Bienz [MSFT]13-Dec-07 4:37 
QuestionHow connect SQL DB to Smart phone Application Pin
sacr8329-Nov-07 20:09
sacr8329-Nov-07 20:09 
QuestionPDA progrmming with C#.Net (MotoQ) Pin
sacr8329-Nov-07 20:03
sacr8329-Nov-07 20:03 
AnswerRe: PDA progrmming with C#.Net (MotoQ) Pin
PavanPareta30-Nov-07 0:38
PavanPareta30-Nov-07 0:38 
QuestionWindows Mobile 6.0 Internet Explorer Pin
Meenakshi Sundaram.k28-Nov-07 23:47
Meenakshi Sundaram.k28-Nov-07 23:47 
GeneralMerging multiple PSW files into one DOC file Pin
Brady Kelly28-Nov-07 23:37
Brady Kelly28-Nov-07 23:37 
GeneralRe: Merging multiple PSW files into one DOC file Pin
Mike Dimmick30-Nov-07 0:49
Mike Dimmick30-Nov-07 0:49 
QuestionObtaining calling class name Pin
Venkatesh B S Rao28-Nov-07 18:19
Venkatesh B S Rao28-Nov-07 18:19 
QuestionRead Pin
Aparna.B27-Nov-07 23:44
Aparna.B27-Nov-07 23:44 
QuestionSQL Server 2005 Compact Edition Pin
Canito7627-Nov-07 6:48
Canito7627-Nov-07 6:48 
Questionc# how to hide keyboard in WInCE toolbar in formload Pin
ram krishna pattnayak27-Nov-07 0:33
ram krishna pattnayak27-Nov-07 0:33 
QuestionScrollbar Issue of ListView(while changing from Portrait to landscape) Pin
pashitech26-Nov-07 1:47
pashitech26-Nov-07 1:47 

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.