Can't load big jpeg files using CF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I'm currenty try to port a C# application to PPC
I have a problem when trying to create a bitmap from a big jpeg file (3000x2000)
I have an exception : InvalidArgument or Outofmemory
I have checked and I have enough of memory (92Mb free) and I can open the jpeg using a eVC application who use the imgdecmp.dll
I really need this in CF and didn't want to rewrite all the application in eVC, does someone have a workaround to solve this problem
Many thank
Std
 
I have checked and I have enough of memory (92Mb free)

Is it 92MB of run-time memory?

--
Alex Yakhnin .NET CF MVP
www.intelliprog.com | www.opennetcf.org

Stdu said:
Hi,
I'm currenty try to port a C# application to PPC.
I have a problem when trying to create a bitmap from a big jpeg file (3000x2000).
I have an exception : InvalidArgument or Outofmemory.
I have checked and I have enough of memory (92Mb free) and I can open the
jpeg using a eVC application who use the imgdecmp.dll.
I really need this in CF and didn't want to rewrite all the application in
eVC, does someone have a workaround to solve this problem ?
 
Yes, I have configure my e800 for the maxium free memory.
The PPC is near empty, only WM2003 and my application.
All the jpegs are on a CF card.
Thx
stdu
 
Back
Top