NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / FAQ
1
2 1.Q: Is it possible to build the asn1c compiler on Win32?
3 1.A:
4         At this point, the asn1c source code is tied to GCC-specific
5         extensions in several key places. The CYGWIN environment with
6         gcc compiler may be what are you looking for.
7
8         Please also consider using the Online ASN.1 compiler at
9                 http://lionet.info/asn1c
10         which generates platform-independent code.
11
12
13 2.Q: How to build a simplest BER (XER) encoder or decoder?
14 2.A:
15         Please check the "Quick Start Guide" on ./doc/asn1c-quick.pdf
16         Please check the "Examples" section of ./doc/asn1c-usage.pdf
17
18         Also, try the following to build the X.509v3 parser:
19
20                 cd ./examples/sample.source.PKIX1
21                 make
22                 ./x509dump -h
23
24
25 -- 
26 Lev Walkin
27 vlm@lionet.info