Jump to content

Compile server with VS2013


Recommended Posts

  • Former Staff

//SOLVED

 

 

 

Hello guys .... i don't have much time (because of work and  education) to continue studying C++ i got some basics which helps me a lot at the moment

 

so ... as in the title I'm trying to compile the server (Game & Db & Quest Compiler (qc)) with vs 2013 if anyone is asking about the reason I'll give tow point

 

1_ with my little knowledge with c++ i can't mange to create systems or to edit anything in the source unless i saw a something which can (fix , repair  or edit) so with VS it helps me a lot with the editing

 

2_ it's easy to know what are you doing when using the source

 

so far i got this

 

 

  • Game --------> No errors (Compiled successfully)
  • DB      --------> No errors (Compiled successfully)
  • QC      --------> No errors (Compiled successfully)

 

Game errors

There is no error with DB (Compiled successfully)

DB errors

There is no error with DB (Compiled successfully)

QC errors

There is no error with QC (Compiled successfully)

at the end thanks in advance and sorry for my bad english

 

 

 

FIX

GAME

add to additional options this /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBCPMT

DB

add to additional options this /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBCPMT

Best Regards

    FlyGun :P

Edited by flygun
Link to comment
Share on other sites

  • Former Staff

game - cant open this file libboost_chrono-vc120-mt-sgd-1_55.lib ( add this lib to lib folder )

db - try to add to additional options this /NODEFAULTLIB:library

hey .. thx for replying actually

i know that the game can't open the file the problem is that i can't find it in any place i tried to search in FreeBSD :/ but i can't find this lib  

 

DB- same problem

Link to comment
Share on other sites

  • Former Staff

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.