Forum: RSS, Web Services and SOAP May 16th, 2006 |
| Replies: 5 Views: 4,002 Hi,
I have been reading for the XML tutorial for the past few days. I realized that I have two problems to be overcome.
1. My XML is not in a well-formed format. I would like to find out which... |
Forum: RSS, Web Services and SOAP May 13th, 2006 |
| Replies: 5 Views: 4,002 Hi, WolfPack, thank you very much for your information.
Just asking, forgive me if I am wrong. Is it possible to copy the data in the XML file to a MFC dialog box? The data in the XML file is... |
Forum: RSS, Web Services and SOAP May 12th, 2006 |
| Replies: 5 Views: 4,002 Hi, I attached the sample of the hisrory file created by my software. Hope I can get some advices. Thank you. |
Forum: RSS, Web Services and SOAP May 11th, 2006 |
| Replies: 5 Views: 4,002 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... |
Forum: C++ Apr 28th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack.
I think the problem was with the exception Breakpoint. When I play the mp3, a breakpoint has been reached. This is the little information I can get for this moment |
Forum: C++ Apr 28th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thank you very much for your reply.
I have tried your approach. I have managed to compile in error free. But, I think I have did something wrong because the MVC++6.0 closed itself... |
Forum: C++ Apr 28th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for reply.
I have managed to compile it with error free, thanks alot!
But, When I click "Play wave", the software prompts to open MP3 file.
As I said in previous posts,... |
Forum: C++ Apr 28th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
Sorry, my mistake. I still have two errors.
error C2039: 'Append' : is not a member of 'CString'
d:\program files\microsoft visual... |
Forum: C++ Apr 28th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply, appreciate.
I have replaced the codes with the codes above. But I get 6 compile errors.
error C2065: 'openfile' : undeclared identifier
error C2228: left... |
Forum: C++ Apr 28th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your explanation. Thank you very much.
I still cant figure out the decompression part errors. Still searcing on web if others have faced the same problem before. Will tell... |
Forum: C++ Apr 28th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
Sorry, I still dont understand. I thought the codes in your post and the codes I used yesterday are different. Forgive me if I am wrong. The codes that worked... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, May I ask one thing?
Where can I set the bit rate in the lame.exe? |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack.
It stated that
"No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called"
So, I tried to include afx.h but it still didnt... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
OK, I will try my best to find out and will tell you how I am going. |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply, appreciate.
I have tried to replace the two lines as above, but the compile errors are still the same. |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply, appreciate.
I have added the above codes (the play wave button) but there are 3 compile errors.
error C2440: 'initializing' : cannot convert from 'class... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your post. I put the PlayWave codes below. |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 HI, WolfPack, thank you very much for your reply, appreciate.
Thanks for the good idea, I will do it and tell you how I am going, thanks alot!
Can I elaborate a little bit? Originally,... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack. I tried to put the codes lines on the button OnPlayWave.
But, I dont think I can do it because the software prompts to select the wave to be played, not the mp3 to be played. So, I... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thank you very much for your help.
May I ask? Is it possible to implement codes so that the MP3 file can be converted to Wave file when button "Play wave' is clicked?
Should I... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack.
Before that, I put the lame.exe in the folder same with my C++ software folder.
Just now, I tried to put the lame.exe in C drive, same location with the location I want to save... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack. Thanks for your reply.
1. Yes, there was wave files before in the C directory. After I read your previous post, I deleted all the wave files and execute my software, record and save... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
I have deleted and tried again. I still cant get any mp3 file.
I mean I just execute my C++ software, record, and save wave. I didnt run the... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack.
I have replaced the code
with this code |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thank you for your post.
I changed as above and the same thing happened. I could only see the wave file and not any mp3 file.
I wonder did I need to run the cmd that you sent me... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
Forgive me for being not clever enough :(
I didnt have the floppy disk with me now, I left it at home, so I changed the code of directory from A to C, just... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thank you very much for your reply. No need to say sorry. I appreciate all your helps.
After I changed as above, I can execute the software and the black command prompt window was... |
Forum: C++ Apr 27th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
I have tried as suggested in Option 1 but I get three compile errors for the added line. Still searching if I can find out how to fix...
error C2146: syntax... |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, I attached the savebuffer.cpp. |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
I think I need to elaborate abit. After a child completes one practice (one practice consists of 15 wave files), he/she will click button "save wave". The... |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
After I removed that part as suggested, I managed to play the wave without any problem. Thank you, you are so great!
May I ask? Is it possible to directly... |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply, appreciate.
About the red line, the software use sampling rate of 16kHz, there are 6 seconds in each sentence. The "Playwave" functions by playing one sentence... |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your post.
The software is written in Micorsoft Visual C++ 6.0 to play wave.
After I add "-t", and after I convert the mp3 abck to wave (the wave file is only 19kB... |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, I wonder is it the little and big endian problem? So, I tried to change to "-x" but the problem is still the same.
still searching on how to fix my problem.... |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
I tried to change by right click "edit" and then change 'decode' to 'decode -t'. I wonder if I edit it in wrong way.
I get the error message of " An invalid... |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack,sorry me again.
I searched in web if I can find any reason. This is what I can find. Maybe I am wrong as I am very new to this. Correct me if I am wrong.
It stated that "The wave... |
Forum: C++ Apr 26th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thanks for your reply.
I have tried for the latest zip file and I still get the same error.
I have checked the wave files recorded by my software before any conversion (I checked... |
Forum: C++ Apr 25th, 2006 |
| Replies: 80 Views: 14,920 Hi, WolfPack, thank you very much for your reply, appreciate. I hope I can do something to thank you.
I have downloaded your MP to Wav zip file and I can run it successfully to convert MP3 to... |