RegDeleteKeyEx() functionYour 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() functionYou'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 IsProcessorFeaturePresentSolved. I had to recode/redefine memcpy, memset, strcpy, strlen, strcmp. Apparently some of these...
This user does not accept Private Messages