Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!ucbvax!computer-science.nottingham.ac.UK!jpo From: jpo@computer-science.nottingham.ac.UK (Julian Onions) Newsgroups: comp.protocols.iso Subject: Re: Need help on ASN.1 REAL! Message-ID: <1572.620596929@cs.nott.ac.uk> Date: 31 Aug 89 20:02:09 GMT References: <1776@eric.mpr.ca> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 13 I did a version of this stuff for isode5.4 beta release. It's pretty horrible stuff all in all. I've no idea if the stuff interworks or if anyone has tried coding it for any other stack besides ISODE. It interworks with itself though is the best you can say! The problem I found is that if you know the hardware form of the floating point structure, you can probably do a pretty snappy encoding from machine to BER format. However, try and make it portable and you have to resort to some really yucky stuff. At one point I comptemplated just using the library routines to convert a floating point to a string and then parsing that! My current solution is not much better though. Julian.