Chanege Device Help

lzgames

New member
Messages
11
Points
0
Hi Herc can i got your help ??
ive my Ragnarok Offline Server with HEC SVN
last time (Des 2016) I open/setup my server running good
then my laptop is broke

now i buy a new laptop and try to get my server back
ive all data backup from my server like SVN,GRF,KRO,Tools and other
but i get this trouble :

1. Here the Problem when i open run-server

Untitled04.jpg

2. I cant recompile my server with Visual C ++ 2010 (same version and step with my old laptop)

 Untitled00.jpg

Untitled01.jpg

Untitled02.jpg

3. This My SQL (i use same version, password and step with my old laptop)

Untitled03.jpg

Can u guys help me ??
THANKYOUUUUUUUUUUUUUUUUU

 
Last edited by a moderator:
Last edited by a moderator:
I never did it in windows, but my guess is uhhh......

Hercules-14 requires VisualStudio 2014 ????????????

you are trying to open it in VS 2010

Hercules ships with solution and project files for Visual Studio from 2012 onwards.

source :  http://herc.ws/wiki/Compiling

Using Visual Studio








MS Visual Studio 2012: Compile configuration (red) and solution (blue) with it's child projects.




Hercules ships with solution and project files for Visual Studio from 2012 onwards.

  • Download the latest version of Visual Studio (at the time of writing, MS Visual Studio 2015 Community Edition) and install it, if you do not have Visual Studio already installed.
  • Open Hercules-14.sln in your Hercules folder if you use Visual Studio 2015, for Visual Studio 2013, you need to open Hercules-12.sln, for Visual Studio 2012, you need to open Hercules-11.sln instead.
  • Select the desired compile configuration (marked red). Use Release when you compile the server, where players will be playing on. Debug compiles the server without optimizations and with debugging information.
  • Right-click the solution node (marked blue) and select Build solution. If you have compiled the server before, it is recommended to use Rebuild solution, as it forces the compiling of all components, not just those, which seem to have changed since last compile.
  • If the compilation was successful, the resulting executables are in the same folder as the solution named login-server.exechar-server.exemap-server.exe and mapcache.exe.



5




5

 
Last edited by a moderator:
Back
Top