Clarion News

Clarion Product News

<November 2007>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678

Navigation

Subscriptions

9057 - Assertions on code gen

There was a new feature requested by one of the 3rd party vendors and added into 9057 so that the ABC Class reader would ignore code within an OMIT section provided the OMIT statement didn't have a second parameter.  Unfortunately it exposed a problem in some 3rd party templates that had unterminated OMITs. The unterminated OMITs caused the parser to skip code and cause base ABC classes to not be resolved, in turn causing assertions during code generation. 

We apologize for any problems this caused. The problem should have been found during the pre-release testing phase for 3rd party vendors, but
unfortunately it wasn't. 

So if you have run into this problem you have two choices:
- rollback to 9056
- get an update for affected 3rd party templates

The IceTips Previewer is one product (there are probably others) that have an unterminated OMIT and expose this problem. 

There is a third option which some users have employed with success; use a Grep tool to search the .\Libsrc directory for OMIT's that have just 1 parameter, like OMIT('*****'), and change those to have a comma after the first parameter.  That resolves the problem and the next Clarion release will overwrite any changes to files in LIBSRC that we ship.

Meanwhile 9058 is imminent, and it addresses this issue (as well as others)


posted on Friday, November 09, 2007 6:44 PM by Robert Zaunere

# re: 9057 - Assertions on code gen @ Friday, November 09, 2007 4:17 PM

Thanks Robert,

Since you mentioned our Previewer I just want to post here that we released an immediate fix to this problem at noon CDT, Friday, Nov. 9. Everyone with Gold subscription can log into icetips.com and download the latest release:)

Best regards,

Arnor Baldvinsson
Icetips Creative, Inc.

Arnor Baldvinsson

# re: 9057 - Assertions on code gen @ Saturday, November 10, 2007 12:44 PM

Thanks for the update Arnor.

Robert Zaunere

# re: 9057 - Assertions on code gen @ Sunday, November 11, 2007 5:12 PM

Robert, is there any way a fix can be released for the rtf woes I and others are experiencing? Please? :)

Colin Wynn

Powered by Community Server, by Telligent Systems