|
John, I’m pretty sure the “-D”
option has been deprecated. Remove the option from the custom build and it
should work. -Pierce From: owner-imc-snacc@xxxxxxxxxxxx
[mailto:owner-imc-snacc@xxxxxxxxxxxx] On
Behalf Of John Hodgkinson 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 |