|
I am attempting to BuildAll using Visual Studio 7.1
and esnacc 1.7. Everything compiles successfully until the following custom
build step is executed in VdatestC_asn.asn1 :- ..\..\..\SMPDist\bin\esnacc.exe -D -E DER -c
$(InputPath) Which produces the following error :- eSNACC compiling module
d:\Snacc\c-examples\vdatestC\vdatestC_asn.asn1 ..\..\..\SMPDist\bin\esnacc.exe:
ERROR---unknown cmd line option `-D' The question is why the uppercase parameters? John |