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

C / C++ / MFC

 
AnswerSure? Pin
CPallini1-Jan-07 23:18
mveCPallini1-Jan-07 23:18 
AnswerRe: Debug vs Realese Pin
pffeng2-Jan-07 0:25
pffeng2-Jan-07 0:25 
GeneralRe: Debug vs Realese Pin
Ohad Cabiri2-Jan-07 0:45
Ohad Cabiri2-Jan-07 0:45 
AnswerRe: Debug vs Realese Pin
prasad_som2-Jan-07 1:24
prasad_som2-Jan-07 1:24 
GeneralRe: Debug vs Realese Pin
Ohad Cabiri2-Jan-07 2:09
Ohad Cabiri2-Jan-07 2:09 
GeneralRe: Debug vs Realese Pin
ThatsAlok2-Jan-07 18:55
ThatsAlok2-Jan-07 18:55 
AnswerRe: Debug vs Realese Pin
prasad_som2-Jan-07 19:01
prasad_som2-Jan-07 19:01 
AnswerRe: Debug vs Realese Pin
ThatsAlok2-Jan-07 18:54
ThatsAlok2-Jan-07 18:54 
AnswerRe: Debug vs Realese Pin
prasad_som2-Jan-07 19:03
prasad_som2-Jan-07 19:03 
QuestionHow to maximize the window in vc++ Pin
kumarangopi1-Jan-07 21:56
kumarangopi1-Jan-07 21:56 
AnswerRe: How to maximize the window in vc++ Pin
prasad_som1-Jan-07 22:06
prasad_som1-Jan-07 22:06 
AnswerRe: How to maximize the window in vc++ Pin
Hamid_RT2-Jan-07 17:49
Hamid_RT2-Jan-07 17:49 
GeneralRe: How to maximize the window in vc++ Pin
ThatsAlok2-Jan-07 18:57
ThatsAlok2-Jan-07 18:57 
GeneralRe: How to maximize the window in vc++ Pin
Hamid_RT3-Jan-07 1:15
Hamid_RT3-Jan-07 1:15 
QuestionFor the beginner-Its me. Pin
lp4me1-Jan-07 21:04
lp4me1-Jan-07 21:04 
AnswerRe: For the beginner-Its me. Pin
prasad_som1-Jan-07 22:33
prasad_som1-Jan-07 22:33 
AnswerRe: For the beginner-Its me. Pin
Hamid_RT2-Jan-07 2:36
Hamid_RT2-Jan-07 2:36 
AnswerRe: For the beginner-Its me. Pin
ThatsAlok2-Jan-07 18:58
ThatsAlok2-Jan-07 18:58 
QuestionGetting junk data. Pin
Taruni1-Jan-07 20:01
Taruni1-Jan-07 20:01 
AnswerRe: Getting junk data. Pin
prasad_som1-Jan-07 20:09
prasad_som1-Jan-07 20:09 
GeneralRe: Getting junk data. Pin
Taruni1-Jan-07 20:16
Taruni1-Jan-07 20:16 
QuestionRe: Getting junk data. Pin
prasad_som1-Jan-07 20:20
prasad_som1-Jan-07 20:20 
AnswerRe: Getting junk data. Pin
Taruni1-Jan-07 21:23
Taruni1-Jan-07 21:23 
QuestionRe: Getting junk data. [modified] Pin
prasad_som1-Jan-07 21:53
prasad_som1-Jan-07 21:53 
Questionproblem with PlaySound(,,,) Pin
Kiran Pinjala1-Jan-07 18:57
Kiran Pinjala1-Jan-07 18:57 
I am receiving some voice file from the network i am storing it into a buuffer using Receive() function and that is a sound file which is converted into a wave format. I am trying to play that buffer here in the recieving side using
PlaySound(Buff,NULL,SND_MEMORY|SND_ASYNC)

but i could not here anything after playing.

But if i am saving that buffer into a .wav file and play it by a doubleclick on the file it plays the sound. Where might be the problem?

Thanks in advance!

KIRAN PINJARLA

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.