RePlugin for exodus client

"Fred O'Leary" <Fred.Oleary-WunRDOHor9BWk0Htik3J/[email protected]> Fri, 30 Jan 2004 10:53:03 -0800
Newsgroups gmane.network.jabber.exodus.devel
Message-ID <22ACFCD87A5780449EEBDD6D78BB8DB576FC8A@sylmail1>
Found the pliing issue. The MS ATL framework appends 'Lib' to the idl "library" statement such that "MyPlugin" becomes "MyPluginLib". The progid remains "MyPlugin.IExodusPlugin". The Excodus plugin refenences progid "MyPluginLib.IExodusPlugin" which doesn't exist. Removing the "lib" suffix fixes it