Paperdoll_npc compile error MSVC 2013

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
alagner
Posts: 118
Joined: Thu May 14, 2020 1:34 pm

Paperdoll_npc compile error MSVC 2013

Post by alagner »

I'm trying to compile Exult with MSVC 2013 Community Edition.
After removing MSVC version error message, including and messing around with include paths (most errors relate to shape/shapeinf folder, probably due to the way the project is imported) I got stuck on
Paperdoll_npc class listed as undefined. Any ideas what to do with it? I'm using fresh SVN-generated source code and solution search shows only forward declarations, no actual class implementation. What have I missed?

Regards,
Alex
A.M.Miera
vel. Alagner Dragon
alagner
Posts: 118
Joined: Thu May 14, 2020 1:34 pm

Re: Paperdoll_npc compile error MSVC 2013

Post by alagner »

Update:

Grepping for this class on Linux showed that it's located in the npcdollinf.cc. So after a quick check...it's not in the project. Yup, it is in the project tree, bu VS reports that the file npcdollinf.cc can not be found.

Seems a long run before me to port it to newest VS, wish me luck ;)

Regards,
A.M.Miera
vel. Alagner Dragon
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: Paperdoll_npc compile error MSVC 2013

Post by Dominus »

I think recently vimus on irc managed to get a working project file going but he has been mum since. Maybe take a look at the logs of december... Or wait for him on irc ;)
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Locked