CPB Mailing List

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Difference?






>
>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




W Komornicki's Home Page | Main Index | Thread Index