blueboy / portalclassic

playerbot support for C(ontinued)-MaNGOS (classic fork)
GNU General Public License v2.0
18 stars 32 forks source link

Compile issue Visual C++ 2012 #8

Closed w00klee closed 10 years ago

w00klee commented 10 years ago

Hello,

I tried to compile portalclassic in Visual C++ 2012 but it generated 32 errors, I had to copy the playerbot lines from the '/win/VC100/game.vcxproj' and 'game.vcxproj.filters' and manually add them to the corresponding files in '/win/VC110/' folder, after this I had no errors compiling in Visual C++ 2012.

cala commented 10 years ago

Thank you for the report. Could make a pull request with the changes you made, please? So this issue won't pop up again for someone.

w00klee commented 10 years ago

Since the last cMangos updates you also have to remove the lines referencing the \extras\mod.cpp & \extras\SpellMods.cpp from both '/win/VC100/game.vcxproj' and 'game.vcxproj.filters', I assume this is due to the latest cMangos repository has not been merged into the Portalclassic repository.

Will do Cala once I get my head around pull requests :)

cala commented 10 years ago

Yes, the last updates of CMaNGOS Classic are not yet merged into Portalclassic, which is a shame as I am the one who pushed them... :P

I'm fixing this right now.