JosiahOne/quickbase-cpp-wrapper

Make compatible with VS 2010.

Closed this issue · 1 comments

So it was determined that the main issue with our build problems is that the AutoCad plugins we're working with NEED to be built on VS 2010, except our library uses 2013 features.

Clearly if we want to be portable, we'll need to switch to 2010 features. The initalizer lists were switched away, and I'm guessing most of the problem is related to our version of libcurl.

Fixed, at least for 64 bit libcurl.