Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Windows Registry Access

I found the cygwin path stuff by looking at the managedbuilder.gnu.ui plugin. I can’t remember exactly where I saw the call to regedit but keep following this stuff and you’ll find it.

 

Doug Schaefer, QNX Software Systems

Eclipse CDT Project Lead, Tools PMC member

http://cdtdoug.blogspot.com

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Ploett, Norbert
Sent: Monday, April 03, 2006 9:33 AM
To: CDT General developers list.
Subject: AW: [cdt-dev] Windows Registry Access

 

Hi Doug,

 

what a conincidence, that may be just the information and solution I am looking for ...

 

Can you give me a hint where I can find the place where

 

> we currently do a shell call to regedit

 

?

 

 

Thanks,

 

 

Norbert

 


Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Doug Schaefer
Gesendet: Montag, 3. April 2006 15:18
An: CDT General developers list.
Betreff: [cdt-dev] Windows Registry Access

Hey gang,

 

I have implemented a utility to get at the Windows registry in a class called WindowsRegistry (of course) in the cdt.core. Right now I’ve only implemented access to HKEY_LOCAL_MACHINE. But it’s a simple matter to add other ones. I have also only implemented read-access. We could do write as well but there are better Eclipse ways of doing such things (e.g. preference scopes).

 

The idea is to find out install information for various tools that we need to integrate with, e.g. cygwin, mingw, msvc. Please feel free to make use of it where you can. One good place is the cygwin entry in the PATH variable for managed build where we currently do a shell call to regedit.

 

Doug Schaefer, QNX Software Systems

Eclipse CDT Project Lead, Tools PMC member

http://cdtdoug.blogspot.com

 

 


Back to the top