Click here to Skip to main content
15,904,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can D simulated by H terminate normally? Pin
jschell17-May-23 7:00
jschell17-May-23 7:00 
GeneralMessage Closed Pin
18-May-23 4:39
polcott18-May-23 4:39 
GeneralRe: Can D simulated by H terminate normally? Pin
Richard MacCutchan18-May-23 4:57
mveRichard MacCutchan18-May-23 4:57 
GeneralMessage Closed Pin
18-May-23 5:05
polcott18-May-23 5:05 
GeneralRe: Can D simulated by H terminate normally? Pin
jschell18-May-23 5:49
jschell18-May-23 5:49 
QuestionVisual C++ 2022 cout bug? Pin
Shao Voon Wong11-May-23 15:47
mvaShao Voon Wong11-May-23 15:47 
AnswerRe: Visual C++ 2022 cout bug? Pin
Dave Kreskowiak11-May-23 16:04
mveDave Kreskowiak11-May-23 16:04 
GeneralRe: Visual C++ 2022 cout bug? Pin
Shao Voon Wong11-May-23 16:16
mvaShao Voon Wong11-May-23 16:16 
GeneralRe: Visual C++ 2022 cout bug? Pin
Dave Kreskowiak12-May-23 4:09
mveDave Kreskowiak12-May-23 4:09 
GeneralRe: Visual C++ 2022 cout bug? Pin
Shao Voon Wong12-May-23 2:02
mvaShao Voon Wong12-May-23 2:02 
GeneralRe: Visual C++ 2022 cout bug? Pin
Dave Kreskowiak12-May-23 17:54
mveDave Kreskowiak12-May-23 17:54 
GeneralRe: Visual C++ 2022 cout bug? Pin
Shao Voon Wong13-May-23 0:29
mvaShao Voon Wong13-May-23 0:29 
GeneralRe: Visual C++ 2022 cout bug? Pin
Graham Breach11-May-23 21:31
Graham Breach11-May-23 21:31 
GeneralRe: Visual C++ 2022 cout bug? Pin
Shao Voon Wong11-May-23 22:12
mvaShao Voon Wong11-May-23 22:12 
GeneralRe: Visual C++ 2022 cout bug? Pin
Richard MacCutchan12-May-23 1:09
mveRichard MacCutchan12-May-23 1:09 
GeneralRe: Visual C++ 2022 cout bug? Pin
Shao Voon Wong12-May-23 2:01
mvaShao Voon Wong12-May-23 2:01 
GeneralRe: Visual C++ 2022 cout bug? Pin
Richard MacCutchan12-May-23 2:09
mveRichard MacCutchan12-May-23 2:09 
GeneralRe: Visual C++ 2022 cout bug? Pin
Shao Voon Wong12-May-23 2:15
mvaShao Voon Wong12-May-23 2:15 
GeneralRe: Visual C++ 2022 cout bug? Pin
Richard MacCutchan12-May-23 3:10
mveRichard MacCutchan12-May-23 3:10 
GeneralRe: Visual C++ 2022 cout bug? Pin
jschell12-May-23 9:56
jschell12-May-23 9:56 
GeneralRe: Visual C++ 2022 cout bug? Pin
Richard MacCutchan12-May-23 22:24
mveRichard MacCutchan12-May-23 22:24 
GeneralRe: Visual C++ 2022 cout bug? Pin
Shao Voon Wong12-May-23 2:03
mvaShao Voon Wong12-May-23 2:03 
QuestionPlaying an mp3 file using MCI Pin
Derell Licht11-May-23 10:34
professionalDerell Licht11-May-23 10:34 
AnswerYou might as well use DirectShow to play MP3 and AAC. Pin
Shao Voon Wong11-May-23 15:55
mvaShao Voon Wong11-May-23 15:55 
AnswerRe: Playing an mp3 file using MCI Pin
Derell Licht12-May-23 9:10
professionalDerell Licht12-May-23 9:10 
Well, all of the Windows-supported libraries present problems, especially if one is building using MinGW rather than Visual C++. Generally, they cannot be built at all without a massive amount of hacking the code bases to make them MinGW-compatible. No DirectShow apps will build, neither will the more-recent MS audio interface (don't recall the name at the moment).

However, I found a freeware library called zplay, which is easy to build, open source, and nice, compact code... it also has the ability to play other formats, such as flac... so I'll just go with that...

libZPlay multimedia library (Win32)[^]

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.