User: bkb2005

  • Public profile

User profile: bkb2005

User info
User name:bkb2005
History
Joined:
Number of posts:7
Latest posts:

RegDeleteKeyEx() function
Your code looks fine to me. Make a call to GetLastError() after RegDeleteKeyEx() and tell me what th...

hi please help me to solve this challenging Question
Mainly because I don't personally like them and I prefer to use Windows API with multi-byte charset....

RegDeleteKeyEx() function
You're using the wrong access flags. Replace KEY_CREATE_SUB_KEY with KEY_ALL_ACCESS. You may also be...

hi please help me to solve this challenging Question
Stop using streams. You're programming in a windows environment I would suggest using the native Win...

VS2010 optimizing my function with IsProcessorFeaturePresent
Solved. I had to recode/redefine memcpy, memset, strcpy, strlen, strcmp. Apparently some of these...

This user does not accept Private Messages