Ok, I'm new to MQ2. I was able to compile and use the version before 20160217 using VS2012.
This time, after I run the Auth, open the .dsw file and try to do the migration, I get a migration report that :
MQ2Main\MQ2Main.dsp: Unable to convert project. Please make sure this is a valid Visual C++ 6.0 project.
Error MQ2Main\MQ2Main.dsp: Project upgrade failed.
and it won't migrate or compile.
When I attempted to use the .sln MacroQuest2-VS2012, I successfully migrated, but no matter how many times I build, I got following output:
1>------ Build started: Project: MQ2Bzsrch, Configuration: Release Win32 ------
1> Creating library .\../Release\MQ2Bzsrch.lib and object .\../Release\MQ2Bzsrch.exp
1>MQ2Bzsrch.obj : error LNK2019: unresolved external symbol "public: __thiscall NetStream::NetStream(unsigned char const *,unsigned int)" (??0NetStream@@QAE@PBEI@Z) referenced in function "public: void __thiscall BzSrchHook::BzDetour(struct bzrData *)" (?BzDetour@BzSrchHook@@QAEXPAUbzrData@@@Z)
1>MQ2Bzsrch.obj : error LNK2019: unresolved external symbol "public: __thiscall NetStream::~NetStream(void)" (??1NetStream@@QAE@XZ) referenced in function "public: void __thiscall BzSrchHook::BzDetour(struct bzrData *)" (?BzDetour@BzSrchHook@@QAEXPAUbzrData@@@Z)
1>MQ2Bzsrch.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall NetStream::readText(void)" (?readText@NetStream@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) referenced in function "public: void __thiscall BzSrchHook::BzDetour(struct bzrData *)" (?BzDetour@BzSrchHook@@QAEXPAUbzrData@@@Z)
1>MQ2Bzsrch.obj : error LNK2019: unresolved external symbol "public: unsigned short __thiscall NetStream::readUInt16(void)" (?readUInt16@NetStream@@QAEGXZ) referenced in function "public: void __thiscall BzSrchHook::BzDetour(struct bzrData *)" (?BzDetour@BzSrchHook@@QAEXPAUbzrData@@@Z)
1>MQ2Bzsrch.obj : error LNK2019: unresolved external symbol "public: unsigned int __thiscall NetStream::readUInt32(void)" (?readUInt32@NetStream@@QAEIXZ) referenced in function "public: void __thiscall BzSrchHook::BzDetour(struct bzrData *)" (?BzDetour@BzSrchHook@@QAEXPAUbzrData@@@Z)
1>.\../Release\MQ2Bzsrch.dll : fatal error LNK1120: 5 unresolved externals
========== Build: 0 succeeded, 1 failed, 12 up-to-date, 0 skipped ==========
Any Suggestions would be greatly appreciated

