wince memory corruption

Subforum for discussion and help with ScummVM's PocketPC/HandheldPC port

Moderator: ScummVM Team

Post Reply
raghus
Posts: 2
Joined: Mon Mar 20, 2006 2:34 pm

wince memory corruption

Post by raghus »

hi, Am wince application develpr in EVC++4.0. While Real Time data processing, am getting Memory corruption in Global variables and heap.
Am allocating thru C/ C++ run time allocation apis like malloc/calloc .

Whether Heap alloc/ virtual alloc Family of calls help me ? If so How Can i Use that ?

Or is there any way to give specific Region for BSS n Heap ??

Plz Guide me to Proceed ? I stucked Up in my app :((
User avatar
knakos
ScummVM Porter
Posts: 423
Joined: Wed Nov 02, 2005 2:35 pm
Location: Athens, Greece

Post by knakos »

The scummvm forums are not the correct place to discuss wince programming.

It's difficult to claim that an OS corrupts allocated blocks (nothing would really work), either though malloc or other OS specific calls. Most probably you're corrupting the memory yourself. Debug the code more carefully.
raghus
Posts: 2
Joined: Mon Mar 20, 2006 2:34 pm

Post by raghus »

Thank You ,
Can u suggest me the place which i ll get the wince programming help ?
Post Reply