Click here to Skip to main content
15,894,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to create dialogs in Console application Pin
Richard MacCutchan4-May-10 21:22
mveRichard MacCutchan4-May-10 21:22 
AnswerRe: how to create dialogs in Console application Pin
Parthiban4-May-10 23:13
Parthiban4-May-10 23:13 
GeneralRe: how to create dialogs in Console application Pin
Rajesh R Subramanian5-May-10 2:55
professionalRajesh R Subramanian5-May-10 2:55 
AnswerRe: how to create dialogs in Console application Pin
Joe Woodbury5-May-10 18:55
professionalJoe Woodbury5-May-10 18:55 
QuestionListview Column count Win32 Pin
arun_pk4-May-10 18:59
arun_pk4-May-10 18:59 
AnswerRe: Listview Column count Win32 Pin
Eugen Podsypalnikov4-May-10 20:00
Eugen Podsypalnikov4-May-10 20:00 
GeneralRe: Listview Column count Win32 Pin
arun_pk4-May-10 20:08
arun_pk4-May-10 20:08 
QuestionmciSendString from inside a DLL? Pin
hxhl954-May-10 18:11
hxhl954-May-10 18:11 
Not quite sure where I should ask this...I mean, this site really needs a Windows programming section, doesn't it?

Anyways, here goes. I have this DLL trying to call mciSendString (command passed as a parameter). The call works fine in an EXE, but it refuses to do anything on a DLL (I'm testing with "set cdaudio door open"). The function gets called but it hangs. Forever.

Stack, if it helps:

ntkrnlpa.exe!ExAllocatePoolWithTag+0x8ab
ntkrnlpa.exe!MmIsDriverVerifying+0xa08
ntkrnlpa.exe!MmIsDriverVerifying+0x12ea
ntkrnlpa.exe!PoShutdownBugCheck+0x32ce
ntkrnlpa.exe!KeSynchronizeExecution+0x10c
ntdll.dll!KiFastSystemCallRet
!WaitForSingleObject+0x12
!waveOutWrite+0x50c
!mci32Message+0x526
!mciSendCommandW+0x10b
!mciSendCommandW+0x48e
!mciSendStringW+0x31
!mciSendStringA+0x87


Thanks! Smile | :)
AnswerRe: mciSendString from inside a DLL? Pin
Eugen Podsypalnikov4-May-10 20:22
Eugen Podsypalnikov4-May-10 20:22 
GeneralRe: mciSendString from inside a DLL? Pin
hxhl955-May-10 15:46
hxhl955-May-10 15:46 
GeneralRe: mciSendString from inside a DLL? Pin
Eugen Podsypalnikov5-May-10 19:12
Eugen Podsypalnikov5-May-10 19:12 
Questionunknown letters printing Pin
Game-point4-May-10 18:06
Game-point4-May-10 18:06 
AnswerRe: unknown letters printing Pin
David Crow4-May-10 18:09
David Crow4-May-10 18:09 
QuestionBoost Filesystem copy_file() Pin
RobNO4-May-10 17:50
professionalRobNO4-May-10 17:50 
AnswerRe: Boost Filesystem copy_file() Pin
RobNO4-May-10 18:32
professionalRobNO4-May-10 18:32 
GeneralRe: Boost Filesystem copy_file() Pin
RobNO4-May-10 18:34
professionalRobNO4-May-10 18:34 
GeneralRe: Boost Filesystem copy_file() Pin
Richard MacCutchan4-May-10 21:32
mveRichard MacCutchan4-May-10 21:32 
QuestionFull text search using Patricia tree with meta-data on a song database Pin
C++AsASecondLanguage4-May-10 12:06
C++AsASecondLanguage4-May-10 12:06 
QuestionTwo way communication between parent and child processes... Pin
DamienCurr4-May-10 9:10
DamienCurr4-May-10 9:10 
AnswerRe: Two way communication between parent and child processes... Pin
«_Superman_»4-May-10 10:41
professional«_Superman_»4-May-10 10:41 
GeneralRe: Two way communication between parent and child processes... Pin
DamienCurr4-May-10 11:12
DamienCurr4-May-10 11:12 
Generalcode in C .... Pin
slamdunk12345674-May-10 8:57
slamdunk12345674-May-10 8:57 
GeneralRe: code in C .... Pin
Chris Losinger4-May-10 9:08
professionalChris Losinger4-May-10 9:08 
GeneralRe: code in C .... PinPopular
CPallini4-May-10 9:09
mveCPallini4-May-10 9:09 
GeneralRe: code in C .... Pin
Rajesh R Subramanian4-May-10 9:37
professionalRajesh R Subramanian4-May-10 9:37 

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.