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

C / C++ / MFC

 
GeneralRe: problem with mmsystem.h Pin
Joaquín M López Muñoz15-Feb-02 7:13
Joaquín M López Muñoz15-Feb-02 7:13 
GeneralRe: problem with mmsystem.h Pin
starn15-Feb-02 7:39
starn15-Feb-02 7:39 
GeneralRe: problem with mmsystem.h Pin
Joaquín M López Muñoz15-Feb-02 7:45
Joaquín M López Muñoz15-Feb-02 7:45 
GeneralRe: problem with mmsystem.h Pin
starn15-Feb-02 7:56
starn15-Feb-02 7:56 
GeneralRe: problem with mmsystem.h Pin
Joaquín M López Muñoz15-Feb-02 8:00
Joaquín M López Muñoz15-Feb-02 8:00 
GeneralRe: problem with mmsystem.h Pin
starn15-Feb-02 8:09
starn15-Feb-02 8:09 
GeneralRe: problem with mmsystem.h Pin
Joaquín M López Muñoz15-Feb-02 9:25
Joaquín M López Muñoz15-Feb-02 9:25 
GeneralRe: problem with mmsystem.h Pin
starn15-Feb-02 9:45
starn15-Feb-02 9:45 
Sorry but I found these codes in a tutorial at
http://codeguru.earthweb.com/multimedia/cd_audio.shtml

I don't have a lot of experience with C++
I only know some bases
In fact, I have to make a program that play a CD audio, transorm the datas in a specific norm and send them through Fast ethernet to an other computer...
And I m lost in all these functions and classes...
I m trying to find some codes to play a CD , control a buffer... I know it's going to be hard ...
Do you know any good books on these topics ?

and I don't know how to switch off the precompiler header ....

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

//#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers

#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows 95 Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT




GeneralI found it! Pin
Joaquín M López Muñoz15-Feb-02 10:11
Joaquín M López Muñoz15-Feb-02 10:11 
GeneralRe: I found it! Pin
starn16-Feb-02 4:32
starn16-Feb-02 4:32 
GeneralRe: I found it! Pin
Joaquín M López Muñoz16-Feb-02 5:05
Joaquín M López Muñoz16-Feb-02 5:05 
GeneralRe: I found it! Pin
starn16-Feb-02 5:37
starn16-Feb-02 5:37 
GeneralRe: I found it! Pin
Joaquín M López Muñoz16-Feb-02 6:04
Joaquín M López Muñoz16-Feb-02 6:04 
GeneralRe: I found it! Pin
starn16-Feb-02 6:14
starn16-Feb-02 6:14 
Generalreading files Pin
RK_200015-Feb-02 6:42
RK_200015-Feb-02 6:42 
GeneralRe: reading files Pin
Nish Nishant15-Feb-02 6:52
sitebuilderNish Nishant15-Feb-02 6:52 
GeneralRe: reading files Pin
alex.barylski15-Feb-02 6:52
alex.barylski15-Feb-02 6:52 
GeneralRe: reading files Pin
Joaquín M López Muñoz15-Feb-02 6:54
Joaquín M López Muñoz15-Feb-02 6:54 
GeneralRe: reading files Pin
alex.barylski15-Feb-02 7:09
alex.barylski15-Feb-02 7:09 
GeneralRe: reading files Pin
Nish Nishant15-Feb-02 8:16
sitebuilderNish Nishant15-Feb-02 8:16 
GeneralRe: reading files Pin
Joaquín M López Muñoz15-Feb-02 9:20
Joaquín M López Muñoz15-Feb-02 9:20 
GeneralRe: reading files Pin
alex.barylski15-Feb-02 6:52
alex.barylski15-Feb-02 6:52 
GeneralRe: reading files Pin
Joaquín M López Muñoz15-Feb-02 6:51
Joaquín M López Muñoz15-Feb-02 6:51 
GeneralRe: reading files Pin
Navier15-Feb-02 11:53
Navier15-Feb-02 11:53 
GeneralRun to For's at once Pin
Steven Richardson15-Feb-02 5:42
Steven Richardson15-Feb-02 5:42 

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.