Re: WEE: Icon Request

new topic     » goto parent     » topic index » view thread      » older message » newer message
ryanj said...
euphoric said...

OK, Pete, stop being lazy. Make me an icon I can associate with wee.exe. grin

How about this? Haha

http://redy-project.org/images/misc/mongoose-wee.png

http://redy-project.org/images/misc/mongoose-wee.svg

Example rc File, works with OpenWatcom 32-Bit Windows. Using Ryan's Icon converted to wee.ico

#include <winver.h> 
ICON	  ICON			wee.ico 
 
1 24 manifest.xml 
 
//-- version info (shown in file properties) 
VS_VERSION_INFO VERSIONINFO 
FILEVERSION 0, 0, 2, 6 
PRODUCTVERSION 0, 0, 2, 6 
FILEOS VOS__WINDOWS32 
FILETYPE VFT_APP 
// FILETYPE VFT_DLL 
 
BEGIN 
   BLOCK "VarFileInfo" 
   BEGIN 
      VALUE "Translation", 0x409, 1252  // Englisch (USA), Windows/Multilingual 
//    VALUE "Translation", 0x407, 1252  // German,         Windows/Multilingual 
   END 
 
   BLOCK "StringFileInfo" 
   BEGIN 
      BLOCK "040904E4"                  // Englisch (USA), Windows/Multilingual 
//    BLOCK "040704E4"                  // German,         Windows/Multilingual 
      BEGIN 
         VALUE "FileVersion",      "0.26\0" 
         VALUE "FileDescription",  "Wee Euphoria Editor\0" 
         VALUE "LegalCopyright",   "(c) Pete Eberlein\0" 
 
         VALUE "ProductVersion",   "0.26\0" 
         VALUE "ProductName",      "WEE Editor\0" 
         VALUE "OriginalFilename", "wee.exe\0" 
         VALUE "InternalName",     "WEE\0" 
         VALUE "CompanyName",      "Pete Eberlein\0" 
         VALUE "Comments",         "Work in progress\0" 
      END 
   END 
END 

Example Manifest for Win32...

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
<dependency> 
<dependentAssembly> 
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"/> 
</dependentAssembly> 
</dependency> 
</assembly> 

I just miss the option for choosing an Euphoria Interpreter ...

A really great Editor. Thank you Pete

Andreas

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu