Click here to Skip to main content
15,927,344 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Crashes in release but not in debug Pin
PJ Arends25-Jun-04 8:15
professionalPJ Arends25-Jun-04 8:15 
QuestionHow to implement DWebBrowserEvents Pin
sundu25-Jun-04 1:51
sundu25-Jun-04 1:51 
Generaltemplate class member function - returing pointer to the class Pin
Beau Skinner25-Jun-04 1:33
Beau Skinner25-Jun-04 1:33 
GeneralRe: template class member function - returing pointer to the class Pin
Beau Skinner25-Jun-04 20:20
Beau Skinner25-Jun-04 20:20 
QuestionMore than 30ms for very basic img proc operations? Why? Pin
redmop25-Jun-04 1:17
redmop25-Jun-04 1:17 
AnswerRe: More than 30ms for very basic img proc operations? Why? Pin
Beau Skinner25-Jun-04 1:41
Beau Skinner25-Jun-04 1:41 
AnswerRe: More than 30ms for very basic img proc operations? Why? Pin
LittleYellowBird25-Jun-04 2:37
LittleYellowBird25-Jun-04 2:37 
AnswerRe: More than 30ms for very basic img proc operations? Why? Pin
Rick York25-Jun-04 6:26
mveRick York25-Jun-04 6:26 
The other posters have reasonable suggestions.

Post your looping code. I have seen many cases where computing array indeces involves fairly complex expressions that are computed for every byte of the pixel which can be very slow. Using temporary variables for expressions that calculated repeatedly can be sometimes provide a noticeable improvement.


__________________________________________
a two cent stamp short of going postal.

AnswerRe: More than 30ms for very basic img proc operations? Why? Pin
vladfein25-Jun-04 8:08
vladfein25-Jun-04 8:08 
AnswerRe: More than 30ms for very basic img proc operations? Why? Pin
Christopher Lloyd25-Jun-04 8:51
Christopher Lloyd25-Jun-04 8:51 
AnswerRe: More than 30ms for very basic img proc operations? Why? Pin
redmop27-Jun-04 4:25
redmop27-Jun-04 4:25 
GeneralRe: More than 30ms for very basic img proc operations? Why? Pin
LittleYellowBird27-Jun-04 23:53
LittleYellowBird27-Jun-04 23:53 
AnswerRe: More than 30ms for very basic img proc operations? Why? Pin
pavanbabut28-Jun-04 8:01
pavanbabut28-Jun-04 8:01 
General[Microsoft][ODBC Microsoft Access Driver] Couldn't use '(unknown)'; file already in use. Pin
si_6925-Jun-04 1:14
si_6925-Jun-04 1:14 
Generallarge arrays, stack overflow, MFC Pin
hdaly25-Jun-04 0:30
hdaly25-Jun-04 0:30 
GeneralRe: large arrays, stack overflow, MFC Pin
User 665825-Jun-04 0:40
User 665825-Jun-04 0:40 
GeneralRe: large arrays, stack overflow, MFC Pin
hdaly25-Jun-04 0:56
hdaly25-Jun-04 0:56 
GeneralRe: large arrays, stack overflow, MFC Pin
David Crow25-Jun-04 2:27
David Crow25-Jun-04 2:27 
GeneralStupid question Pin
Jonathan [Darka]25-Jun-04 0:30
professionalJonathan [Darka]25-Jun-04 0:30 
GeneralRe: Stupid question Pin
V.25-Jun-04 1:46
professionalV.25-Jun-04 1:46 
GeneralRe: Stupid question Pin
Henry miller25-Jun-04 3:25
Henry miller25-Jun-04 3:25 
GeneralRe: Stupid question Pin
Jonathan [Darka]25-Jun-04 4:22
professionalJonathan [Darka]25-Jun-04 4:22 
GeneralCoUninitialize Problem Pin
ITMan24-Jun-04 22:42
ITMan24-Jun-04 22:42 
QuestionHow to call a dialog box on Help button on a property sheet.? Pin
Rajesh_K_Sharma24-Jun-04 21:17
Rajesh_K_Sharma24-Jun-04 21:17 
AnswerRe: How to call a dialog box on Help button on a property sheet.? Pin
V.24-Jun-04 21:21
professionalV.24-Jun-04 21:21 

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.