views:

133

answers:

2

Hi,

Does anyone know of any good free/open source Windows Registry wrappers for VC++ which do not require MFC (i.e. can be run in a console app)?

+1  A: 

ATL comes with a basic CRegKey wrapper that might suit your needs and is easy to use from a console application.

Rob
A: 

I wrote one a long time ago and put it on CodeProject; it's comprehensive but I'd do things a bit differently these days.

Len Holgate