Hi!
I make the multimedia application with the image viewer.
The image viewer use the Imaging API.
But, it fail in CreateBitmapFromImage() when I decode the large
image(ex. 1700x2700).
The total memory(128MB) remain with 30MB.
I think that it is the problem of process memory limit(32MB).
But I can not find the solution.(ex. global alloc)
Let me know the solution.