Hello,
Using a java compiler which use asn1 files to generate java files but we
have some problems with two differents keyword :
- IMPORTS : we don't manage to use these instruction. We first compile
the java class which is imported but in the second file it seems not to
see the classes imported.
- ERROR PARAMETER : we use a file containing some errors described as
followed :
CancelFailed ::= ERROR
PARAMETER SEQUENCE {
problem [0] ENUMERATED {
unknownOperation (0),
tooLate (1),
operationNotCancellable (2)
},
operation [1] InvokeID
--...
}
When we compile, an error occurs for this sentence.
Does anyone faced those problems? Does anyone have some clues?
Furthermore there are no error when compiling with a C compiler.
Thanks,
Karine DUVAL