question on ASN.1
stephen_han@REDACTED
stephen_han@REDACTED
Thu Oct 11 21:02:49 CEST 2001
Hi...
I am using ASN.1 1.3 now..
Why it does not generate the hrl file if the tag is SET?
Previous version 1.2.9.6 was generate the hrl file if the asn1 file
contains SET.
Here is the simple example...
EX1) not generating hrl file
People DEFINITIONS IMPLICIT TAGS ::=
BEGIN
EXPORTS Person;
Person ::= [PRIVATE 19] SET {
name PrintableString,
location INTEGER }
END
EX2) generating hrl file.
People DEFINITIONS IMPLICIT TAGS ::=
BEGIN
EXPORTS Person;
Person ::= [PRIVATE 19] SEQUENCE {
name PrintableString,
location INTEGER }
END
More information about the erlang-questions
mailing list