Click here to Skip to main content
15,910,303 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaladd field in Dbase IV database Pin
JensB9-May-03 1:24
JensB9-May-03 1:24 
QuestionHow to delete a single line in a text file? Pin
julych9-May-03 0:54
julych9-May-03 0:54 
AnswerRe: How to delete a single line in a text file? Pin
Johnny ²9-May-03 1:09
Johnny ²9-May-03 1:09 
AnswerRe: How to delete a single line in a text file? Pin
Hari Krishnan (Noida)9-May-03 1:31
Hari Krishnan (Noida)9-May-03 1:31 
GeneralLarge Icon Display Pin
Kyudos9-May-03 0:44
Kyudos9-May-03 0:44 
GeneralRe: Large Icon Display Pin
Johnny ²9-May-03 0:52
Johnny ²9-May-03 0:52 
GeneralRe: Large Icon Display Pin
Kyudos9-May-03 1:05
Kyudos9-May-03 1:05 
GeneralCFile::Open problem Pin
Trollslayer9-May-03 0:38
mentorTrollslayer9-May-03 0:38 
GeneralGDI+ Pin
sharlila9-May-03 0:33
sharlila9-May-03 0:33 
Generaldirectshow Pin
sharlila9-May-03 0:21
sharlila9-May-03 0:21 
GeneralRe: directshow Pin
Trollslayer9-May-03 1:18
mentorTrollslayer9-May-03 1:18 
Generalwhere?!?! Pin
sharlila9-May-03 7:50
sharlila9-May-03 7:50 
Generaltry, throw and catch statement Pin
Raphael Kindt8-May-03 23:53
Raphael Kindt8-May-03 23:53 
GeneralRe: try, throw and catch statement Pin
G. Steudtel9-May-03 1:16
G. Steudtel9-May-03 1:16 
GeneralRe: try, throw and catch statement Pin
Raphael Kindt9-May-03 1:35
Raphael Kindt9-May-03 1:35 
GeneralRe: try, throw and catch statement Pin
jhwurmbach9-May-03 2:14
jhwurmbach9-May-03 2:14 
QuestionHow to write protect a folder and files Pin
seewan8-May-03 23:52
seewan8-May-03 23:52 
Generalvariables in namespaces Pin
Themis8-May-03 23:26
Themis8-May-03 23:26 
GeneralRe: variables in namespaces Pin
Johnny ²9-May-03 1:01
Johnny ²9-May-03 1:01 
QuestionResource leak? Pin
Gavin Jerman8-May-03 23:21
Gavin Jerman8-May-03 23:21 
AnswerRe: Resource leak? Pin
Anonymous9-May-03 1:03
Anonymous9-May-03 1:03 
AnswerRe: Resource leak? Pin
Anders Molin9-May-03 1:16
professionalAnders Molin9-May-03 1:16 
GeneralFinding Logged In User Access Level Pin
jerry0davis8-May-03 23:14
jerry0davis8-May-03 23:14 
QuestionSimultaneous sounds? Pin
Gadjuka8-May-03 23:07
Gadjuka8-May-03 23:07 
AnswerRe: Simultaneous sounds? Pin
G. Steudtel9-May-03 0:54
G. Steudtel9-May-03 0:54 
Hi,

I encounterd the same problem, and found no solution.
I think it's the system which locks the "loudspeaker" resource.
Well, actually it's the soundcard device.
The only workaround would be to switch the playing of the sound faster than the user can hear the tones. But this will be heard by cracks, and also the sum of the wav file times will be the total playing time, not the time of the longest wav file.
By considering the difficulties and drawbacks of this method I choose not to follow this way.
Instead now I try to find a tool for mixing two wavefiles outside the application, and later on play this mixed wave file in my application.

G. Steudtel.

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.