Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a document on .rgs files syntax?

Resource scripts loaded from .rgs files are used with ATL CComModule::UpdateRegistryFromResource(). It's quite common to see samples of such files on the net but I've never seen a complete description on what constructs are allowed in .rgs files. Is there such a document?

like image 860
sharptooth Avatar asked Oct 20 '09 12:10

sharptooth


1 Answers

There's some MSDN documentation, but it appears to be pretty unfocused.

The book ATL Internals talks at some length about custom replacements.

Other than that, I haven't seen much...

like image 52
Kim Gräsman Avatar answered Sep 22 '22 19:09

Kim Gräsman