Search:
Type: Posts; User: vatsa
Search :
Search took 0.01 seconds.
Please go through the below link:
http://stackoverflow.com/questions/34065/how-to-read-a-value-from-the-windows-registry
cheers!!!
vatsa
www.objectiveprogramming.com
Detecting application, you can do via named objects like mutex and all.
Regarding file notification, please go through below link:...
are you able to run this prog or still looking for help
cheers!!!
Vatsa
www.objectiveprogramming.com
write a update trigger on People table.
apart from other syntaxes:
insert into rich (name,houses) values (update.name,update,houses) where update.houses>10
Let me know if it works for you.
...
If you just want to print first n elements,just iterate from first to 3 using iterator.
regards,
Vatsa
www.objectiveprogramming.com
March 14th, 2012, 12:01 PM
static_cast we generally use for this. Well there can be multiple choice to do this as suggested in earlier posts
regards,
Vatsa
www.objectiveprogramming.com
March 10th, 2012, 06:24 AM
Any book for C++ beginners can provide you such kind of glossary or visit the below link
http://msdn.microsoft.com/en-us/library/3bstk3k5.aspx
regards,
vatsa
www.objectiveprogramming.com
March 9th, 2012, 12:25 AM
doesn't work means what?
do you mean to say, sometimes it stuck in deadlock?
regards,
Vatsa
www.objectiveprogramming.com
March 8th, 2012, 01:59 AM
Sorry, I am replying without checking code. I would suggest use the systime to have the clock value of the system. In the end print the differences of start time and end time.
regards,
Vatsa...
I don't know whether it is right forum to asked this question. Can any of you tell me what could be the estimation to migrate a project from VC++ 6.0 to VC++ 9.0?
There are around 135 classes and...
June 25th, 2009, 01:50 AM
Hi,
Can someone please tell me how to call a window service created in VC++ 9.0 in VC++ 6.0 COM dll.
I am designing this service as a database operation service. It will contain all database...
June 23rd, 2009, 01:53 AM
It is not a reply, a question instead. In above discussion we are calling application from window service. can someone suggest me how to call window service from an application and use the methods...
June 23rd, 2009, 01:26 AM
Hi,
Please suggest how to call a COM dll from another COM dll in VC++ 6.0?
I have a requirement in which I have to call a COM dll built in VC++ 9.0 in another COM dll which is VC++ 6.0.
June 23rd, 2009, 01:25 AM
Hi,
Please suggest how to call a COM dll from another COM dll in VC++ 6.0?
I have a requirement in which I have to call a COM dll built in VC++ 9.0 in another COM dll which is VC++ 6.0.
September 3rd, 2007, 02:58 AM
August 31st, 2007, 04:55 AM
Hi ,
Do i need to Microsoft Platform SDK with Microsoft visual studio 6.0?
If yes,Please provide me link.
August 31st, 2007, 02:47 AM
Hi All,
I am using IBM client access toolkit with VC++ and i am getting error in the "cwb.h" file.
typedef ULONG_PTR cwb_Handle;
typedef cwb_Handle cwbSV_ErrHandle;
in these lines i am...
August 30th, 2007, 12:07 PM
the first two lines after header files.
typedef ULONG_PTR cwb_Handle;
typedef cwb_Handle cwbSV_ErrHandle;
the error is undeclared indentifier cwb_Handle.
While i have included all header...
August 30th, 2007, 11:05 AM
I am using IBM Client Access with Visual studio 6.0 (VC++) but when I try to compile the code I am getting compilation error in the following code:
“
#include <basetsd.h>
typedef ULONG_PTR...
Click Here to Expand Forum to Full Width