Issue information

Issue ID
#2025
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 9, 2008 8:21
Last Post
Hercules Elf Bot
Aug 9, 2008 8:21
Confirmation
N/A

Hercules Elf Bot - Aug 9, 2008 8:21

Originally posted by [b]OnNplay[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2025

I get this from VC++ 2008...

QUOTE
------ Build started: Project: txt-converter-login, Configuration: Debug Win32 ------
Compiling...
core.c
db.c
ers.c
lock.c
malloc.c
showmsg.c
sql.c
strlib.c
timer.c
account_sql.c
account_txt.c
login-converter.c
c:\13053 ea-trunk-txt-sql\src\txt-converter\login-converter.c(89) : warning C4013: 'account_db_txt' undefined; assuming extern returning int
c:\13053 ea-trunk-txt-sql\src\txt-converter\login-converter.c(89) : warning C4047: '=' : 'AccountDB *' differs in levels of indirection from 'int'
c:\13053 ea-trunk-txt-sql\src\txt-converter\login-converter.c(90) : warning C4013: 'account_db_sql' undefined; assuming extern returning int
c:\13053 ea-trunk-txt-sql\src\txt-converter\login-converter.c(90) : warning C4047: '=' : 'AccountDB *' differs in levels of indirection from 'int'
Generating Code...
Compiling manifest to resources...
Microsoft ® Windows ® Resource Compiler Version 6.0.5724.0
Copyright © Microsoft Corporation. All rights reserved.
Linking...
LINK : ..\tools\login-converter.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft ® Windows ® Resource Compiler Version 6.0.5724.0
Copyright © Microsoft Corporation. All rights reserved.
Build log was saved at "file://c:\13053 ea-trunk-txt-sql\vcproj-9\txt-converter-login\Debug\BuildLog.htm"
txt-converter-login - 0 error(s), 4 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========