I have problem for compile

Newbie Spellweaver
Joined
Aug 18, 2011
Messages
6
Reaction score
0
Hi, i have problem for compile
this my problem

Rebuild All: 13 succeeded, --->(3 failed)<---, 0 skipped


Deleting intermediate files and output files for project '.1_AccountServer', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
Compiling...
dpBillingTH.cpp
dpBilling.cpp
dpadbill.cpp
BillingMgrTW.cpp
BillingMgrTH.cpp
BillingMgrJP2.cpp
BillingMgrJP.cpp
BillingMgr.cpp
exceptionhandler.cpp
Query.cpp
xUtil.cpp
vutil.cpp
timer.cpp
scanner.cpp
memtrace.cpp
file.cpp
debug.cpp
dxutil.cpp
sock.cpp
crc.cpp
Generating Code...
Compiling...
buffer.cpp
mytrace.cpp
heapmng.cpp
ar.cpp
globalgiftbox.cpp
dpwldsrvr.cpp
dpsrvr.cpp
dpdbsrvr.cpp
DBManager.cpp
AccountServer.cpp
account.cpp
Generating Code...
Compiling...
des.c
Compiling resources...
Linking...
LINK : fatal error LNK1181: cannot open input file '\Users\Omar\Desktop\compilation\Source\9_WorldDialog\Release\WorldDialog.lib'
.1_AccountServer - 1 error(s), 0 warning(s)

and


------ Rebuild All started: Project: 9_WorldDialog, Configuration: Release Win32 ------

Deleting intermediate files and output files for project '9_WorldDialog', configuration 'Release|Win32'.
Compiling...
StdAfx.cpp
Compiling...
WorldDialog.cpp
NpcScriptHelper.cpp
NpcScript.cpp
NpcScript.cpp(1155) : error C2065: 'QUEST_HEROKNI_TRN5' : undeclared identifier
NpcScript.cpp(1229) : error C2065: 'QUEST_HEROBIL_TRN5' : undeclared identifier
NpcScript.cpp(2512) : error C2065: 'QUEST_HEROJES_TRN5' : undeclared identifier
NpcScript.cpp(2541) : error C3861: 'QUEST_HEROJES_TRN5': identifier not found, even with argument-dependent lookup
NpcScript.cpp(3029) : error C2065: 'QUEST_HERORAN_TRN5' : undeclared identifier
NpcScript.cpp(3057) : error C3861: 'QUEST_HERORAN_TRN5': identifier not found, even with argument-dependent lookup
NpcScript.cpp(4310) : error C2065: 'QUEST_HERORIN_TRN5' : undeclared identifier
NpcScript.cpp(4518) : error C2065: 'QUEST_HEROBLA_TRN5' : undeclared identifier
NpcScript.cpp(4591) : error C2065: 'QUEST_HEROPSY_TRN5' : undeclared identifier
NpcScript.cpp(4874) : error C2065: 'QUEST_HEROELE_TRN5' : undeclared identifier
Generating Code...
9_WorldDialog - 10 error(s), 0 warning(s)

I use Visual_Studio_.NET_2003_Enterprise
I installed Sp1 on my vs2003

---------- Post added at 08:50 PM ---------- Previous post was at 08:49 PM ----------

I use this file http://forum.ragezone.com/f457/source-code-dits-v16-8-a-767267/
 
thanks for your response how to define these quest?
and for this problem

LINK : fatal error LNK1181: cannot open input file '\Users\Omar\Desktop\compilation\Source\9_WorldDialog\Release\WorldDialog.lib'
.1_AccountServer - 1 error(s), 0 warning(s)
 
thanks for your response how to define these quest?
and for this problem

LINK : fatal error LNK1181: cannot open input file '\Users\Omar\Desktop\compilation\Source\9_WorldDialog\Release\WorldDialog.lib'
.1_AccountServer - 1 error(s), 0 warning(s)

You need to add "../Lib" path to library directories then it will compile properly.
 
hi ,

Tools>Options> VC ++ Directories

Include files : .../resourse
.../BOOST_SDK
.../DX_SDK

Library files : .../Lib

Source files : .../DX_SDK
.../Source

and i still this problem

LINK : fatal error LNK1181: cannot open input file '\Users\Omar\Desktop\compilation\Source\9_WorldDialog\Release\WorldDialog.lib'

(Sorry for my english)
.1_AccountServer - 1 error(s), 0 warning(s)
 
Its not .../Lib its ../Lib with 2 periods not 3.
 
Include :



Source :



Library :



---------- Post added at 03:24 PM ---------- Previous post was at 03:24 PM ----------

and i still this problem

LINK : fatal error LNK1181: cannot open input file '\Users\Omar\Desktop\compilation\Source\9_WorldDialog\Release\WorldDialog.lib'
 
i use (..\Lib) and i still this problem

LINK : fatal error LNK1181: cannot open input file '\Users\Omar\Desktop\compilation\Source\9_WorldDialog\Release\WorldDialog.lib'

.7_WorldServer - 1 error(s), 8 warning(s)

LINK : fatal error LNK1181: cannot open input file '\Users\Omar\Desktop\compilation\Source\9_WorldDialog\Release\WorldDialog.lib'

.1_AccountServer - 1 error(s), 0 warning(s)

---------------------- Done ----------------------

Build: 11 succeeded, 5 failed, 0 skipped
 
why is it reading lib from release folder? aren't you suppose to use Lib folder?
 
Back