PDA

View Full Version : problem compiling....



NewsArchive
09-15-2012, 02:22 AM
Hi Friedrich,

any pointers as to what is wrong here?

Best Regards...

Roberto Renz

------ Build started: Project: talentmanagementsystem.sb7,
Configuration: Release Win32 ------

------ SetupBuilder (tm) Project Script Compiler and Linker for Windows
------ Copyright (c) 1997-2012 Lindersoft
------ SetupScript (tm) Installation Script Language
------ Copyright (c) 2003-2012 Lindersoft
------ All rights reserved.

------ Developer Edition Version 7.7.3805
------ SetupBuilder EXE (SBEXE) Compiler Version: 7.7.3805

Init Globals...
Writing Objects...
Loading compiler variables...
Compiling...
talentmanagementsystem.sb7
Script format version detected: 7.0.2600
Adding Digital Certificate (Preprocessor)...
talentmanagementsystem.sb7(15): warning GEN1089: File already
code-signed: C:\develop\degcli2012\ipcli.exe
Adding Digital Certificate (Preprocessor)...
talentmanagementsystem.sb7(16): warning GEN1089: File already
code-signed: C:\DEVELOP\degcli2012\clio.dll
Adding Digital Certificate (Preprocessor)...
talentmanagementsystem.sb7(17): warning GEN1089: File already
code-signed: C:\DEVELOP\degcli2012\datadll.dll
Adding Digital Certificate (Preprocessor)...
talentmanagementsystem.sb7(18): warning GEN1089: File already
code-signed: C:\DEVELOP\degcli2012\dco.dll
Adding Digital Certificate (Preprocessor)...
talentmanagementsystem.sb7(19): warning GEN1089: File already
code-signed: C:\DEVELOP\degcli2012\estadis.dll
Adding Digital Certificate (Preprocessor)...
talentmanagementsystem.sb7(20): warning GEN1089: File already
code-signed: C:\DEVELOP\degcli2012\flex.dll
Adding Digital Certificate (Preprocessor)...
talentmanagementsystem.sb7(21): warning GEN1089: File already
code-signed: C:\DEVELOP\degcli2012\impexp.dll
Recursive compile (0:52): Common Definitions.sbi
Finished
Continue (0:1:53): C:\Users\Roberto\Documents\SetupBuilder
Projects\talentmanagementsystem.sb7
talentmanagementsystem.sb7(228): warning GEN1116: Corrupt File
Properties detected.
talentmanagementsystem.sb7(229): warning GEN1116: Corrupt File
Properties detected.
Script(s) processed
Generating Code...
Finished generating code
Building executable...
Approx. Stub size: 24,235 bytes
Linking kernel...
Code size: 143,166 bytes
Generating and optimizing [1033] string resources [@2]...
Linking [1033] language resource(s)...
Code size: 4,702 bytes
Generating and optimizing [1034] string resources [@2]...
Linking [1034] language resource(s)...
Code size: 4,912 bytes
Linking dialog side bitmap...
: error GEN1017: Compression library error code: -200. Cannot open and
compress file C:\Archivos de programa\Lindersoft\SetupBuilder 7
Developer\Images\Side5.bmp

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

talentmanagementsystem.sb7 - 1 error(s), 9 warning(s)

Compilation Time: 0.8 sec.
Date/Time: 9/14/2012 -- 3:39:42PM

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

NewsArchive
09-15-2012, 03:30 AM
Hi Roberto,

1. This is an error: The file "Side5.bmp" does not exist in your
"C:\Archivos de programa\Lindersoft\SetupBuilder 7 Developer\Images" folder.
Update the path in General Information -> Installer Style -> Wizard Dialog
Top/Side Banner

2. This is a warning, but you should fix it: Two file properties in the
project are corrupt (GEN1116). Select 'File' | 'Script Structure
Validation' and let the IDE fix it.

That's it :-)

Friedrich

NewsArchive
09-16-2012, 07:46 AM
That was just way too easy.. everything worked...
I had copied the script from my xp virtual machine. now that I have my
main app compiled in Clarion 8 into my main computer with windows 7 64
bit and that's why the path's were different, but I though I could find
the images inside the dialogs, but just could not find it.
Thanks for everthing, you make it so easy for us to just use Setup
Builder we seldom dig in to really know where everthing is. It's just
so full of surprises...

Best Regards...

Roberto Renz

NewsArchive
09-17-2012, 08:25 AM
Thanks so much for your kind words, Roberto!!

Friedrich