DarkMultiPlayer Client

DarkMultiPlayer Client

38.8k Downloads

Source files missing ?

basox70 opened this issue · 7 comments

commented

Environment

  • OS: W10

Description

can't compile using visual studio 2017

Additional Info

some type or namespace seems absent ?
image

commented

it compiles fine for me with Windows 10 and VS 2017.

Can you give a bit more detail on the steps you took ?

commented

i made a fork on my github, then i cloned, and opened the .sln with VS2017, it's an enterprise edition
[edit] it's vs2017 c++

commented

Can you show me the full error messages ?

And have you copied the KSP Files to your directory ?

Compiling

  • Copy the following assemblies from [KSP root folder]/KSP_Data/Managed:
    • Assembly-CSharp
    • Assembly-CSharp-firstpass
    • UnityEngine
    • UnityEngine.UI
  • Paste the copied assemblies where DarkMultiPlayer.sln is located at.
commented

I've copied the files, i have still the problem (685 errors, most of them are "type or namespace missing", a few are "'ConfigNode' is unreachable due to its protection level" )
image
image

[edit] when i open the project, it first have 318 errors, and when i generate, it goes to 680

commented

@basox70 I've tried it too and got 0 errors

1>------ Neues Erstellen gestartet: Projekt: DarkMultiPlayerCommon, Konfiguration: Debug Any CPU ------
1> DarkMultiPlayerCommon -> D:\My\Desktop\Coding\DarkMultiPlayer\Common\bin\Debug\DarkMultiPlayer-Common.dll
2>------ Neues Erstellen gestartet: Projekt: Client, Konfiguration: Debug Any CPU ------
3>------ Neues Erstellen gestartet: Projekt: Server, Konfiguration: Debug Any CPU ------
2> Client -> D:\My\Desktop\Coding\DarkMultiPlayer\Client\bin\Debug\DarkMultiPlayer.dll
3> Server -> D:\My\Desktop\Coding\DarkMultiPlayer\Server\bin\Debug\DMPServer.exe
========== Alles neu erstellen: 3 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========

Which means: 3 successfull, 0 errors, 0 skipped

commented

well, i'll go back to beginning, and try again

commented

well, i don't know why, but it works ¯\_(ツ)_/¯
Maybe the files didn't copy well, i don't know
thanks for the help to both of you