-
Notifications
You must be signed in to change notification settings - Fork 0
MIDL options
patrickmmartin edited this page Feb 11, 2012
·
5 revisions
MIDL command line
MIDL /nologo /osf /error stub_data -cpp_cmd CPP32.exe -cpp_opt "-P- -oCON " winampinterface.idl
/osf OSF mode - disables /ms_ext and /c_ext options
/cpp_cmd cmd_line Specify name of C preprocessor
/cpp_opt options Specify additional C preprocessor options
/error stub_data Emit additional check for server side stub data validity
/nologo Supress displaying of the banner lines
-P- eliminates emitting line numbers -oCON is output to console ("CON" - really)
/robust Generate additional information to validate parameters