C++ Builder - INI files & Windows Registry

preview_player
Показать описание
How to use INI files and Windows registry in C++ Builder to store your application settings.

Рекомендации по теме
Комментарии
Автор

Registry.hpp is available only in C++ Builder (and Delphi). It is not in a standard C++ library. And yes, it is possible to use in console applications.

vclexamples
Автор

how can i execute another program from my program ?
winExec ?? i can't.
can you help me?
thanks

Guihgo
Автор

Believe me if i told you this is the best channel i've seen on youtube

dzonemanarmy
Автор

I can't find the registry.hpp file? Is this in the standard C++ libs or what?

I am trying to invoke these directives inside of a console application, is this possible? I have read you need to use things like RegQueryEx and that sort of stuff, please help!

Litebrand
Автор

thanks ! 
This is a great video...very helpful information! Thanks!!

Guihgo
Автор

Thank you so much. Your tutorials are very helpful.

lavienguyen
Автор

Thank you so much the video was so helpful .
If I want the selected file update, creation, date and time .Could you please suggest what changes to be made .

lnr
Автор

Hello! I am trying to backup HKEY_LOCAL_MACHINE using the TRegistry method SaveKey(...) but it always doesn't succeed and returns false :( I am 100% sure that I've ran the application as administrator!
Do you have any idea how to make it work?

PhaseControlDNB
Автор

This is a great video...very helpful information! Thanks!!

tcbetka
Автор

thx for the video man :) i needed this so badly :)

repiatx
Автор

Can you make revision for win 10 os? Registry part is working with win 10 os :(

darkosudarov
Автор

Što napraviti na samom početku? ili?
I kad idem s tim, u kodu mi uopće ne nudi nikakav padajući izbornik kad kreiram ini file object, kao ni kad idem upisivati GetCurrentDir(). Dapače, ako spremim projekt prije te radnje, vrati me u kod bez tog cijelog dijela void _fastcall ..

Ako može pomoć?
Koristim XE7

darmar
Автор

for the .ini file I can select another folder?

JarosawPietras