I have been installing the SB7 releases as they come out. For several releases now, I have been getting the following error when compiling Demo file #1. The Compiler log file is shown below. The error line is right after the line that starts and end with three asterisks (***).

Sure enough, I do not have Bitmap.bmp in the location shown. I also do not seem to have it anywhere else, either.

Commenting out line 70 seems to fix the problem. Should we have Bitmap.bmp?

-O. D. Williams-

------ Build started: Project: Custom Dialog Demo 1.sb7, Configuration: Release Win32 ------

SetupBuilder (tm) Script Compiler and Linker for Windows (32/64 Bit)
Copyright (c) 1997-2009 Lindersoft
SetupScript (tm) Installation Script Language
Copyright (c) 2003-2009 Lindersoft
All rights reserved.

Developer Edition Version 7.0.2680
SetupBuilder EXE (SBEXE) Compiler Version: 7.0.2680

Init Globals...
Loading compiler variables...
Compiling...
custom dialog demo 1.sb7
Script format version detected: 7.0.2600
Recursive compile (0:31): Common Definitions.sbi
Continue (0:1:32): C:\Documents and Settings\Valued Customer\My Documents\SetupBuilder Projects\Examples\Custom Dialog Demo 1.sb7
Script(s) processed
Generating Code...
Finished generating code
Building executable...
Approx. Stub size: 23,211 bytes
Linking kernel...
Code size: 126,833 bytes
Generating and optimizing [1033] string resources [@2]...
Linking [1033] language resource(s)...
Code size: 3,719 bytes
Linking dialog side bitmap...
Code size: 2,761 bytes
Linking dialog top bitmap...
Code size: 484 bytes
Including 5 service file(s)...
Compressing service file: C:\Program Files\Lindersoft\SetupBuilder 7 Developer\Redist\1033\gears.avi
Code size: 3,527 bytes
Compressing service file: C:\Program Files\Lindersoft\SetupBuilder 7 Developer\Redist\1033\bitmap.bmp

***The next line is the error message***

Custom Dialog Demo 1.sb7(70): error GEN1017: Compression library error code: -200. Cannot open and compress file C:\Program Files\Lindersoft\SetupBuilder 7 Developer\Redist\1033\bitmap.bmp


--------------------------------------- Done ---------------------------------------

Custom Dialog Demo 1.sb7 - 1 error(s), 0 warning(s)

Compilation Time: 0.65 sec.
Date/Time: 8/06/2009 -- 3:27:38PM

------------------------------- Compilation aborted -------------------------------