The plugin instructions were for Visual Studio 2005, and I attempted to build a plugin with Visual Studio 2008, and this is the first time that there has been a difference between the two.
I changed the following line of code in rb_plugin_cpp.h from:
to
The datatype range should be the same (-2,147,483,648 to 2,147,483,647), and I’ll check and see if there are any stability issues with this change.
I would nowadays build with nothing but Visual Studio 2013 on Windows. VS 2013 community edition is free for companies with 5 or less people and has same features as Pro. You just save your self a lot of trouble by not going 2005 or 2008.
I been migrating my self from 2008 to 2013 and the process and the results have been very good.