Click here to Skip to main content
15,923,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Renaming a file Pin
Garth J Lancaster23-May-08 21:30
professionalGarth J Lancaster23-May-08 21:30 
AnswerRe: Renaming a file Pin
Hamid_RT23-May-08 22:06
Hamid_RT23-May-08 22:06 
GeneralRe: Renaming a file Pin
Garth J Lancaster23-May-08 22:11
professionalGarth J Lancaster23-May-08 22:11 
GeneralRe: Renaming a file Pin
Hamid_RT24-May-08 5:17
Hamid_RT24-May-08 5:17 
QuestionVC++ 6.0 MMSYSTEM.LIB?? Pin
Bob Macklin23-May-08 17:11
Bob Macklin23-May-08 17:11 
Answerit's not exist "MMSYSTEM.LIB" in VC++ 6.0 setup dir. Pin
Jack Lu23-May-08 19:18
Jack Lu23-May-08 19:18 
AnswerRe: VC++ 6.0 MMSYSTEM.LIB?? Pin
Garth J Lancaster23-May-08 21:45
professionalGarth J Lancaster23-May-08 21:45 
GeneralRe: VC++ 6.0 MMSYSTEM.LIB?? Pin
Bob Macklin24-May-08 4:56
Bob Macklin24-May-08 4:56 
With VC++ 5.0 I had to manually point the compiler ti "winmm.lib" when in DEBUG mode. Then the application ran as expected.

But when I ran the compiler in RELEASE mode it bitched because it could not find "MMSYSTEM.LIB". So I copied "WINMM.LIB" to "MMSYSTEM.LIB" and it compiled fine. But the application hung on one of the functions provided by "WINMM.LIB" when executed. The function that hung was "waveInStart()".

So this says the problem is in VC++ 5.0.

I can live with this problem by leaving the app in DEBUG mode.

Thanks for the help.

Bob Macklin
Seattle, Wa.
GeneralRe: VC++ 6.0 MMSYSTEM.LIB?? Pin
Michael Schubert24-May-08 6:59
Michael Schubert24-May-08 6:59 
AnswerRe: VC++ 6.0 MMSYSTEM.LIB?? Pin
Michael Schubert24-May-08 6:48
Michael Schubert24-May-08 6:48 
GeneralRe: VC++ 6.0 MMSYSTEM.LIB?? Pin
Bob Macklin24-May-08 12:52
Bob Macklin24-May-08 12:52 
QuestionMultiple dialogs in an application Pin
Lord Kixdemp23-May-08 13:34
Lord Kixdemp23-May-08 13:34 
AnswerRe: Multiple dialogs in an application Pin
Mukesh Kumar23-May-08 18:20
Mukesh Kumar23-May-08 18:20 
AnswerRe: Multiple dialogs in an application Pin
zafersavas23-May-08 18:27
zafersavas23-May-08 18:27 
GeneralRe: Multiple dialogs in an application Pin
Lord Kixdemp23-May-08 18:36
Lord Kixdemp23-May-08 18:36 
AnswerRe: Multiple dialogs in an application Pin
Nelek24-May-08 0:39
protectorNelek24-May-08 0:39 
QuestionChanging a Dialog's Caption in MFC Pin
Larry Mills Sr23-May-08 7:54
Larry Mills Sr23-May-08 7:54 
AnswerRe: Changing a Dialog's Caption in MFC Pin
led mike23-May-08 8:16
led mike23-May-08 8:16 
GeneralRe: Changing a Dialog's Caption in MFC Pin
Larry Mills Sr25-May-08 16:55
Larry Mills Sr25-May-08 16:55 
AnswerRe: Changing a Dialog's Caption in MFC Pin
Nelek24-May-08 0:34
protectorNelek24-May-08 0:34 
Question[Message Deleted] Pin
Jung Seng Won23-May-08 4:59
Jung Seng Won23-May-08 4:59 
AnswerRe: Is there someone who know soma cube? Pin
Maximilien23-May-08 5:36
Maximilien23-May-08 5:36 
QuestionHow to Look for SMTP servers on network Pin
Vikash Singh23-May-08 4:46
Vikash Singh23-May-08 4:46 
AnswerRe: How to Look for SMTP servers on network Pin
led mike23-May-08 5:36
led mike23-May-08 5:36 
GeneralRe: How to Look for SMTP servers on network Pin
Vikash Singh25-May-08 22:09
Vikash Singh25-May-08 22:09 

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.