Click here to Skip to main content
15,896,338 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to change font color of slide? Pin
cengyikun14-Nov-04 22:15
susscengyikun14-Nov-04 22:15 
GeneralDirectSound Programming with C++ Pin
Sobero14-Nov-04 21:58
Sobero14-Nov-04 21:58 
GeneralRe: DirectSound Programming with C++ Pin
Antony M Kancidrowski15-Nov-04 0:08
Antony M Kancidrowski15-Nov-04 0:08 
GeneralRe: DirectSound Programming with C++ Pin
Sobero15-Nov-04 2:44
Sobero15-Nov-04 2:44 
GeneralRe: DirectSound Programming with C++ Pin
Cedric Moonen15-Nov-04 2:54
Cedric Moonen15-Nov-04 2:54 
GeneralRe: DirectSound Programming with C++ Pin
Sobero15-Nov-04 4:06
Sobero15-Nov-04 4:06 
GeneralRe: DirectSound Programming with C++ Pin
Cedric Moonen15-Nov-04 4:21
Cedric Moonen15-Nov-04 4:21 
GeneralRe: DirectSound Programming with C++ Pin
Sobero15-Nov-04 4:47
Sobero15-Nov-04 4:47 
This is my code now:

#include "stdafx.h"
#include "dsound.h"

int main()
{
CSoundManager* g_pSoundManager = NULL;
return 0;
}

error C2065: 'CSoundManager' : undeclared identifier
error C2065: 'g_pSoundManager' : undeclared identifier

I have added the dsound.h in the solutino explorer, and link the dxsdk include and lib folder to the project.
Is the project still missing some .h or .cpp?


Thank you very much!Smile | :)


GeneralRe: DirectSound Programming with C++ Pin
Cedric Moonen15-Nov-04 5:06
Cedric Moonen15-Nov-04 5:06 
GeneralRe: DirectSound Programming with C++ Pin
Sobero15-Nov-04 5:35
Sobero15-Nov-04 5:35 
GeneralRe: DirectSound Programming with C++ Pin
Antony M Kancidrowski15-Nov-04 5:43
Antony M Kancidrowski15-Nov-04 5:43 
GeneralRe: DirectSound Programming with C++ Pin
Sobero15-Nov-04 5:57
Sobero15-Nov-04 5:57 
GeneralRe: DirectSound Programming with C++ Pin
Cedric Moonen15-Nov-04 5:58
Cedric Moonen15-Nov-04 5:58 
GeneralRe: DirectSound Programming with C++ Pin
Sobero15-Nov-04 7:16
Sobero15-Nov-04 7:16 
GeneralRe: DirectSound Programming with C++ Pin
ThatsAlok15-Nov-04 17:34
ThatsAlok15-Nov-04 17:34 
GeneralRe: DirectSound Programming with C++ Pin
Cedric Moonen15-Nov-04 20:53
Cedric Moonen15-Nov-04 20:53 
GeneralCRXML 4.2 Driver is not registering. Pin
ArunAcharya14-Nov-04 21:33
ArunAcharya14-Nov-04 21:33 
GeneralRe: CRXML 4.2 Driver is not registering. Pin
Antony M Kancidrowski15-Nov-04 0:13
Antony M Kancidrowski15-Nov-04 0:13 
GeneralRe: CRXML 4.2 Driver is not registering. Pin
ArunAcharya15-Nov-04 23:01
ArunAcharya15-Nov-04 23:01 
QuestionHow to get the List of Running Applications in the Desktop? Pin
pubududilena14-Nov-04 21:22
pubududilena14-Nov-04 21:22 
AnswerRe: How to get the List of Running Applications in the Desktop? Pin
ThatsAlok14-Nov-04 22:15
ThatsAlok14-Nov-04 22:15 
GeneralLoad an icon from file Pin
ting66814-Nov-04 21:18
ting66814-Nov-04 21:18 
GeneralRe: Load an icon from file Pin
ThatsAlok14-Nov-04 22:11
ThatsAlok14-Nov-04 22:11 
GeneralRe: Load an icon from file Pin
ting66814-Nov-04 22:48
ting66814-Nov-04 22:48 
GeneralRe: Load an icon from file Pin
ThatsAlok14-Nov-04 23:34
ThatsAlok14-Nov-04 23:34 

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.