William Cairns wrote:
Hi Carlos

Try this:

http://www.pascalgamedevelopment.com/forums/viewarticle.php?a=58&p=1#article <http://www.pascalgamedevelopment.com/forums/viewarticle.php?a=58&p=1#article>

Cheers


I think it's time to add exe icon to project tab like in delphi (a small TImage preview and buttons to clear/load icon from XPM or ICO file) .Why now ? - because we have version info information which dump to RC resource and overwrite it each time new version is generated.Could it add additional line :
MAINICON ICON "file.ico" to this resource ?

That's first part of problem. Second is worse , because I have problems compiling project witch such resource :-( Lazarus siply do nothing for Build all


Such resource file:


MAINICON ICON "flamlogo.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,13
PRODUCTVERSION 1,0,0,0
{
 BLOCK "StringFileInfo"
 {
  BLOCK "041504E2"
  {
   VALUE "Comments", "\000"
   VALUE "CompanyName", "\000"
   VALUE "FileDescription", "Flamenco\000"
   VALUE "FileVersion", "1.0.0.13\000"
   VALUE "InternalName", "\000"
   VALUE "LegalCopyright", "Copyright (c) 2006 BranSoft\000"
   VALUE "LegalTrademarks", "\000"
   VALUE "OriginalFilename", "\000"
   VALUE "ProductName", "\000"
   VALUE "ProductVersion", "1.0.0.0\000"
  }
 }
 BLOCK "VarFileInfo"
 {
  VALUE "Translation", 0x0415, 0x04E2
 }
}

windres generate from it res file without warning .

Somebody knows what is going on ?

Regards
Boguslaw

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to