when using the registry api, you have to pass a value for the top level key. the problem is ... the values for the top level keys start at H80000001 (2147483649), and the biggest integer that you can use in blitz3d is H7FFFFFFF (2147483647).
I'm thinking that I'll probably have to write a dll in VC++, so I can pass a smaller value to a custom function.
Does anybody have any suggestions
I'm thinking that I'll probably have to write a dll in VC++, so I can pass a smaller value to a custom function.
Does anybody have any suggestions