News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

comment in resource.file

Started by Rsir, August 11, 2008, 01:41:13 PM

Previous topic - Next topic

Rsir

Hi,
Does anybody know a cheap trick to use comments in a resourcefile?
Or am I the only noodle that needs comments in .rc-files?
Rsir

hutch--

Yes,

Use either C or C++ comments.


// for C++
/* this for C */
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Rsir

Whauw.. and it works..
thanks.
eh.. what you mean by 'yes' ? Do I really am the only one who needs comments?

NightWare

Quote from: Rsir on August 11, 2008, 09:54:50 PM
eh.. what you mean by 'yes' ? Do I really am the only one who needs comments?
:lol no, comments are also used for alternative parameters, so you are not the only one...

hutch--

Rsir,

> Does anybody know a cheap trick to use comments in a resourcefile?

Yes.

This is the context of my answer.  :bg
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php