01.12.2009, 22:23:33
My TLB Viewer says
And both those CLSIDs are present in YR just as in TS.
Code:
// Generated .IDL/C++ pseudo source equivalent of Win32 type library ..\<Unknown>
[
uuid({4A582740-9839-11D1-B709-00A024DDAFD1}),
version(1.0),
helpstring("Locomotion Type Library")
]
library LocomotionLibrary
[
uuid({4A582745-9839-11D1-B709-00A024DDAFD1}),
version(1.0),
helpstring("Ballistic locomotion")
]
<snip>
coclass BallisticLocomotion
{
[default] interface ILocomotion;
interface IPersistStream;
interface IPiggyback;
};