sharptooth
sharptooth

Reputation: 170479

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?

Upvotes: 10

Views: 6485

Answers (1)

Kim Gräsman
Kim Gräsman

Reputation: 7586

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...

Upvotes: 7

Related Questions