Hello all, just bought the Inesis Online source code and wen't to compile it (For what I assume I have is Esenthel 2.0, just bought it a few days ago). And installed the project.
It says to build it, and when I went it it says:
"Source/Shared/Blocks.cpp(25): error C2794: 'buildMesh' : is not a member of and direct or indirect base class of 'Blocks2'"
and
"Source/Shared/Blocks.cpp(37): error C2794: 'createPhysBody' : is not a member of and direct or indirect base class of 'Blocks2'"
And then the build fails.
Am I doing something wrong? Just trying to start out with a solid base to work from, and this seems perfect.
Edit: I commented out those 2 lines temporarily and the build succeeded, I read something about it being because of "super" and a non existant function. However I'd still like it fixed or solved so I'll look around
Edit 2: And then a slew of new errors for Client. Is the source outdated?
Edit 3: I replaced a lot of out of date code and got it compiling. Having an issue connecting to server though, I put in the IP in the constants files like it wanted but still getting a "Server is unavailable or you are offline" error. Looking into this too.
Well, kind of starting to regret my purchase now. Can't find any information whatsoever that is helpful as to why I can't connect to it, and the only official documentation just simply says:
Quote:Now let's start Ineisis on Local Machine.
Open "Ineisis" project.
Build and run "Ineisis Server" application in "Windows EXE / Mac APP / Linux" configuration.
Build and run "Ineisis Client" application in "Windows EXE / Mac APP / Linux" configuration.
Which is not exactly working in this case. Well, it compiles and runs, but will not connect.