C++ linker warnings regarding ON_SimpleArray

Statically linking in a library that is referencing a different version of another library you are using in your plug-in is a really bad idea. Is this static library yours? If so, then I could add the static library project to your plug-in solution, and then modify the static library to use the same openNURBS (DLL) as your plug-in (conditionally of course).