Jump to content
  • 0

Help Coustom Job Source Cant compile


Nash

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

Guys i was trying to make a coustom job for my server
i did every thing given in guide 

and ltr when i try to compile this is what i get 

1>------ Rebuild All started: Project: map-server_txt, Configuration: Debug Win32 ------
2>------ Rebuild All started: Project: char-server_txt, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'map-server_txt', configuration 'Debug|Win32'
2>Deleting intermediate and output files for project 'char-server_txt', configuration 'Debug|Win32'
2>Compiling...
1>Compiling...
2>char.c
2>int_guild.c
2>d:\tidero\[x] 3ceam\src\char\int_guild.c(1243) : warning C4244: 'initializing' : conversion from 'uint64' to 'unsigned int', possible loss of data
2>d:\tidero\[x] 3ceam\src\char\int_guild.c(1247) : warning C4244: '=' : conversion from 'uint64' to 'unsigned int', possible loss of data
2>int_homun.c
2>int_party.c
2>int_pet.c
2>int_status.c
2>int_storage.c
2>inter.c
1>atcommand.c
2>core.c
1>d:\tidero\[x] 3ceam\src\map\atcommand.c(1282) : error C2143: syntax error : missing ')' before '}'
1>d:\tidero\[x] 3ceam\src\map\atcommand.c(1283) : error C2059: syntax error : '{'
2>db.c
1>battle.c
2>ers.c
2>lock.c
2>malloc.c
1>battleground.c
2>mapindex.c
2>nullpo.c
2>plugins.c
1>chat.c
1>chrif.c
2>showmsg.c
2>socket.c
1>clif.c
2>strlib.c
2>timer.c
2>Generating Code...
1>date.c
1>guild.c
1>homunculus.c
2>Compiling...
2>utils.c
1>instance.c
2>Generating Code...
2>Compiling manifest to resources...
2>Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1
2>Copyright © Microsoft Corporation.  All rights reserved.
2>Linking...
2>LINK : ..\char-server.exe not found or not built by the last incremental link; performing full link
1>intif.c
1>itemdb.c
1>d:\tidero\[x] 3ceam\src\map\itemdb.c(244) : warning C4293: '<<' : shift count negative or too big, undefined behavior
1>log.c
1>mail.c
1>map.c
1>mapreg_txt.c
1>mercenary.c
1>mob.c
1>npc.c
1>npc_chat.c
2>Embedding manifest...
1>Generating Code...
2>Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1
2>Copyright © Microsoft Corporation.  All rights reserved.
1>Compiling...
1>party.c
1>path.c
1>pc.c
2>Build log was saved at "file://d:\TideRO\[X] 3CeAM\vcproj-8\char-server_txt\Debug\BuildLog.htm"
2>char-server_txt - 0 error(s), 2 warning(s)
3>------ Rebuild All started: Project: login-server_txt, Configuration: Debug Win32 ------
3>Deleting intermediate and output files for project 'login-server_txt', configuration 'Debug|Win32'
1>pet.c
1>quest.c
1>script.c
1>skill.c
1>status.c
1>storage.c
1>trade.c
1>unit.c
1>vending.c
1>core.c
1>db.c
1>ers.c
1>grfio.c
1>lock.c
1>malloc.c
1>mapindex.c
1>md5calc.c
1>Generating Code...
3>Compiling...
3>account_txt.c
1>Compiling...
1>nullpo.c
1>plugins.c
3>admin.c
1>showmsg.c
3>ipban_txt.c
1>socket.c
3>login.c
1>strlib.c
1>timer.c
3>loginlog_txt.c
1>utils.c
3>core.c
1>Generating Code...
1>Build log was saved at "file://d:\TideRO\[X] 3CeAM\vcproj-8\map-server_txt\Debug\BuildLog.htm"
1>map-server_txt - 2 error(s), 1 warning(s)
3>db.c
3>ers.c
3>lock.c
3>malloc.c
3>md5calc.c
3>nullpo.c
3>plugins.c
3>showmsg.c
3>socket.c
3>strlib.c
3>timer.c
3>utils.c
3>Generating Code...
3>Compiling manifest to resources...
3>Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1
3>Copyright © Microsoft Corporation.  All rights reserved.
3>Linking...
3>LINK : ..\login-server.exe not found or not built by the last incremental link; performing full link
3>Embedding manifest...
3>Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1
3>Copyright © Microsoft Corporation.  All rights reserved.
3>Build log was saved at "file://d:\TideRO\[X] 3CeAM\vcproj-8\login-server_txt\Debug\BuildLog.htm"
3>login-server_txt - 0 error(s), 0 warning(s)
========== Rebuild All: 2 succeeded, 1 failed, 0 skipped ==========

 


1 failed please help and give me a solution}

                                                                                                   Regards,

                                                                                                           Zodan456 

THX :D

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   2
  • Joined:  11/20/11
  • Last Seen:  

Line 1282 - ( "stalker epic",    35}  has incorrect syntax. 

 

Change '(' to '{'

Edited by Pinoy Fury
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

i knw the error that cyurl is missing but cant find where is it missing please help 

here is my atcommand 

Download:http://www.mediafire.com/?a148ion8m48c4xz

 


Thx in advance i am a newbie so if i did anything rong plz correct me

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

Ty bro :D

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...