[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Windows Custom Build error



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
Sent: Thursday, January 05, 2006 6:35 AM
To: imc-snacc@xxxxxxx
Subject: Windows Custom Build error

 

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