I've just started to investigate the use of a .RC file to
add my own custom icons and version information into the app
I'm writing.
I've been playing with the sample SKELETON.BAS & .RC files which
are included with PBDLL6. I have two questions regarding the .RC
file:
1) What is the purpose of the following line in the script?
2) What is the meaning/purpose of the string next to the block
statement?
------------------
Bernard Ertl
add my own custom icons and version information into the app
I'm writing.
I've been playing with the sample SKELETON.BAS & .RC files which
are included with PBDLL6. I have two questions regarding the .RC
file:
1) What is the purpose of the following line in the script?
Code:
VS_VERSION_INFO VERSIONINFO
statement?
Code:
BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904E4" <--- Here BEGIN VALUE "CompanyName", "PowerBASIC, Inc.\000" ..etc..
------------------
Bernard Ertl
Comment