Click here to Skip to main content
15,914,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe:(More info) Graphic Error...help!!! Pin
Richard Cheng29-Mar-01 8:43
Richard Cheng29-Mar-01 8:43 
QuestionHow can I get the first file of FindFile? Pin
Michael Menne29-Mar-01 7:11
Michael Menne29-Mar-01 7:11 
AnswerRe: How can I get the first file of FindFile? Pin
Gero Gerber29-Mar-01 7:16
Gero Gerber29-Mar-01 7:16 
AnswerRe: How can I get the first file of FindFile? Pin
Wayne Fuller29-Mar-01 8:13
Wayne Fuller29-Mar-01 8:13 
QuestionHow to create button at Run-Time ?? Pin
Vistac29-Mar-01 6:48
Vistac29-Mar-01 6:48 
AnswerRe: How to create button at Run-Time ?? Pin
Christian Graus29-Mar-01 12:35
protectorChristian Graus29-Mar-01 12:35 
GeneralRe: How to create button at Run-Time ?? Pin
Vistac29-Mar-01 15:14
Vistac29-Mar-01 15:14 
Generalforms Pin
29-Mar-01 3:57
suss29-Mar-01 3:57 
GeneralWindows 95 and resource problem Pin
AndyC29-Mar-01 3:53
AndyC29-Mar-01 3:53 
GeneralRe: resource problem Pin
Paolo Messina29-Mar-01 7:06
professionalPaolo Messina29-Mar-01 7:06 
QuestionHow I can play mp3 files from my program Pin
Ahmad29-Mar-01 3:16
Ahmad29-Mar-01 3:16 
AnswerRe: How I can play mp3 files from my program Pin
Thierry Marneffe29-Mar-01 4:21
Thierry Marneffe29-Mar-01 4:21 
AnswerRe: How I can play mp3 files from my program Pin
Thierry Marneffe29-Mar-01 4:21
Thierry Marneffe29-Mar-01 4:21 
AnswerRe: How I can play mp3 files from my program Pin
Christian Graus29-Mar-01 12:39
protectorChristian Graus29-Mar-01 12:39 
There is a project at CodeProject that demonstrates skinnalbe apps by providing full source for an mp3 player. I have successfully removed the player classes and played MP3s in my own code.

XAudio is free, but it has a license agreement which basically states that they are free to decide one day that they want money for it, so I'd recommend not using it. I'd prefer to know up front if something is going to cost me, and how much. Otherwise, who knows what could happen down the track ? In that vein, fmod is a sound library that appears quite powerful, is free for use in non profit code, and gives you up front prices if you're going to use it in commercial code.

Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
GeneralCall Stack Debug Window in VC6 Pin
jerry0davis28-Mar-01 23:46
jerry0davis28-Mar-01 23:46 
GeneralRe: Call Stack Debug Window in VC6 Pin
Tim Deveaux29-Mar-01 4:41
Tim Deveaux29-Mar-01 4:41 
GeneralOLE DoVerb() problem Pin
28-Mar-01 23:27
suss28-Mar-01 23:27 
GeneralRe: OLE DoVerb() problem Pin
28-Mar-01 23:45
suss28-Mar-01 23:45 
GeneralRe: OLE DoVerb() problem Pin
29-Mar-01 0:19
suss29-Mar-01 0:19 
QuestionHow to make splitter windows scroll synchronously? Pin
28-Mar-01 22:28
suss28-Mar-01 22:28 
GeneralCursor problem Pin
Wolfram Steinke28-Mar-01 14:10
Wolfram Steinke28-Mar-01 14:10 
GeneralRe: Cursor problem Pin
Christian Graus28-Mar-01 15:11
protectorChristian Graus28-Mar-01 15:11 
GeneralHelp de-activating system menu in window Pin
Peter Sjöström28-Mar-01 6:49
Peter Sjöström28-Mar-01 6:49 
GeneralRe: Help de-activating system menu in window Pin
Sir Gras of Berger28-Mar-01 9:30
Sir Gras of Berger28-Mar-01 9:30 
GeneralRe: Help de-activating system menu in window Pin
Peter Sjöström28-Mar-01 21:32
Peter Sjöström28-Mar-01 21:32 

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.