Click here to Skip to main content
15,886,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Client server interaction Pin
jhwurmbach9-Oct-07 1:19
jhwurmbach9-Oct-07 1:19 
QuestionBitmap-Histogram using MFC Pin
go9398-Oct-07 22:45
go9398-Oct-07 22:45 
AnswerRe: Bitmap-Histogram using MFC Pin
Waldermort9-Oct-07 1:13
Waldermort9-Oct-07 1:13 
AnswerRe: Bitmap-Histogram using MFC Pin
jhwurmbach9-Oct-07 1:16
jhwurmbach9-Oct-07 1:16 
GeneralRe: Bitmap-Histogram using MFC Pin
Chris Losinger9-Oct-07 3:13
professionalChris Losinger9-Oct-07 3:13 
GeneralRe: Bitmap-Histogram using MFC Pin
jhwurmbach9-Oct-07 3:51
jhwurmbach9-Oct-07 3:51 
GeneralRe: Bitmap-Histogram using MFC [modified] Pin
Chris Losinger9-Oct-07 4:14
professionalChris Losinger9-Oct-07 4:14 
GeneralRe: Bitmap-Histogram using MFC Pin
jhwurmbach9-Oct-07 4:39
jhwurmbach9-Oct-07 4:39 
[memory block size]

Chris Losinger wrote:
64MB. [...]Your map will potentially require many times more than that.


Yes. Potentially. Very probably much less, by leaving out the unused color values.
But that sure depends on the picture you process.

[limit to 8bpp]
Chris Losinger wrote:
true. it's an easy enough problem to fix.


Sure. At the expense of much more obligate alocated memory in one piece.
And no, the map will behave much more conservative, as the saved memory by not storing the unused pixel values will be more prominent.

But you are right in that the access is slower. This might or might not be an issue.



Though I speak with the tongues of men and of angels, and have not money, I am become as a sounding brass, or a tinkling cymbal.
George Orwell, "Keep the Aspidistra Flying", Opening words

GeneralRe: Bitmap-Histogram using MFC [modified] Pin
Chris Losinger9-Oct-07 4:44
professionalChris Losinger9-Oct-07 4:44 
GeneralRe: Bitmap-Histogram using MFC Pin
jhwurmbach9-Oct-07 5:21
jhwurmbach9-Oct-07 5:21 
GeneralRe: Bitmap-Histogram using MFC Pin
Chris Losinger9-Oct-07 5:26
professionalChris Losinger9-Oct-07 5:26 
GeneralRe: Bitmap-Histogram using MFC Pin
jhwurmbach9-Oct-07 5:45
jhwurmbach9-Oct-07 5:45 
GeneralRe: Bitmap-Histogram using MFC Pin
Chris Losinger9-Oct-07 5:52
professionalChris Losinger9-Oct-07 5:52 
GeneralRe: Bitmap-Histogram using MFC Pin
jhwurmbach9-Oct-07 5:55
jhwurmbach9-Oct-07 5:55 
GeneralRe: Bitmap-Histogram using MFC Pin
Chris Losinger9-Oct-07 6:09
professionalChris Losinger9-Oct-07 6:09 
QuestionDisable a Menu Option upon right click on a folder Pin
narayanagvs8-Oct-07 22:13
narayanagvs8-Oct-07 22:13 
AnswerRe: Disable a Menu Option upon right click on a folder Pin
chandu0048-Oct-07 22:21
chandu0048-Oct-07 22:21 
AnswerRe: Disable a Menu Option upon right click on a folder Pin
William Engberts8-Oct-07 22:58
William Engberts8-Oct-07 22:58 
GeneralRe: Disable a Menu Option upon right click on a folder Pin
narayanagvs9-Oct-07 1:38
narayanagvs9-Oct-07 1:38 
GeneralRe: Disable a Menu Option upon right click on a folder Pin
narayanagvs9-Oct-07 1:44
narayanagvs9-Oct-07 1:44 
QuestionProblem about Precompiled Header (*.pch) directive Pin
TooShy2Talk8-Oct-07 21:36
TooShy2Talk8-Oct-07 21:36 
AnswerRe: Problem about Precompiled Header (*.pch) directive Pin
Naveen8-Oct-07 21:45
Naveen8-Oct-07 21:45 
GeneralRe: Problem about Precompiled Header (*.pch) directive Pin
TooShy2Talk8-Oct-07 21:58
TooShy2Talk8-Oct-07 21:58 
QuestionHow to update a particular contol? Pin
Sethuraman.K8-Oct-07 21:10
Sethuraman.K8-Oct-07 21:10 
AnswerRe: How to update a particular contol? Pin
Naveen8-Oct-07 21:34
Naveen8-Oct-07 21:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.