Click here to Skip to main content
15,893,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: so confused. Should I learn Android development? if so, where should I start? Pin
charlieg6-Mar-14 15:15
charlieg6-Mar-14 15:15 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
Falconapollo6-Mar-14 15:17
Falconapollo6-Mar-14 15:17 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
charlieg6-Mar-14 15:46
charlieg6-Mar-14 15:46 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
Falconapollo6-Mar-14 16:34
Falconapollo6-Mar-14 16:34 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
charlieg6-Mar-14 23:27
charlieg6-Mar-14 23:27 
AnswerRe: so confused. Should I learn Android development? if so, where should I start? Pin
Theo Buys11-Mar-14 2:24
Theo Buys11-Mar-14 2:24 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
Falconapollo25-Mar-14 23:50
Falconapollo25-Mar-14 23:50 
QuestionBeep and MessageBeep Pin
cedricvictor5-Mar-14 20:34
cedricvictor5-Mar-14 20:34 
Dear all;

I wanna implement a application.

1.play sound from buzzer on motherboard in win xp, win 7, win 8.
2.play wav from sound card in win xp, win 7, win 8.

The function 2 is OK, but the function 1 failed.



(A)use Beep function

i. works on win xp.
ii. failed on win 7, the sound just play from the sound card.
iii. failed on win 8, the sound just play from the sound card.

(B)use MessageBeep function

i. Did not test on win xp.
ii.failed on win 7, the sound just play from the sound card.
iii.Did not test on win 8.


Somebody says the Beep.sys was different between win xp and win 7. I don't want to replace the Beep.sys on win 7.

How can I implement this application?

Thanks for your help. Victor
AnswerRe: Beep and MessageBeep Pin
Jochen Arndt5-Mar-14 21:15
professionalJochen Arndt5-Mar-14 21:15 
GeneralRe: Beep and MessageBeep Pin
_Flaviu5-Mar-14 21:22
_Flaviu5-Mar-14 21:22 
GeneralRe: Beep and MessageBeep Pin
Jochen Arndt5-Mar-14 21:42
professionalJochen Arndt5-Mar-14 21:42 
GeneralRe: Beep and MessageBeep Pin
cedricvictor5-Mar-14 21:52
cedricvictor5-Mar-14 21:52 
GeneralRe: Beep and MessageBeep Pin
Jochen Arndt5-Mar-14 22:46
professionalJochen Arndt5-Mar-14 22:46 
AnswerRe: Beep and MessageBeep Pin
«_Superman_»6-Mar-14 14:39
professional«_Superman_»6-Mar-14 14:39 
GeneralRe: Beep and MessageBeep Pin
cedricvictor6-Mar-14 19:10
cedricvictor6-Mar-14 19:10 
QuestionLinking global variables multiple times Pin
Vaclav_5-Mar-14 8:26
Vaclav_5-Mar-14 8:26 
SuggestionRe: Linking global variables multiple times Pin
David Crow5-Mar-14 9:36
David Crow5-Mar-14 9:36 
GeneralRe: Linking global variables multiple times SOLVED Pin
Vaclav_5-Mar-14 10:08
Vaclav_5-Mar-14 10:08 
QuestionCMapStringToString lookup() qestion [solved] Pin
econy5-Mar-14 4:56
econy5-Mar-14 4:56 
AnswerRe: CMapStringToString lookup() qestion Pin
Richard MacCutchan5-Mar-14 5:39
mveRichard MacCutchan5-Mar-14 5:39 
GeneralRe: CMapStringToString lookup() qestion Pin
econy5-Mar-14 9:12
econy5-Mar-14 9:12 
QuestionHeap ,Stack allocation question [Solved] Pin
econy5-Mar-14 3:57
econy5-Mar-14 3:57 
AnswerRe: Heap ,Stack allocation question Pin
Richard MacCutchan5-Mar-14 4:41
mveRichard MacCutchan5-Mar-14 4:41 
GeneralRe: Heap ,Stack allocation question Pin
econy5-Mar-14 4:47
econy5-Mar-14 4:47 
GeneralRe: Heap ,Stack allocation question Pin
Richard MacCutchan5-Mar-14 4:48
mveRichard MacCutchan5-Mar-14 4:48 

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.