Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'invalid_param' : invalid parameter to embedded_idl attribute
Remarks
A parameter was passed to the embedded_idl attribute of #import, but the compiler did not recognize the parameter.
The only parameters that are allowed for embedded_idl are emitidl and no_emitidl.
Example
The following example generates C3519:
// C3519.cpp
// compile with: /LD
[module(name="MyLib2")];
#import "C:\testdir\bin\importlib.tlb" embedded_idl("no_emitidcl")
// C3519
#import "C:\testdir\bin\importlib.tlb" embedded_idl("no_emitidl")
// OK