Visual Studio 2017

07/07/2019 17:19 LuciferMorningStar666#1
Hello. I have a question about VS2017 External Dependencies.
Quote:
[Only registered and activated users can see links. Click Here To Register...]
When I added the Player_War some files like WndGuildWarDecl, WndGuildPeace etc.. coming up with errors in WorldServer, what I did it I deleted it in the WorldServer project and I had no errors in those files anymore, but I had errors in injection files in External Dependencies DPLoginClient.h, I was thinking how to delete this file in this project?

Example of small errors that shouldn't have.
Code:
https://imgur.com/7qE6sl0
All this errors are popping out when I added the WndPlayerRanking.h/cpp and PlayerWar.h/cpp

PS: I am using Blouflash released source
Quote:
[Only registered and activated users can see links. Click Here To Register...]
07/07/2019 18:15 -Valor#2
Hi, what kind of errors do you have when you include the files? For ex. WndPlayerRanking.h/cpp ?
07/07/2019 18:28 LuciferMorningStar666#3
Quote:
Originally Posted by -Valor View Post
Hi, what kind of errors do you have when you include the files? For ex. WndPlayerRanking.h/cpp ?
The WndPlayerRankings.cpp said cannot open include file “DPClienth.h” even though I included it in Worldserver and the .cpp too.

And a lot errors showing that files not included like DPLoginclient, and different files with DP.I was wondering how come it became the problem?
07/07/2019 19:00 -Valor#4
Be sure that Wnd .cpp files are not included in worldserver, worldserver doenst have a DPClient.h (The reason why you get that error). WndPlayerRankings.cpp is used for Neuz, exclude it from WorldServer and include it in your Neuz. Should work.

Same for DPLoginclient, also not in WorldServer project.
07/07/2019 19:21 LuciferMorningStar666#5
Quote:
Originally Posted by -Valor View Post
Be sure that Wnd .cpp files are not included in worldserver, worldserver doenst have a DPClient.h (The reason why you get that error). WndPlayerRankings.cpp is used for Neuz, exclude it from WorldServer and include it in your Neuz. Should work.

Same for DPLoginclient, also not in WorldServer project.
Okok. But the DPLoginclient is in External Dependencies, there is no remove whenever I right clicked it. How do you remove it from there?
07/07/2019 20:00 Blouflash#6
Quote:
Originally Posted by LuciferMorningStar666 View Post
The WndPlayerRankings.cpp said cannot open include file “DPClienth.h” even though I included it in Worldserver and the .cpp too.

And a lot errors showing that files not included like DPLoginclient, and different files with DP.I was wondering how come it became the problem?
Why would you add window class files to the WORLDSERVER?
Makes no sense.

There are multiple files with the same name like: DPLoginClient.
Just looking at the error tells me you failed. You have some g_Neuz errors inside your Worldserver project which is obviously bad copy pasta.
07/07/2019 21:09 LuciferMorningStar666#7
Quote:
Originally Posted by Blouflash View Post
Why would you add window class files to the WORLDSERVER?
Makes no sense.

There are multiple files with the same name like: DPLoginClient.
Just looking at the error tells me you failed. You have some g_Neuz errors inside your Worldserver project which is obviously bad copy pasta.
Okok. So the dploginclient is already there since the start? When I tried to compare the illumine files there is no dploginclient.h linked in worldserver.