I have a function that both the work thread and the UI thread will
call it , i think there exist such a possibility that they will call it at the same time(of course,not real "the same time"),is...
Are y define tempName as char * or something make it as a string?
i am afriad that y are not very clear about the diffierence between
the " " and ' ',here " " is a string ,but the ' ' is empty just...
I think this tool will help you
http://www.codetools.com/tools/prjconverter.asp
but you must know that there are many functions supported in the vs.net 2003 not supported in the vc6,gook luck
Generally ,the serial communication is not very difficult,you can use the mscomm control to help you complete this job,and you can alse use the WriteFile() directly,search "Serial Communications in...
I put a picture control on my dialog,and set a bitmap,it show the bitmap in the rource editor,but when i run the program,the bitmap
is not displayed at all,why?
At the first time when i creat my programe i choose no Activex control support in the appwizard,but now ,i have to use some Activex controls,what should i do?
Thank all of you
Ness:I think your way will work,and now i am using tha lame to encode the wave to mp3,but i want to try the directshow,thank you very much
My program need to receive the mp3 data in the buffer and play it immeditely,how should i do?
I don't want to write the buffer to a file and then play it because it may have a long time
I use a richedit in my dialog,when i use streamin() put some text in it ,some lines is very long that the user must use the hscroll bar to view it,is there any method to limit each line's text...
33 means another program has locked a part of the file(may be something else),you process cant access it
the visual studio has a small tool to search the error messages by it's code ,y may find it...