Ok so I told it to use /NODEFAULTLIB:libcmt.lib in what i thought was the correct location with no luck. I can alter a few cmake settings regarding mysql and get rid of the error but it causes a whole bunch of unresolved symbol errors. I also tried disabling the EQEMU_BUILD_MSVC_MP flag in cmake with no luck. I did try those two things independant of each other so not to make things worse.
Do you suppose this could just be a case of my mysql version not being as compatiable with the current setup as it used to be? Mysql 5.1.73 is still supported in the project as far as I can tell but could it be that I am using a x64 version instead of x86? I know it worked in the past but a lot of things have changed since I last compiled the source.
|