[Insight-developers] gccxml and msvc9

Brad King brad.king at kitware.com
Fri Aug 7 11:21:15 EDT 2009


Charl Botha wrote:
> 2009/8/7 Brad King <brad.king at kitware.com>:
>> Look in the file
>>
>>  GCC_XML/VcInstall/vcInstall.cxx
>>
>> for the code:
>>
>>  const char* vc9sp1Registry[] =
>>  {
>>    // English SP1
>>    "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\9.0\\InstalledProducts\\KB948484;",
>>    0
>>  };
>>
>> Add additional entries to this array specifying the other values.
>> If that works, please send a patch and I'll commit it.
> 
> I see that the code currently only checks for the existence of the
> key, and not its actual value, so implementing the check in the blog
> post I sent would rock the boat too much. :) I will add the KB* keys
> on this win32 image, test again and then send the patch.

If it isn't complicated to check the value, please include that in
your patch.  Otherwise I can look at accounting for the issues that
post mentions, but I don't know when I'll have time.

Thanks,
-Brad


More information about the Insight-developers mailing list