Код: Выделить всё
TRegistry *pRegistry = new TRegistry(KEY_READ);
pRegistry->RootKey = HKEY_LOCAL_MACHINE;
pRegistry->OpenKeyReadOnly(L"\\SOFTWARE\\Ogre\\Fasthole");
TStringList *subkeyNames = new TStringList();
pRegistry->GetKeyNames(subkeyNames);
UnicodeString ALICE = subkeyNames->Names[0];
Код: Выделить всё
ALICEПодробнее здесь: https://stackoverflow.com/questions/792 ... s-expected
Мобильная версия