PDA

View Full Version : Error gen1017



NewsArchive
03-10-2006, 08:05 AM
Anyone...

Any idea how to fix or get around this compile error?

Including 1 service file(s)...
Compressing service file:
WTASetup.sb5(25): error GEN1017: Compression library error code: -200.
Cannot open and compress file

I have striped my script down to bare essentials and cant get rid of this
sucker. Wish I know what 'service file" it was looking for...

Thanks

Skip

NewsArchive
03-10-2006, 08:05 AM
Found the copy button for all of the compiler messages...

------ Build started: Project: WTASetup.sb5, Configuration: Release
Win32 ------

SetupBuilder (tm) Script Compiler and Linker
Copyright (c) 1997-2006 Lindersoft
SetupScript (tm) Installation Script Language
Copyright (c) 2003-2006 Lindersoft
All rights reserved.
Developer Edition Version 5.3.1414

Init Globals...
Deleting intermediate files and output files for project 'WTASetup.sb5',
configuration 'Release|Win32'.
Loading compiler variables...
Compiling...
wtasetup.sb5
Script version detected: 5.3.1407
Recursive compile(0:29): Common Definitions.sbi
Continue(0:1:30): C:\WTAsb5\Script\WTASetup.sb5
Script(s) processed
Generating code...
Finished generating code
Building executable...
Linking kernel...
Code size: 98,516 bytes
Generating and optimizing [1033] string resources [2]...
Linking [1033] language resource(s)...
Code size: 8,487 bytes
Generating and optimizing [3084] string resources [2]...
Linking [3084] language resource(s)...
Code size: 8,349 bytes
Generating and optimizing [1036] string resources [2]...
Linking [1036] language resource(s)...
Code size: 10,297 bytes
Generating and optimizing [1034] string resources [2]...
Linking [1034] language resource(s)...
Code size: 6,976 bytes
Linking dialog side bitmap...
Code size: 30,737 bytes
Linking dialog top bitmap...
Code size: 484 bytes
Including 1 service file(s)...
Compressing service file:
WTASetup.sb5(25): error GEN1017: Compression library error code: -200.
Cannot open and compress file


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

WTASetup.sb5 - 1 error(s), 0 warning(s)

Compilation Time: 0.64 sec.

------------------------------- Compilation
finished -------------------------------

NewsArchive
03-10-2006, 08:05 AM
Skip,

I think one of your support files cannot be found or is locked.

What is in WTASetup.sb5 line 25?

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
03-10-2006, 08:05 AM
Friedrich,

Thanks, That was it. I had added a billboard but not filled it out and
thought i had deleted it.

Sorry for all of the questions, etc. I am trying to redo a large wise script
for our main application which is a bit more complicated than the scripts
that I have done in the past and I am still trying to get proficient in
sb5<g>

A couple of additional questions.

Do you have an example of adding a checkbox dialog "Do you use a Proxy
Server?" and if checked, open a dialog to request the proxy address, port,
userid, and password. That is my currrent stumbling block If not, I can
continue to work through it.

Havent had any luck getting OutputDebugString to send anything. Tried with
full debug on and running the debuger, but no output to debugview. The
debuger skips the send outputdebugstring statement.

Thanks for your time and patience!

Skip

NewsArchive
03-10-2006, 08:05 AM
Skip,

> Havent had any luck getting OutputDebugString to send anything. Tried with
> full debug on and running the debuger, but no output to debugview. The
> debuger skips the send outputdebugstring statement.

Oops! This is a compiler bug. Fixed now, thank you.

FIX : [SB#603101] "Send OutputDebugString" script function was not
working as expected.

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
03-10-2006, 08:06 AM
Thanks Friedrich!

Also, got the proxy thing working ok now...

Skip

NewsArchive
03-10-2006, 08:06 AM
Skip,

Thanks for the update. I was working on a small demo script for you.

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
03-10-2006, 08:06 AM
Its me again<g>....no hurry on this one...

I am using English, French, and Spanish in this current sb install.

In the language selection dialog, is it possible to have the language
selection choices be

English
French
Spanish

removing the (US) for English, and the (Traditional Sort) for Spanish?

I tried copying and renaming the .lng files but that didn't help.

As an aside, French (Canadian) displays in english...

Again, Thanks!


Skip

NewsArchive
03-10-2006, 08:23 AM
Skip,

Please see "Radio Button Demo 2.sb5" on how to create your own language
selection dialog.

BTW, if the language displays in English (e.g. Canadian French) then we
have not received a translation for this language. You can see all
languages in Options... -> Languages.

HTH,

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
03-10-2006, 08:38 AM
Fantastic! Just what I needed.

Thanks

Skip

NewsArchive
03-10-2006, 08:38 AM
You are welcome!

Friedrich