Click here to Skip to main content
15,925,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: need help for sound recording and play back in C/C++ Pin
elza14-Feb-04 22:46
elza14-Feb-04 22:46 
GeneralRe: need help for sound recording and play back in C/C++ Pin
wenfoo15-Feb-04 4:05
wenfoo15-Feb-04 4:05 
GeneralRichEdit Pin
Rassul Yunussov14-Feb-04 22:14
Rassul Yunussov14-Feb-04 22:14 
GeneralRe: RichEdit Pin
Michael P Butler15-Feb-04 1:31
Michael P Butler15-Feb-04 1:31 
GeneralControl volume and Microphone of connected USB device Pin
elza14-Feb-04 21:31
elza14-Feb-04 21:31 
GeneralHide Mouse Pin
Andrew Walker14-Feb-04 20:21
Andrew Walker14-Feb-04 20:21 
GeneralRe: Hide Mouse Pin
Robert A. T. Káldy16-Feb-04 7:38
Robert A. T. Káldy16-Feb-04 7:38 
QuestionFile length macro??? Pin
PJ Arends14-Feb-04 13:28
professionalPJ Arends14-Feb-04 13:28 
CFile::GetLength() and CFile::Seek() return a UINT in VC6 and a ULONGLONG in VC7. Is there a predefined macro that can be used to declare a variable in my source that will differentiate between the two. Right now I am using the following macro, but my code would be more portable if I used a predefined one.
#if _MFC_VER < 0x0700
#   define SIZE_TYPE UINT
#else
#   define SIZE_TYPE ULONGLONG
#endif








Sonork 100.11743 Chicken Little

"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

Within you lies the power for good - Use it!
AnswerRe: File length macro??? Pin
Michael Dunn14-Feb-04 14:10
sitebuilderMichael Dunn14-Feb-04 14:10 
GeneralRe: File length macro??? Pin
PJ Arends14-Feb-04 14:15
professionalPJ Arends14-Feb-04 14:15 
GeneralLNK1181...'shlwapi. newbie Pin
~toki14-Feb-04 10:54
~toki14-Feb-04 10:54 
GeneralRe: LNK1181...'shlwapi. newbie Pin
Tim Smith14-Feb-04 12:59
Tim Smith14-Feb-04 12:59 
GeneralRe: LNK1181...'shlwapi. newbie Pin
Michael Dunn14-Feb-04 14:12
sitebuilderMichael Dunn14-Feb-04 14:12 
Generalinfinite loop Pin
4ize14-Feb-04 10:50
4ize14-Feb-04 10:50 
GeneralRe: infinite loop Pin
Michael P Butler15-Feb-04 1:43
Michael P Butler15-Feb-04 1:43 
GeneralRe: infinite loop Pin
Robert A. T. Káldy16-Feb-04 12:23
Robert A. T. Káldy16-Feb-04 12:23 
GeneralGraphic interface Pin
Anonymous14-Feb-04 10:30
Anonymous14-Feb-04 10:30 
GeneralRe: Graphic interface Pin
Antti Keskinen14-Feb-04 10:43
Antti Keskinen14-Feb-04 10:43 
GeneralRe: Graphic interface Pin
Andrew Walker14-Feb-04 20:17
Andrew Walker14-Feb-04 20:17 
GeneralBug!!! Pin
mebraun14-Feb-04 9:47
mebraun14-Feb-04 9:47 
GeneralRe: Bug!!! Pin
Shog914-Feb-04 10:29
sitebuilderShog914-Feb-04 10:29 
Generaladditional details Pin
mebraun14-Feb-04 12:58
mebraun14-Feb-04 12:58 
GeneralHTML text from VC++ app Pin
progman14-Feb-04 9:39
progman14-Feb-04 9:39 
GeneralRichedit redisplay problem Pin
Sara Burns14-Feb-04 9:12
Sara Burns14-Feb-04 9:12 
GeneralDisabling menu selection Pin
krugger14-Feb-04 9:00
krugger14-Feb-04 9:00 

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.