Hi,
i'm trying to use the RegisterNotification method, but i got this message during the plugin startup:
System.MissingMethodException: Method not found: 'Int32 Autodesk.Max.IGlobal.RegisterNotification(Delegate3, System.Object, Autodesk.Max.SystemNotificationCode)'.
at d3DPlugin.d3DPluginCore.Initialize(IGlobal global, ISynchronizeInvoke sync)
at Autodesk.Max.Manager.RegisterLoadedPlugins()
Actually i'm calling the global.RegisterNotification method inside the Initialize procedure of my IPlugin class.
I've also tried to call global.RegisterNotification "on demand" after plugin inizialization but with the same result.
I've tested it with 3DStudioMax 2009 and 3DStudioMax 2011...
Any help? Is there a work around to be notified each time the user select some node in the currente Max scene?
thank you in advance for any help
ciao,
ricky