[Help] Ep 3.5 NPC Server Linker Error

Results 1 to 11 of 11
  1. #1
    [Help] Ep 3.5 NPC Server Linker Error St34lth4ng3l is offline
    MemberRank
    Apr 2013 Join Date
    __FILE__Location
    899Posts

    [Help] Ep 3.5 NPC Server Linker Error

    I have a problem, from yesterday on i'm using (thanks to killburne) Visual Studio 2012 to edit my Source and it's using the vc 6.0 Compiler, but when i try to compile the NPC Server i'm getting 7 Linker errors, but trying to compile the same project with visual studio 6.0 everything is fine, does anyone know whats the problem could be?

    i tried to include several other dxsdk's but nothing works

    Code:
    1>------ Erstellen gestartet: Projekt: NPCServer, Konfiguration: R_Wikigames_Eng Win32 ------
    1>  StdAfx.cpp
    1>  AtumDateTime.cpp
    1>  AtumDBHelper.cpp
    1>  AtumDBManager.cpp
    1>  AtumNode.cpp
    1>  AtumParamProtocol.cpp
    1>  AtumParamProtocolFunctions.cpp
    1>  AtumSJ.cpp
    1>  AtumThread.cpp
    1>  Config.cpp
    1>  GameDataLast.cpp
    1>  Global.cpp
    1>  GlobalGameServer.cpp
    1>  HPAction.cpp
    1>  IOCP.cpp
    1>  IOCPSocket.cpp
    1>  Localization.cpp
    1>  MapBlock.cpp
    1>  MapChannel.cpp
    1>  MapProject.cpp
    1>  MapWorkspace.cpp
    1>  Generating Code...
    1>  Compiling...
    1>  md5_lib_src.cpp
    1>  Monster.cpp
    1>  MonsterDBAccess.cpp
    1>  MTAutoCriticalSection.cpp
    1>  MTCriticalSection.cpp
    1>  N2FSocket.cpp
    1>  NPCGlobal.cpp
    1>  NPCIOCP.cpp
    1>  NPCIOCPSocket.cpp
    1>  NPCMapChannel.cpp
    1>  NPCMapProject.cpp
    1>  NPCMapWorkspace.cpp
    1>  NPCMonster.cpp
    1>  NPCServer.cpp
    1>  NPCSkillManager.cpp
    1>  NPCTickManager.cpp
    1>  ODBCStatement.cpp
    1>  Overlapped.cpp
    1>  QueueINT.cpp
    1>  sha256.cpp
    1>  Generating Code...
    1>  Compiling...
    1>  SkinnedMesh.cpp
    1>  SocketHeader.cpp
    1>  SystemLogManager.cpp
    1>  ThreadCheck.cpp
    1>  TickManager.cpp
    1>  VMem.cpp
    1>  VMemPool.cpp
    1>  WayPointManager.cpp
    1>  WinPacket.cpp
    1>  WinSocket.cpp
    1>  XOR_Lib.cpp
    1>  d3dapp.cpp
    1>  d3dutil.cpp
    1>  dxutil.cpp
    1>  Generating Code...
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\EP3.5_FullSource_2012-02-15 - Kopie\Server\GameServer\NPCServer\.\NPCServer___Win32_R_Wikigames_Eng\NPCServer.exe) does not match the Linker's OutputFile property value (C:\EP3.5_FullSource_2012-02-15 - Kopie\Output\Server\NPCServer.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMFrame
    1>SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimation
    1>SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationSet
    1>SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMFrameTransformMatrix
    1>SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMMesh
    1>SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationKey
    1>SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationOptions
    1>..\..\..\Output\Server\NPCServer.exe : fatal error LNK1120: 7 unresolved externals
    ========== Erstellen: 0 erfolgreich, 1 fehlerhaft, 0 aktuell, 0 übersprungen ==========


  2. #2
    Guss decarvk is offline
    MemberRank
    Jul 2008 Join Date
    /home/bed/Location
    381Posts

    Re: Ep 3.5 NPC Server Linker Error

    look like miss to set the directx lib path in the config of the project, if you have not checked this start by check this point.

    for my part I have a directx folder on the root of my source and I have et all include and lib path of directx targeting sub folder in this folder.

  3. #3
    [Help] Ep 3.5 NPC Server Linker Error St34lth4ng3l is offline
    MemberRank
    Apr 2013 Join Date
    __FILE__Location
    899Posts

    Re: Ep 3.5 NPC Server Linker Error

    Yes i did it already, a dx folder was included and i set the paths, but it#s not working

  4. #4
    Guss decarvk is offline
    MemberRank
    Jul 2008 Join Date
    /home/bed/Location
    381Posts

    Re: Ep 3.5 NPC Server Linker Error

    may you pot some screen of the project configuration? it' can be helpful to help you

    I will be away for ome day after 18h (gmt+1) pot screen I will try to have a look during the week.

  5. #5
    Viserion is online now
    MemberRank
    Jan 2009 Join Date
    1,108Posts

    Re: Ep 3.5 NPC Server Linker Error

    Why do you create this shit topic in wrong section?

  6. #6
    [Help] Ep 3.5 NPC Server Linker Error St34lth4ng3l is offline
    MemberRank
    Apr 2013 Join Date
    __FILE__Location
    899Posts

    Re: Ep 3.5 NPC Server Linker Error

    Plot twist: why did you post this pointless answer/question? :P

    and if this is the wrong section, decarvk could feel free to move it

    B2T:

    Screens with include/lib paths:




  7. #7
    Guss decarvk is offline
    MemberRank
    Jul 2008 Join Date
    /home/bed/Location
    381Posts

    Re: Ep 3.5 NPC Server Linker Error

    for my part I think it's not the wrong section, the question i about development and not only help on binary files o that i good for me.

    from you screen i see dx9 lib and include, for npc erver jut use the dxsdk one it' enough and must work.

    (dxsdk from dx 8.1 i the one that I use on my source which is compiling on vs2013)

    from my idea without more information thee error look like when I was trying to complete the patai ource code the firt dxdk that I downloaded was not the good one. may be it' jut a bad librairy loading just remove the dx9bLink line and take a try.

  8. #8
    [Help] Ep 3.5 NPC Server Linker Error St34lth4ng3l is offline
    MemberRank
    Apr 2013 Join Date
    __FILE__Location
    899Posts

    Re: Ep 3.5 NPC Server Linker Error

    removed both and tried with the other sdk, nothing worked, and i included both in vc6 and its working fine

  9. #9
    Guss decarvk is offline
    MemberRank
    Jul 2008 Join Date
    /home/bed/Location
    381Posts

    Re: Ep 3.5 NPC Server Linker Error

    other server compie fine? I think yes, so it' not a lib config error, i think you are using the linker from vc++ 6.0 too...

    if my previous sentence i true o you must have an error in your other configuration something different on this project (npc server)

    check in your linker configuration to have these library in the list:

    Code:
    d3d8.lib D3dx8.lib D3dxof.lib Dxguid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Winmm.lib

  10. #10
    [Help] Ep 3.5 NPC Server Linker Error St34lth4ng3l is offline
    MemberRank
    Apr 2013 Join Date
    __FILE__Location
    899Posts

    Re: Ep 3.5 NPC Server Linker Error

    Not working too, i searched a bit on google, they said to include rmxftmpl.h but same errors as always

  11. #11
    Guss decarvk is offline
    MemberRank
    Jul 2008 Join Date
    /home/bed/Location
    381Posts

    Re: Ep 3.5 NPC Server Linker Error

    without see more I always think you have a simple mistake in the configuration, after I have one hour free if you wish to see on skype / teamviewer

    someoneelse got the same problem XD:

    Проект сделан в VS 6.0 sp 5 , с подключенным SDK 8.1 .

    Прошу помощи , уже не знаю что делать. Посмотрел у Вас FAQ по этой ошибке. но нужного не нашел
    Compiling...
    SkinnedMesh.cpp
    Linking...
    SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMFrame
    SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimation
    SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationSet
    SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMFrameTransformMatrix
    SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMMesh
    SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationKey
    SkinnedMesh.obj : error LNK2001: unresolved external symbol _TID_D3DRMAnimationOptions
    ..\..\Bin\Debug/NPCServer.exe : fatal error LNK1120: 7 unresolved externals
    Error executing link.exe.
    come from an other web site found on google XD
    Last edited by decarvk; 19-08-14 at 10:45 PM.



Advertisement