In my application, it needs to be able to write integers to the registry. I've been using the RegSetValueEx function but it says that it can't
convert the number to a char, and I've specified REG_DWORD as the type. Any ideas? Any help would be appreciated. Thanks.

Rich