I am not having a good time with rc files. Does anyone
know what is wrong with this rc code. The Rc program
window shows up and quits but no Res file is made.
#INCLUDE "resource.h"
program icon ***.ico
VS_VERSION_INFO Versioninfo
fileversion 1,0,0,0
productversion 1,0,0,0
fileos vos__windows32
filetype vft_app
begin
block "Stringfileinfo"
begin
block "040904E4"
begin
value "Comments", "*******"
value "CompanyName", "******"
value "FileDescription", "*******"
value "FileVersion", "******"
value "InternalName", "******"
value "LegalCopyright", "******"
value "LegalTrakemarks", "******"
value "OriginalFilename", "******"
value "ProductName", "******"
END
END
END
Do I have to put the include "resorce.h" in the code?
Thanks
[This message has been edited by Curtis De Vries (edited June 12, 2000).]
know what is wrong with this rc code. The Rc program
window shows up and quits but no Res file is made.
#INCLUDE "resource.h"
program icon ***.ico
VS_VERSION_INFO Versioninfo
fileversion 1,0,0,0
productversion 1,0,0,0
fileos vos__windows32
filetype vft_app
begin
block "Stringfileinfo"
begin
block "040904E4"
begin
value "Comments", "*******"
value "CompanyName", "******"
value "FileDescription", "*******"
value "FileVersion", "******"
value "InternalName", "******"
value "LegalCopyright", "******"
value "LegalTrakemarks", "******"
value "OriginalFilename", "******"
value "ProductName", "******"
END
END
END
Do I have to put the include "resorce.h" in the code?
Thanks

[This message has been edited by Curtis De Vries (edited June 12, 2000).]
Comment