本文介绍了是否有关于.rgs文件语法的文档?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从.rgs文件加载的资源脚本与ATL CComModule :: UpdateRegistryFromResource()一起使用。在网上看到这样的文件的样品是很常见的,但我从来没有见过在.rgs文件中允许什么构造的完整描述。

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?

推荐答案

有一些,但看起来很不专注。

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

这篇关于是否有关于.rgs文件语法的文档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 10:23