SAWS and outdated Conga?
SAWS and outdated Conga?
I just tried to run the testing script in SAWS on Dyalog 64-bit Linux 13.1, but I get an error about not being able to find the conga21x64.so shared object. Looking into the congalib/ directory I see that there is a conga22x64.so, but not a 21. Is there a problem here? Where can I get the latest and greatest, up-to-date SAWS that works?
-
- Posts: 21
- Joined: Sun Aug 26, 2012 7:08 am
Re: SAWS and outdated Conga?
Try this:
#.SAWS.DRC.Init[19] - change 'conga21' to 'conga22'
#.SAWS.DRC.Init[19] - change 'conga21' to 'conga22'
Re: SAWS and outdated Conga?
That seems to work! Thanks!
Re: SAWS and outdated Conga?
I'm not sure how much of the DRC namespaces has changed between the 2 versions of Conga, but you will probably be better off replacing the entire #.SAWS.DRC ns with the new version. You'll find the new version in the Conga.dws.
-
- Posts: 21
- Joined: Sun Aug 26, 2012 7:08 am
Re: SAWS and outdated Conga?
That makes sense. Thanks, Gil.
Re: SAWS and outdated Conga?
Sorry, I'm a little confused, do you mean that I should take the DRC namespace from the most recent version of Conga.dws and replace the SAWS.DRC copy with that one?
Re: SAWS and outdated Conga?
Yes, quite right.
I haven't tested it myself, but I don't think that the interface has changed much between the two versions, so it should just slot in.
I haven't tested it myself, but I don't think that the interface has changed much between the two versions, so it should just slot in.