Pocket PC Thoughts - Daily News, Views, Rants and Raves

Check out the hottest Windows Mobile devices at our Expansys store!





Go Back   Thoughts Media Forums > POCKET PC THOUGHTS > Pocket PC Developer

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-14-2004, 09:57 PM
Neophyte
Join Date: Mar 2004
Posts: 6
Default 32Mb limit in Windows CE 3?

I believe that Windows CE 3 restricts each process to a 32Mb address space. Is it possible to write an application that addresses more than 32M of memory and if so, how would I go about it?

Thanks!
 
Reply With Quote
  #2 (permalink)  
Old 03-29-2004, 03:02 PM
Neophyte
Join Date: Jan 2003
Posts: 1

If you want to access more than 32MB of address space, you could use the shared memory space.

The addresses in that area can be shared between process but you can just use them to use more than the 32MB that you get out of the box.

Call CreateFileMapping and MapViewOfFile to reserve addresses and then write to the pointer returned by MapViewOfFile to commit the pages....
 
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 08:30 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 RC7