Click here to Skip to main content
15,889,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with WinDef.h Pin
gamefreak229130-Mar-09 19:53
gamefreak229130-Mar-09 19:53 
QuestionRe: Problem with WinDef.h Pin
T.RATHA KRISHNAN30-Mar-09 20:26
T.RATHA KRISHNAN30-Mar-09 20:26 
Questionrectangle rotation Pin
Member 337533430-Mar-09 13:15
Member 337533430-Mar-09 13:15 
AnswerRe: rectangle rotation Pin
Stuart Dootson30-Mar-09 14:57
professionalStuart Dootson30-Mar-09 14:57 
GeneralRe: rectangle rotation Pin
Member 337533430-Mar-09 16:41
Member 337533430-Mar-09 16:41 
GeneralRe: rectangle rotation Pin
Stuart Dootson30-Mar-09 20:16
professionalStuart Dootson30-Mar-09 20:16 
AnswerRe: rectangle rotation Pin
Iain Clarke, Warrior Programmer1-Apr-09 1:07
Iain Clarke, Warrior Programmer1-Apr-09 1:07 
QuestionUsing DirectSound and Synthesis toolkit in Visual Studio [modified] Pin
someguy16430-Mar-09 12:46
someguy16430-Mar-09 12:46 
I've been trying to use the Synthesis Toolkit (Found here, for those unfamiliar: http://ccrma.stanford.edu/software/stk/ ) The instructions to use it on the site seem rather vague, at best. I've downloaded DirectX 9, and added a slew of libraries to link with, and now I have some unresolved external symbols. I'm not sure how to go about tackling these messages, and am not sure what could be causing it, or what could be missing. It looks to me like a missing function in RtApiDs, but I don't know where this class is. If anyone has any experience setting up the STK for Visual Studio 2005, guidance would be greatly appreciated.

These are the four error messages I am getting:

1>RtAudio.obj : error LNK2019: unresolved external symbol _DirectSoundCaptureEnumerateA@8 referenced in function "public: virtual unsigned int __thiscall RtApiDs::getDefaultInputDevice(void)" (?getDefaultInputDevice@RtApiDs@@UAEIXZ)
1>RtAudio.obj : error LNK2019: unresolved external symbol _DirectSoundEnumerateA@8 referenced in function "public: virtual unsigned int __thiscall RtApiDs::getDefaultInputDevice(void)" (?getDefaultInputDevice@RtApiDs@@UAEIXZ)
1>RtAudio.obj : error LNK2019: unresolved external symbol _DirectSoundCaptureCreate@12 referenced in function "public: virtual struct RtAudio::DeviceInfo __thiscall RtApiDs::getDeviceInfo(unsigned int)" (?getDeviceInfo@RtApiDs@@UAE?AUDeviceInfo@RtAudio@@I@Z)
1>RtAudio.obj : error LNK2019: unresolved external symbol _DirectSoundCreate@12 referenced in function "public: virtual struct RtAudio::DeviceInfo __thiscall RtApiDs::getDeviceInfo(unsigned int)" (?getDeviceInfo@RtApiDs@@UAE?AUDeviceInfo@RtAudio@@I@Z)

And here is the list of libraries I am linking with:
odbc32.lib
odbccp32.lib
dinput8.lib
dsound.lib
dxguid.lib
winmm.lib
Wsock32.lib
gdi32.lib
User32.lib
Advapi32.lib

Inherited Values:
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
comdlg32.lib
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
odbc32.lib
odbccp32.lib

*Edit: Edited the title of the post because this looks as if it is a DirectSound issue.

modified on Monday, March 30, 2009 7:35 PM

QuestionFiltering processes of current user Pin
Moak30-Mar-09 8:20
Moak30-Mar-09 8:20 
AnswerRe: Filtering processes of current user Pin
Code-o-mat30-Mar-09 8:43
Code-o-mat30-Mar-09 8:43 
GeneralRe: Filtering processes of current user Pin
Moak30-Mar-09 12:10
Moak30-Mar-09 12:10 
GeneralRe: Filtering processes of current user Pin
Code-o-mat30-Mar-09 21:06
Code-o-mat30-Mar-09 21:06 
QuestionExecute a system process from ring0 Pin
Biosstar30-Mar-09 7:00
Biosstar30-Mar-09 7:00 
Questionfull screen message box Pin
gamefreak229130-Mar-09 5:58
gamefreak229130-Mar-09 5:58 
AnswerRe: full screen message box Pin
CPallini30-Mar-09 6:03
mveCPallini30-Mar-09 6:03 
QuestionRe: full screen message box Pin
David Crow30-Mar-09 7:06
David Crow30-Mar-09 7:06 
AnswerRe: full screen message box Pin
gamefreak229130-Mar-09 7:23
gamefreak229130-Mar-09 7:23 
GeneralRe: full screen message box Pin
David Crow30-Mar-09 7:25
David Crow30-Mar-09 7:25 
GeneralRe: full screen message box Pin
gamefreak229130-Mar-09 7:28
gamefreak229130-Mar-09 7:28 
QuestionRe: full screen message box Pin
David Crow30-Mar-09 7:34
David Crow30-Mar-09 7:34 
AnswerRe: full screen message box Pin
gamefreak229130-Mar-09 7:47
gamefreak229130-Mar-09 7:47 
GeneralRe: full screen message box Pin
David Crow30-Mar-09 7:57
David Crow30-Mar-09 7:57 
AnswerRe: full screen message box Pin
bulg30-Mar-09 10:41
bulg30-Mar-09 10:41 
GeneralRe: full screen message box Pin
gamefreak229130-Mar-09 18:31
gamefreak229130-Mar-09 18:31 
QuestionHow to convers a binary file into something readable Pin
shpid3r30-Mar-09 3:58
shpid3r30-Mar-09 3:58 

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.