gm2
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Re: gm2 internal compiler error report
From
:
Benjamin Kowarsch
Subject
:
Re: gm2 internal compiler error report
Date
:
Fri, 15 Mar 2024 01:22:03 +0900
Since you mentioned you wanted the code to be portable across PIM and ISO ...
On Fri, 15 Mar 2024 at 00:03, Alice Osako wrote:
TYPE
Octet = PACKEDSET OF CARDINAL [0 .. 0FFH];
PACKEDSET is only available in ISO but not PIM.
Portable across PIM and ISO would be:
TYPE Octet = CARDINAL [0 .. 255];
regards
benjamin
reply via email to
[
Prev in Thread
]
Current Thread
[
Next in Thread
]
gm2 internal compiler error report
,
Alice Osako
,
2024/03/10
Re: gm2 internal compiler error report
,
Gaius Mulley
,
2024/03/10
Re: gm2 internal compiler error report
,
Alice Osako
,
2024/03/10
ISO DIS Draft [Was: Re: gm2 internal compiler error report]
,
john o goyo
,
2024/03/11
Re: ISO DIS Draft [Was: Re: gm2 internal compiler error report]
,
Alice Osako
,
2024/03/11
Re: ISO DIS Draft [Was: Re: gm2 internal compiler error report]
,
Christoph Schlegel
,
2024/03/11
Re: ISO DIS Draft [Was: Re: gm2 internal compiler error report]
,
Alice Osako
,
2024/03/11
Re: ISO DIS Draft [Was: Re: gm2 internal compiler error report]
,
john o goyo
,
2024/03/11
Re: ISO DIS Draft [Was: Re: gm2 internal compiler error report]
,
Alice Osako
,
2024/03/11
Re: gm2 internal compiler error report
,
Alice Osako
,
2024/03/14
Re: gm2 internal compiler error report
,
Benjamin Kowarsch
<=
Re: gm2 internal compiler error report
,
Alice Osako
,
2024/03/14
Portability Considerations (was: gm2 internal compiler error report)
,
Benjamin Kowarsch
,
2024/03/16
Re: Portability Considerations
,
Alice Osako
,
2024/03/16
Re: Portability Considerations
,
Benjamin Kowarsch
,
2024/03/16
Re: Portability Considerations
,
Alice Osako
,
2024/03/16
Re: Portability Considerations
,
Christoph Schlegel
,
2024/03/16
Re: Portability Considerations
,
Alice Osako
,
2024/03/16
Re: Portability Considerations
,
Benjamin Kowarsch
,
2024/03/17
Re: Portability Considerations
,
Eric Streit
,
2024/03/17
Re: Portability Considerations
,
Benjamin Kowarsch
,
2024/03/17
Prev by Date:
Re: gm2 internal compiler error report
Next by Date:
Re: gm2 internal compiler error report
Previous by thread:
Re: gm2 internal compiler error report
Next by thread:
Re: gm2 internal compiler error report
Index(es):
Date
Thread