Thread: KFX Format
View Single Post
Old 02-18-2016, 09:16 AM   #351
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,961
Karma: 6361444
Join Date: Nov 2009
Device: many
baf,
Are you sure about your last Ion symbol Datagram value? The reason I ask is that on the java side these are just a straight enum with DATAGRAM being last which would give it a value of 13, and tid_none and tid_eof are not part of the enum at all.

BTW: anyone playing with procyon needs to use a case-sensitive file system. Many of the classes are given the same name with the only difference being case (ie. A.class and a.class) in the same directory. These unpack over themselves and you lose the information. So if you are using Windows or Mac to play with procyon and any jar you need to be aware of that. On a Mac, you can of course take any usb key or spare drive and use DiskUtilities.app to erase and format it as a Mac OS X Journaled Case-Senstive filesystem if you want to play around with procyon. Linux is case-sensitive normally. Not sure what you can do on Windows.

KevinH
KevinH is offline   Reply With Quote