Click here to Skip to main content
15,893,668 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with events MFC Pin
progDes8-Sep-07 7:38
progDes8-Sep-07 7:38 
QuestionRe: Problem with events MFC Pin
Mark Salsbery8-Sep-07 8:31
Mark Salsbery8-Sep-07 8:31 
AnswerRe: Problem with events MFC Pin
progDes8-Sep-07 8:40
progDes8-Sep-07 8:40 
GeneralRe: Problem with events MFC Pin
Mark Salsbery8-Sep-07 11:52
Mark Salsbery8-Sep-07 11:52 
AnswerRe: Problem with events MFC Pin
progDes8-Sep-07 19:01
progDes8-Sep-07 19:01 
Questionis there size limit to display an image with GDI+? Pin
King Tran8-Sep-07 5:37
King Tran8-Sep-07 5:37 
AnswerRe: is there size limit to display an image with GDI+? Pin
bob169728-Sep-07 7:12
bob169728-Sep-07 7:12 
QuestionRe: is there size limit to display an image with GDI+? Pin
bob169728-Sep-07 9:25
bob169728-Sep-07 9:25 
Another thing I forgot to add is to ask if the image isn't rendering but the app is responsive, or does it seem locked up and not responding?

The reason for my question is that I've noticed for compression/decompression using a well known library like zlib, if the file image is excessively large, the decompression routine can take a very long time to finish. If the file format uses advanced compression schemes, the code probably will perform, performance-wise, similar to zlib since it's probably about as efficient as they come (within reason).;)

If it seems to hang, it might not be done decompressing yet. I found myself blaming MSXML for taking a long time to load/save very large xml files only to realize that it was the decompression/compression stages I had inserted between the DOM parser and the file that were taking so long. Even changing the cache sizes had minimal effect on the time required for processing so I'm guessing it's inherent in what the compression algorithm does that starts to bog down with excessively large files.

Just an idea.
AnswerRe: is there size limit to display an image with GDI+? Pin
Teashirt28-Sep-07 13:05
Teashirt28-Sep-07 13:05 
GeneralRe: is there size limit to display an image with GDI+? Pin
King Tran13-Sep-07 18:55
King Tran13-Sep-07 18:55 
Questionquestion with the OpenGL loading texture? Pin
King Tran8-Sep-07 4:58
King Tran8-Sep-07 4:58 
AnswerRe: question with the OpenGL loading texture? Pin
El Corazon8-Sep-07 5:11
El Corazon8-Sep-07 5:11 
GeneralRe: question with the OpenGL loading texture? Pin
King Tran8-Sep-07 5:25
King Tran8-Sep-07 5:25 
GeneralRe: question with the OpenGL loading texture? Pin
El Corazon8-Sep-07 5:36
El Corazon8-Sep-07 5:36 
GeneralRe: question with the OpenGL loading texture? Pin
King Tran8-Sep-07 5:50
King Tran8-Sep-07 5:50 
QuestionDDE Comunication Problem in Sharescope Pin
onlyjaypatel8-Sep-07 0:31
onlyjaypatel8-Sep-07 0:31 
Questionhow to change the color of Text if Edit Box Pin
GauranG Shah8-Sep-07 0:25
GauranG Shah8-Sep-07 0:25 
AnswerRe: how to change the color of Text if Edit Box Pin
Nishad S8-Sep-07 0:53
Nishad S8-Sep-07 0:53 
AnswerRe: how to change the color of Text if Edit Box Pin
bob169728-Sep-07 5:27
bob169728-Sep-07 5:27 
QuestionRe: how to change the color of Text if Edit Box Pin
Mark Salsbery8-Sep-07 6:32
Mark Salsbery8-Sep-07 6:32 
AnswerRe: how to change the color of Text if Edit Box Pin
ThatsAlok9-Sep-07 20:14
ThatsAlok9-Sep-07 20:14 
Questioncalling API in driver Pin
zon_cpp8-Sep-07 0:05
zon_cpp8-Sep-07 0:05 
QuestionShared Dll to Static Lib Pin
shakumar_227-Sep-07 21:12
shakumar_227-Sep-07 21:12 
AnswerRe: Shared Dll to Static Lib Pin
Cedric Moonen7-Sep-07 23:22
Cedric Moonen7-Sep-07 23:22 
QuestionHow to begin DirectX Pin
kcynic7-Sep-07 20:59
kcynic7-Sep-07 20:59 

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.