Unfortunately run into an odd bug when trying to update this plugin. I'm using VIsual Studio 2012 and get errors on:
Edittime.cpp. In particular CArchive which is referenced. This makes sense because it is a MFC class...I just have no clue why this wouldn't have thrown an error earlier.
I managed to fix that error by using the "bin" class instead, but during rundown the plugin crashes. It has been forever since I've coded this plugin so maybe I'm missing something, but very odd that the project wouldn't just compile fine right off the bat...I even used Visual Studio 2010 compatibility mode.
Anybody that has done plugin development have a thought on this? I hate that it is difficult to debug plugins...
EDIT: Also, an odd note that when importing the plugin (this even has issues with the plugin SDK) it does not include Edittime or ConstructSDK.ref in the build. Once I add constructSDK.ref into the build I get a warning that it can't find unique match for symbol "GetInfo".