OpenNos Based server DLL error

06/08/2018 20:36 Dezkyo#1
Hi, i'm trying to build my own NosTale server based on OpenNos.
While i'm building OpenNos.World, Login and Server i've got those dll issues:
[Only registered and activated users can see links. Click Here To Register...]

Any solution for this?

Thanks.
06/08/2018 20:48 Blowa#2
Obviously, there are compilation errors that block your OpenNos libraries (GameObject for example) to build, so, as World, Login, Server does need those, you can't compile without having that dependency filled.

You could have searched a bit by yourself, that's not that hard to copy/paste the visual studio error on google when you don't understand it.
06/08/2018 21:00 Dezkyo#3
Quote:
Originally Posted by val77 View Post
Obviously, there are compilation errors that block your OpenNos libraries (GameObject for example) to build, so, as World, Login, Server does need those, you can't compile without having that dependency filled.

You could have searched a bit by yourself, that's not that hard to copy/paste the visual studio error on google when you don't understand it.
Did it.