Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Project always out of date ?! Pin
ldaoust26-Dec-03 11:15
ldaoust26-Dec-03 11:15 
GeneralHelp, can't resolve an error. Pin
Snyp26-Dec-03 8:28
Snyp26-Dec-03 8:28 
GeneralRe: Help, can't resolve an error. Pin
Michael Dunn26-Dec-03 8:49
sitebuilderMichael Dunn26-Dec-03 8:49 
GeneralRe: Help, can't resolve an error. Pin
Snyp26-Dec-03 9:03
Snyp26-Dec-03 9:03 
GeneralRe: Help, can't resolve an error. Pin
Monty226-Dec-03 21:56
Monty226-Dec-03 21:56 
GeneralUse of MFC Pin
jdgonko26-Dec-03 6:57
jdgonko26-Dec-03 6:57 
GeneralRe: Use of MFC Pin
Ian Darling26-Dec-03 7:40
Ian Darling26-Dec-03 7:40 
GeneralRe: Use of MFC Pin
jdgonko26-Dec-03 8:57
jdgonko26-Dec-03 8:57 
Thanks, Ian, for the information regarding the use of MFC versus the Win32 API. It sounds like the MFC "objectification" of various Win32 API functions doesn't impede the processing all that much and that's good. It reminds me of when I started to use C for Windows apps (Petzold's first book). I'd be writing in C but still need to inline some assembly code to get that extra graphics performance. Now, it's C++ using MFC and "inlining" some direct Win32 API calls!! Smile | :) And, no direct hardware access anymore (don't know how to write my own custom device drivers yet either)...

The project I have going is a full-blown jukebox type application with DSP routines that I've learned through various books. I've left the FFT routines up to the guys of FFTW.com (they've done an excellent job fine-tuning the performance of the FFT in their libraries!!). In the current Win32 version I have going, there are separate high-priority threads for the audio playback and then the DSP math portions (if they get interrupted, you HEAR the problem, haha) and then a standard thread for the GUI.

It is only a personal project - nothing for sale - and perhaps it'll turn out good enough (and interesting enough) to be on this site in the future.

Thanks again and have a great holiday season.

Joe

GeneralRe: Use of MFC Pin
Monty226-Dec-03 21:29
Monty226-Dec-03 21:29 
GeneralCImage (the build in atl/mfc class) Pin
loading26-Dec-03 5:13
loading26-Dec-03 5:13 
GeneralMake Static Text (CEdit) to detect mouse click Pin
J.B.26-Dec-03 4:17
J.B.26-Dec-03 4:17 
GeneralRe: Make Static Text (CEdit) to detect mouse click Pin
valikac26-Dec-03 5:37
valikac26-Dec-03 5:37 
GeneralRe: Make Static Text (CEdit) to detect mouse click Pin
Michael Dunn26-Dec-03 6:31
sitebuilderMichael Dunn26-Dec-03 6:31 
GeneralRe: Make Static Text (CEdit) to detect mouse click Pin
J.B.26-Dec-03 17:42
J.B.26-Dec-03 17:42 
GeneralA perl question Pin
The_Server26-Dec-03 2:42
The_Server26-Dec-03 2:42 
GeneralRe: A perl question Pin
Prakash Nadar26-Dec-03 5:52
Prakash Nadar26-Dec-03 5:52 
GeneralUnexpted termination of Service. Pin
Prakash Nadar26-Dec-03 0:57
Prakash Nadar26-Dec-03 0:57 
GeneralCallback function Pin
Shah Shehpori26-Dec-03 0:46
sussShah Shehpori26-Dec-03 0:46 
GeneralRe: Callback function Pin
Gary R. Wheeler26-Dec-03 2:25
Gary R. Wheeler26-Dec-03 2:25 
GeneralCObList Pin
Ananya Kaul25-Dec-03 23:43
Ananya Kaul25-Dec-03 23:43 
GeneralRe: CObList Pin
Monty226-Dec-03 23:31
Monty226-Dec-03 23:31 
GeneralMessages problems Pin
Atlence25-Dec-03 22:20
Atlence25-Dec-03 22:20 
GeneralRe: Messages problems Pin
valikac26-Dec-03 5:38
valikac26-Dec-03 5:38 
GeneralRe: Messages problems Pin
Atlence26-Dec-03 14:06
Atlence26-Dec-03 14:06 
Generalabout ScrollBar... Pin
Grrrr25-Dec-03 20:56
Grrrr25-Dec-03 20:56 

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.