I make this RC file:

===
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEOS 0x4
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "041504E4"
{
VALUE "Comments", "**KOMENTARZ**"
VALUE "CompanyName", "Jelcyn"
VALUE "LegalCopyright", "Freeware"
VALUE "ProductName", "CleanDrive"
VALUE "FileVersion", "1.00"
VALUE "ProductVersion", "1.00"
VALUE "FileDescription","Testowy opis"
}
}

BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0415 0x04E4
}
}
===

And i compile to RES file. I add this file to VB 6.0 Project (RES file). Program is run, but VB isn't compile this project. VB isn't popup errors message box, is normal compile file, but in project directory isn't any EXE file !!! VB is stupid, if I make RES file with VersionInfo :grin:
Posted on 2002-03-17 07:58:40 by jelcyn