Search:
Type: Posts; User: anantwakode
Search :
Search took 0.04 seconds.
January 31st, 2010, 11:48 PM
Hi,
Thanks for looking in to this.
While exprementing with scripting engine, facing some poblem regarding ParseScriptText, If I call this function from application's main thread then everyting...
October 26th, 2009, 02:15 AM
Dear All,
thanks for looking in to this.
I am implementating IConnectionPointContainer for myClass, I have simply publically derived it from IConnectionPointContainer and other interfaces....
September 1st, 2009, 07:19 AM
Hi,
I have an existing .idl file, which is having so many interfaces , I need to automate the process of ATL Wizard to create the empty definition classes for the interfaces defined in the idl...
March 30th, 2009, 03:37 AM
Hi,
go through this link here you will find file formats of your interests.
http://en.wikipedia.org/wiki/List_of_file_formats
according to file format read bytes from the file and store the...
February 23rd, 2009, 07:13 AM
Hi,
might be there is any issue with the path specified.. !
-Anant
February 23rd, 2009, 05:07 AM
Hi,
check the section "Search Order for filename" in
http://msdn.microsoft.com/en-us/library/8etzzkb6(VS.71).aspx
-Anant
February 23rd, 2009, 04:38 AM
Hi,
Try keeping no of bytes to be received less...! how many bytes do you receive in in single read ??? why do you used two calls for readfile...just use if..else..
-Anant
February 23rd, 2009, 04:27 AM
Hi,
What you want to monitor ??? plz describe your problem in detail ..! so that other can understand the problem and provide the solutions.
what you want to do exactly ?
-Anant
February 23rd, 2009, 04:21 AM
Hi,
check WSAIoctl() API. and SIO_KEEPALIVE_VALS Control Code.
-Anant
February 23rd, 2009, 04:10 AM
Hi,
Check the book ..
"file system internals" By Rajeev Nagar
-Anant
February 23rd, 2009, 04:06 AM
HI,
you can test your drivers on same machin by using VMWare.
-Anant
February 23rd, 2009, 03:29 AM
hi,
is it working on same machin ???
-Anant
February 23rd, 2009, 02:52 AM
Hi,
check this.. !
http://www.softwareverify.com/cpp/memory/index.html
-Anant
February 23rd, 2009, 01:34 AM
Hi,
FILE * the_file;
the_file = fopen(filename,"w+b")
fwrite(Array1,sizeof(unsigned char),size_x,the_file);
fclose(the_file );
February 19th, 2009, 11:15 PM
hi,
try to print your array before writing to the file.. ! have you checked the array contents. ???
-Anant
February 19th, 2009, 11:06 PM
HI,
try this
char *string = NULL;//new char[szTemp.GetLength() + 1];
string = (char*)szTemp.GetBuffer(szTemp.GetLength() + 1);
wcstombs(string, szTemp, szTemp.GetLength() + 1);
m_nFileSize...
February 18th, 2009, 03:07 AM
hi,
please make your private message ON as well as post your mail ID, so that other user willbe able to send you private messages and mail .
Thanks,
anant
January 2nd, 2009, 02:53 AM
hi,
yes it is true...it is blocking call. it is useful in case where,
we want to do something like cleanup on termination of thread, as waitforsingleobject won't consume any cpu cycles, it is...
January 2nd, 2009, 12:02 AM
Hi,
In windows you can use waitforsingleobject() on thread handle to determine thread handle state is signeled or nonsigneled, i.e terminated or alive.
-Anant
November 17th, 2008, 04:49 AM
Hi,
Go through, Art Bakers "The Windows 2000 Device Drivers" book in chapter 8 , he has explained very well how to write loopback driver for parallel port.
-Anant
July 28th, 2008, 12:55 AM
Hi,
its really difficult to say anything about the exception without the code , it may have several reason...go through this article..
http://www.updatexp.com/0xC0000005.html
if its possible...
July 24th, 2008, 01:38 AM
Hi,
use Sockets
http://www.codeproject.com/KB/IP/winsockintro01.aspx
-Anant
Hi,
what errors are you getting in code you have posted ?? are you able to open port ?? send command receive responce ??
try to initialise array before using it may have garbage data which...
Hi Arjay,
Congratulations !
-Anant
Hi,
what problem you are facing... ??? please be specific ?
use code tags while posting code !
-Anant
Click Here to Expand Forum to Full Width