Is there a document on .rgs files syntax?
Asked Answered
T

1

9

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?

Tonnie answered 20/10, 2009 at 12:33 Comment(0)
D
7

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

Digitiform answered 20/10, 2009 at 19:53 Comment(1)
MSDN link broken. THis: learn.microsoft.com/en-us/cpp/atl/… might be the current version.Boatswain

© 2022 - 2024 — McMap. All rights reserved.