>
>I have all the Borland products. 5.02 will not support TRegistry class.
>
I believe BC++ has a Registry class of its own
registry.h
class TXRegistry : public TXBase {
public:
private:
TRegKey& BaseKey;
APIENTRY
RegCreateKeyA (
HKEY hKey,
LPCSTR lpSubKey,
PHKEY phkResult
);
you cannot use this class ?
Mike H