Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: monsune on June 21, 2016, 09:35:10 pm

Title: Would you help to compile specific map extractor's source?
Post by: monsune on June 21, 2016, 09:35:10 pm
Would you be able to help me compile the code? It should be easy while it's not for me. I need this particular map extractor due to the server core running on older version of maps. I have the maps of course but this time i need to process a custom map so this extractor is very needed.

I will kindly appreciate your help.
Title: Re: Would you help to compile specific map extractor's sourc
Post by: Kaev on June 23, 2016, 07:47:00 am
Did you have any errors or what went wrong when you tried to compile it?
Title: Re: Would you help to compile specific map extractor's sourc
Post by: monsune on June 24, 2016, 02:52:36 am
Thank you for your kind response, Kaev. I had many errors, e.g. lib stuff reported to be missing while it wasn't to the best of my knowledge. I'm not used to errors on Win when compiling and it caused my head to spin. Could be a 5 min. job for an experienced person that is in the know of what's going on.

I will try again today and supply you with detailed logs of compilation, ok?
Title: Re: Would you help to compile specific map extractor's sourc
Post by: Kaev on June 24, 2016, 06:58:03 am
I didn't download the sourcecode from your post yet, but are there all dependencies in it?
If not, it would explain why some libraries are missing. Best thing you probably can do is download the sourcecode of your server (probably TrinityCore) and replace the sourcefiles of the map extractor with your files. It should have all dependencies and compile without problems then. :)