Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PlgBlt question Pin
Stephen Hewitt23-Apr-06 1:16
Stephen Hewitt23-Apr-06 1:16 
GeneralRe: PlgBlt question Pin
YaronNir23-Apr-06 1:00
YaronNir23-Apr-06 1:00 
GeneralRe: PlgBlt question Pin
Stephen Hewitt23-Apr-06 1:08
Stephen Hewitt23-Apr-06 1:08 
GeneralRe: PlgBlt question Pin
YaronNir23-Apr-06 1:12
YaronNir23-Apr-06 1:12 
GeneralRe: PlgBlt question Pin
Stephen Hewitt23-Apr-06 1:20
Stephen Hewitt23-Apr-06 1:20 
GeneralRe: PlgBlt question Pin
YaronNir23-Apr-06 1:25
YaronNir23-Apr-06 1:25 
GeneralRe: PlgBlt question Pin
Stephen Hewitt23-Apr-06 1:31
Stephen Hewitt23-Apr-06 1:31 
GeneralRe: PlgBlt question Pin
YaronNir23-Apr-06 23:09
YaronNir23-Apr-06 23:09 
Questionsocket-connection oriented-winsock Pin
vanip19-Apr-06 22:50
vanip19-Apr-06 22:50 
AnswerRe: socket-connection oriented-winsock Pin
includeh1019-Apr-06 23:47
includeh1019-Apr-06 23:47 
GeneralRe: socket-connection oriented-winsock Pin
vanip20-Apr-06 16:30
vanip20-Apr-06 16:30 
QuestionRecognize the programming language used to create an EXE File Pin
sdancer7519-Apr-06 22:28
sdancer7519-Apr-06 22:28 
AnswerRe: Recognize the programming language used to create an EXE File Pin
toxcct19-Apr-06 22:40
toxcct19-Apr-06 22:40 
AnswerRe: Recognize the programming language used to create an EXE File Pin
kakan20-Apr-06 0:16
professionalkakan20-Apr-06 0:16 
AnswerRe: Recognize the programming language used to create an EXE File Pin
Stephen Hewitt23-Apr-06 0:09
Stephen Hewitt23-Apr-06 0:09 
QuestionRecognize the programming language of an EXE Files Pin
sdancer7519-Apr-06 22:28
sdancer7519-Apr-06 22:28 
AnswerRe: Recognize the programming language of an EXE Files Pin
Xing Chen19-Apr-06 23:31
Xing Chen19-Apr-06 23:31 
GeneralRe: Recognize the programming language of an EXE Files Pin
toxcct19-Apr-06 23:40
toxcct19-Apr-06 23:40 
GeneralRe: Recognize the programming language of an EXE Files Pin
Xing Chen20-Apr-06 0:20
Xing Chen20-Apr-06 0:20 
AnswerRe: Recognize the programming language of an EXE Files Pin
includeh1019-Apr-06 23:34
includeh1019-Apr-06 23:34 
Questionping Pin
Paperbackwriter19-Apr-06 22:19
Paperbackwriter19-Apr-06 22:19 
AnswerRe: ping Pin
_AnsHUMAN_ 19-Apr-06 22:54
_AnsHUMAN_ 19-Apr-06 22:54 
Questionvisual studio 2005, exe file Pin
msgm6919-Apr-06 22:16
msgm6919-Apr-06 22:16 
AnswerRe: visual studio 2005, exe file Pin
YaronNir19-Apr-06 22:31
YaronNir19-Apr-06 22:31 
QuestionCompression/Decompression Wave File to MP3 and vice versa Pin
cindy_1605198819-Apr-06 21:58
cindy_1605198819-Apr-06 21:58 
Hello, everybody. Sorry to disturb you all.

Currently, I have a speech recording and playback software developed by Microsoft Visual C++ 6.0. The software is used to train children with speech problem and scores will be calculated and showed at the end of each practice session. The software is able to record and playback real-time.

Children use this software at home and save their practice records in a single floppy disk. Then, children will bring the floppy disk with practice records inside when they return to our centre. There are 20 wave files that must be saved in a single floppy disk. Due to space insifficiency, one floppy disk is 1.44M in capacity.
Total size of 20 wave files = 20*188k = 3,760,000 bytes
Total floppy disk needed = (3,760,000)/1,440,000 = 2.6 floppy disks
But, I must save all the 20 wave files into a single floppy disk

Our problem is we are not able to save all 20 wave files in a single floppy disk. We cant afford a CD-RW for each child and we must use floppy disk. The solution is we have to compress the wave file to save the files in a floppy and decompress the files back to wave file in order to listen to how the children practice at home.

I am totally new to this as the software is written by one of my previous friend who worked together with me in a voluntary speech rehabilitation centre. We need this software to train children in the centre. I work part time there.

But, my problem is how to call any CODEC dll into correct place into my current project platform without causing any bugs? Please forgive me if I have asked a very silly question, I am sorry. After I have added the cpp and h files into my current project paltform, I dont know what should I do next.

My final destination is to save all 20 wave files in a single floppy disk. I didnt restrict that I must use compression/decompression methods but I dont know what else should I use.

Hope you can give me some guidances on how to do it or you please link me to pages that help me to do so. I promise I can learn as independent as possible but I really need your guidance at this very beginning, please.

Please, I really appreciate all your help.

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.