Jump to content
Blazing Spear

Little Problem need Little Help

Recommended Posts

..\src\map\harmony_atcommanddef.inc(1): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(1): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(1): error C2078: too many initializers

..\src\map\harmony_atcommanddef.inc(2): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(2): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(3): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(3): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(4): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(4): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(5): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(5): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(6): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(6): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(7): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(7): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

..src\map\harmony_atcommanddef.inc(8): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int'

..\src\map\harmony_atcommanddef.inc(8): warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int'

harmony_atcommanddef.inc

{ "reloadgrfintegrity", 99,99,0, atcommand_reloadgrfintegrity },

{ "reloadharmony", 99,99,0, atcommand_reloadharmony },

{ "showautoban", 99,99,0, atcommand_showautoban },

{ "liftautoban", 99,99,0, atcommand_liftautoban },

{ "netinfo", 99,99,0, atcommand_netinfo },

{ "macban", 99,99,0, atcommand_macban },

{ "liftmacban", 99,99,0, atcommand_liftmacban },

{ "showmacban", 99,99,0, atcommand_showmacban },

Did i miss something??

Link to comment
Share on other sites

Hello please goto src/map/harmony_atcommanddef_ra rename to harmony_atcommanddef :)

Link to comment
Share on other sites

then what im going to do zack?

my problem now is this

1>clif.obj : error LNK2019: unresolved external symbol _harmony_parse referenced in function _packetdb_readdb

1>map.obj : error LNK2019: unresolved external symbol _harmony_logout referenced in function _map_quit

1>map.obj : error LNK2019: unresolved external symbol _harmony_final referenced in function _do_final

1>map.obj : error LNK2019: unresolved external symbol _harmony_init referenced in function _do_init

thanks for replying zack

the first problem fixed

Link to comment
Share on other sites

Harmony gives patch compatible to your svn. And its like one click then recompile. Would be better if you contact them about this issue although their response will not be as fast as you can expect.

Edited by Choko Designoper
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
Reply to this topic...

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.