Re: About loading an image
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hello ramsin,
Hi Group,
I'm going to load an image file into memory and modify it then write
it out.
Please consider this couldn't be using Microsoft classes. The code
should be
running under both
windows and linux so I have to go with standard C++.
What classes should I consider to do thing in terms of array and
memory managment?
I am not sure if this can be done in standard C++. You will be using libraries
of some kind to load the image. If you really want common code on both linux
and Windows, you will need to look at some platform (mono?) which supports
both. Standard C++ isnt going to cut it.
--
Ajay Kalra [MVP - VC++]
ajaykalra@xxxxxxxxx
.
Relevant Pages
- About loading an image
... I'm going to load an image file into memory and modify it then write it out. ... Please consider this couldn't be using Microsoft classes. ... (microsoft.public.vc.language) - Refreshing hiLoadIconData() icons
... Cadence, I am not able to load the same file to get an updated image, ... Is there a way to purge those loaded images from the memory just so I ... can reload the same image file using hiLoadIconData() or hiLoadIconFile ... (comp.cad.cadence) - Re: Memory limit reached with Windows Mobile
... That would explain the memory problem - you just can't do that. ... You have to load stuff when it's ... All native DLLs get loaded ... (microsoft.public.pocketpc.developer) - Re: Memory limit reached with Windows Mobile
... That would explain the memory problem - you just can't do that. ... Once I reached the 12 Mb limit, I cannot load any DLLs, yet if I ... Actually, simply by loading our 18 Native DLLs, we reduce the Virtual ... (microsoft.public.pocketpc.developer) - Re: Generating one table with a terabyte of data
... Take any simple string matching issues and run them as external C code on the files before loading. ... not match the job but can be adjusted for greater performance by changing memory type or adjusting IO layouts. ... them after a bulk load. ... Another thing is to split the updates across file sets. ... (microsoft.public.sqlserver.dts) |
|