Jump to content
  • 0

compilation error


jairpinto

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  11/29/14
  • Last Seen:  

i some times get this message when i try to compile the server

 

fatal error LNK1104: no se puede abrir el archivo '..\login-server_sql.exe'

 

im using visual studio C++ 2010(x86)

 

some times it works but its too hard try and try and try.

 

note: before this trouble i had other problem, and the solution was change one value in the files properties, for the solution i used this: 

 

http://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval

 

i changed a field in the linker for NO/INCREMENTAL:NO

 

thx and sorry if u dont understand my english sucks :P

post-30390-0-60090800-1417499632_thumb.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  317
  • Reputation:   63
  • Joined:  11/13/11
  • Last Seen:  

Please make sure your login-server / char-server / map-server are closed before trying to recompile.

Also, on where you see Debug, change it and make it Release. That would get rid of most warnings, but would still halt your compilation in case of an error.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  11/29/14
  • Last Seen:  

ok, i allways close the .exe files, and i try changing debug to release but dindt work :(


i have a question, i recently compile the files and visual studio send me this message

 

generar: 3 correctos, 1 incorrectos, 0 actualizados, 0 omitidos

 

3 files compiled and one fail, mapcache, and i use the .bat file to iniciate the server and it run normaly, so whats the function for mapcache?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...