문제

For reasons which I won't go into I am auto-generating a load of .rgs files for a Visual Studio 2008 ATL project. I would like to be able to put a comment into each .rgs file indicating that it was auto-generated, and when, but I can't find out what the comment syntax for a .rgs file is, if indeed there is one. I've tried // ; ;; REM and even # but none of these works. There seems to be a paucity of documentation available for the .rgs file format. Any suggestions anyone?

도움이 되었습니까?

해결책

There are no comments on registrar scripts. See Creating Registrar Scripts on MSDN for details.

If you are interested in internals, take a look at $(VisualStudio)\VC\atlmfc\include\statreg.h implementation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top