Search found 17 matches
- Fri Aug 06, 2010 5:56 pm
- Forum: C++ Development
- Topic: Beginner question about wxMemoryBuffer
- Replies: 4
- Views: 1020
You're right, I should be testing whether the read was successful first. However, for the sake of simplicity in this example, I did not include that test. Thanks for pointing (haha) out the address thing, I should have seen that. How would I then proceed to access/modify the bits in the buffer? Note...
- Fri Aug 06, 2010 5:34 pm
- Forum: C++ Development
- Topic: Beginner question about wxMemoryBuffer
- Replies: 4
- Views: 1020
Beginner question about wxMemoryBuffer
This will sound really basic to some of you, but there is a subtility I don't quite get here. I thought this topic would answer my question, unfortunately it didn't: http://forums.wxwidgets.org/viewtopic.php?t=1769 My ultimate goal is to retrieve the value "UserPreferencesMask" from the key "HKEY_CU...