I have a COM library project and now would like to pass an INT64 argument in an interface method.
When compiling the IDL however I get ...
error MIDL2025 : syntax error : expecting a type specification near "INT64"
Any suggestion ?