Hi, Could anybody tell me that how can i save 3D frames to harddisk while rendering , using DirectX thanks
Regards.
Hi, Could anybody tell me that how can i save 3D frames to harddisk while rendering , using DirectX thanks
Regards.
How can I clear screen screen in simple C languange , NOT in C++ system(cls") , or cls() or , clrscr() are not working
Regards.
HI, I have delevoped a Client Server multithreaded application using CSocket, I am getting Socket Notification Sink error. Wht iy is ? How can remove this ? Thanks Regards.
HI, I am getting Socket Notification Sink error, How can I eliminate this. 2ndly , when I use Spy++ to view Process I saw one process under my application node with text "Socnet Notifiaction Sink " why it is there Thanks Regards.
HI, My applicaion is using CPU value 99 in task manager, that makes makes the machine slow, How can i reduce the cpu usage , or how can i detect which part is gettting more cpu. Thanks Regards.Hi,
Could you please send me a link to a free and good profiler download thanks Regards.
HI, I have check CPU usage is 99% , while memory usage is 3500 K So how can I reduce CPU usage for my application so that other application aslo run smothly Regards.
OK, IF its CPU consuming hten how can handle it , otherwise if its memory using how can I handle it Regards.
Could you please tell me Where this utility is. How I can open and use it ( its location /path) and some using hints Thanks Regards.
HI, When I run my application ( Multi threaded application- MFC based Socket , with which I Recive the file from Client/Sender). The machine gets slow ( that as explorer response is slow some times) After getting few files. Why its the machine (PC) get slow. How can I check it , How can I improve my app that it do not effects the system. Thannks Regards.
Was there any problem with my way stated in above query? Regards.
HI, A file "ABC.txt" has already been created using CFile and modes CFile::modeCreate | CFile::modeWrite | CFile::typeBinary Now I am opeing it using modes CFile::modeNoTruncate | CFile::modeWrite | CFile::typeBinary and write the data in it but it do not appeand the data at its end. I am also using CFile::SeekToEnd(); Whats the write ways to add data at the end of already existing file? thanks Regards.
thanks But its using FTP command, I have build my own server and client that is not using FTP protocol. Could you please help me in that direction (not FTP involvment) - thanks Regards.
HI, I have build a Client/Server application that transfer a file using Sockets (CSocket class). Some times with the disconnection of network connection, ful file transfer is not being done. I want to transfer the file next time form the same position where it was stoped. any idea / link thant how it can be done. thanks Regards.
Can i handle this blocking and cancel blocking in CSocket. Can the timer be helpfull , means if in specific time nothing has been recived or sent then socket use the cancel blocking or so ? Regards.
I have already used CSocket in my project. Should I replace CSocket word with CAsyncSocket , woiuld it not disturb the project. or how can I handle this with CSocket? Regards.
HI, I am using a class derived from CSocket in my application. As when the Socket is sending or reciveing a data and the data not came then it gets blocked. There is a CancelBlocking method in the CSocket. But how can I programaticaly handle it, when one of the application Client or Server stops sending or recieving dta then other application should not gets blocked. any idea / link Thanks Regards.
I have created a simple WIN32 Consol application that prints a message "hi how are you" It compiles fine , but when I run it it gives Fatal error Kernal32.lib required how it can be removed Regards.
Does it means that If when 2nd application is closed then the handle returned by ShellExecute will automaticlay become flase or expired or null. Regards.
OK, Thanks. But I have one more question that when we run Format command or some other command on Comand prompt, then why these comand are not run as new process. they usualy run in same command prompt and will not free the prompt until the command execution ends Regards.