RanViewer Source

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Apprentice DevLordX is offline
    MemberRank
    Sep 2013 Join Date
    6Posts

    RanViewer Source

    *view cps, chf, vcf (neo version ), abl ( neo version )
    *test animations inside chf
    *align vcf and abl (get position and rotate values and use other editor to edit )
    *and alot more

    you can do a lot of things using this tool but i wont make any guide to use it
    maybe someone can make a guide later
    No support, compile it if you can else leave it
    Attached Files Attached Files
    Last edited by DevLordX; 14-09-13 at 04:23 PM. Reason: added more information


  2. #2
    c++ CNDev is offline
    MemberRank
    Oct 2010 Join Date
    1,678Posts

    Re: RanViewer Source

    nice share :D
    Last edited by CNDev; 05-12-14 at 09:20 PM.

  3. #3
    Account Upgraded | Title Enabled! markalejo77 is offline
    MemberRank
    Mar 2013 Join Date
    350Posts

    Re: RanViewer Source

    not working in juver source... got many error

  4. #4
    Account Upgraded | Title Enabled! dharrhyl is offline
    MemberRank
    Feb 2008 Join Date
    230Posts

    Re: RanViewer Source

    coz it's already modified... u need to remodify it to make it compatible to your juver source.... little modification you need just untag some code or add some code....

  5. #5
    Account Upgraded | Title Enabled! markalejo77 is offline
    MemberRank
    Mar 2013 Join Date
    350Posts

    Re: RanViewer Source

    Quote Originally Posted by dharrhyl View Post
    coz it's already modified... u need to remodify it to make it compatible to your juver source.... little modification you need just untag some code or add some code....

    can you give little tips how to edit or remodified the ranviewer ?

  6. #6
    Account Upgraded | Title Enabled! dharrhyl is offline
    MemberRank
    Feb 2008 Join Date
    230Posts

    Re: RanViewer Source

    check the error's and locate it on the source. check what cpp/h needed for that error's....

    I'm not a real coder but i know how to fix some error's by knowing what error's cause it, you can make it too

  7. #7
    c++ CNDev is offline
    MemberRank
    Oct 2010 Join Date
    1,678Posts

    Re: RanViewer Source

    Quote Originally Posted by markalejo77 View Post
    can you give little tips how to edit or remodified the ranviewer ?
    as what dharrhyl said.. some source are not yet declared, you must declare it,, remove some codes :D

    did i miss something?

    ------ Build started: Project: RanViewer, Configuration: Release Win32 ------

    Compiling...
    RanViewTab.cpp
    RanViewDlg.cpp
    RanViewDlg.cpp(90) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
    RanViewLoad.cpp
    RanViewEx.cpp
    RanViewer.cpp
    RanViewDebugSet.cpp
    RanViewD3d.cpp
    RanView.cpp
    MainFrm.cpp
    Generating Code...
    Linking...
    RanView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CD3DApplication::Pause(int)" (?Pause@CD3DApplication@@UAEXH@Z)
    RanView.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CD3DApplication::MsgProc(struct HWND__ *,unsigned int,unsigned int,long)" (?MsgProc@CD3DApplication@@UAEJPAUHWND__@@IIJ@Z)
    RanView.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CD3DApplication::Run(void)" (?Run@CD3DApplication@@UAEHXZ)
    RanView.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall CD3DApplication::Create(struct HINSTANCE__ *)" (?Create@CD3DApplication@@UAEJPAUHINSTANCE__@@@Z)
    RanView.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CD3DApplication::AdjustWindowForChange(void)" (?AdjustWindowForChange@CD3DApplication@@MAEJXZ)
    RanView.obj : error LNK2001: unresolved external symbol "protected: virtual long __thiscall CD3DApplication::Resize3DEnvironment(void)" (?Resize3DEnvironment@CD3DApplication@@MAEJXZ)
    RanView.obj : error LNK2001: unresolved external symbol "int GLOGIC::bENGLIB_ZIPFILE" (?bENGLIB_ZIPFILE@GLOGIC@@3HA)
    RanView.obj : error LNK2001: unresolved external symbol "int GLOGIC::bGLOGIC_ZIPFILE" (?bGLOGIC_ZIPFILE@GLOGIC@@3HA)
    RanView.obj : error LNK2001: unresolved external symbol "int GLOGIC::bGLOGIC_PACKFILE" (?bGLOGIC_PACKFILE@GLOGIC@@3HA)
    RanView.obj : error LNK2019: unresolved external symbol "public: __thiscall CD3DApplication::CD3DApplication(void)" (??0CD3DApplication@@QAE@XZ) referenced in function "protected: __thiscall CRanView::CRanView(void)" (??0CRanView@@IAE@XZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall DXLIGHT::SerialData(void)" (?SerialData@DXLIGHT@@UAEXXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "protected: static class DxLightMan DxLightMan::InstanceDefault" (?InstanceDefault@DxLightMan@@1V1@A)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "protected: static class DxLightMan * DxLightMan::pInstance" (?pInstance@DxLightMan@@1PAV1@A)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "protected: static int CD3DApplication::m_bDefWin" (?m_bDefWin@CD3DApplication@@1HA)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall CD3DApplication::Cleanup3DEnvironment(void)" (?Cleanup3DEnvironment@CD3DApplication@@QAEXXZ) referenced in function "protected: virtual void __thiscall CRanView::PostNcDestroy(void)" (?PostNcDestroy@CRanView@@MAEXXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: struct HICON__ * __thiscall CCursor::GetCurCursor(void)" (?GetCurCursor@CCursor@@QAEPAUHICON__@@XZ) referenced in function "public: int __thiscall CRanView::OnSetCursor(class CWnd *,unsigned int,unsigned int)" (?OnSetCursor@CRanView@@QAEHPAVCWnd@@II@Z)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class CCursor & __cdecl CCursor::GetInstance(void)" (?GetInstance@CCursor@@SAAAV1@XZ) referenced in function "public: int __thiscall CRanView::OnSetCursor(class CWnd *,unsigned int,unsigned int)" (?OnSetCursor@CRanView@@QAEHPAVCWnd@@II@Z)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: static class CCursor & __cdecl CCursor::GetInstance(void)" (?GetInstance@CCursor@@SAAAV1@XZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "long __cdecl GMTOOL::Create(char const *)" (?Create@GMTOOL@@YAJPBD@Z) referenced in function "private: virtual long __thiscall CRanView::OneTimeSceneInit(void)" (?OneTimeSceneInit@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::OneTimeSceneInit(char const *,class CWnd *,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,unsigned long,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >)" (?OneTimeSceneInit@DxResponseMan@@QAEJPBDPAVCWnd@@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@K2@Z) referenced in function "private: virtual long __thiscall CRanView::OneTimeSceneInit(void)" (?OneTimeSceneInit@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxResponseMan & __cdecl DxResponseMan::GetInstance(void)" (?GetInstance@DxResponseMan@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::OneTimeSceneInit(void)" (?OneTimeSceneInit@CRanView@@EAEJXZ)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: static class DxResponseMan & __cdecl DxResponseMan::GetInstance(void)" (?GetInstance@DxResponseMan@@SAAAV1@XZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > RANPARAM::strFontType" (?strFontType@RANPARAM@@3V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@A)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "unsigned long RANPARAM::dwLangSet" (?dwLangSet@RANPARAM@@3KA)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > RANPARAM::strGDIFont" (?strGDIFont@RANPARAM@@3V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@A)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "long __cdecl CDebugSet::InitDeviceObjects(class CD3DFontPar *)" (?InitDeviceObjects@CDebugSet@@YAJPAVCD3DFontPar@@@Z) referenced in function "private: virtual long __thiscall CRanView::CreateObjects(void)" (?CreateObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: class CD3DFontPar * __thiscall DxFontMan::LoadDxFont(char *,unsigned long,unsigned long)" (?LoadDxFont@DxFontMan@@QAEPAVCD3DFontPar@@PADKK@Z) referenced in function "private: virtual long __thiscall CRanView::CreateObjects(void)" (?CreateObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "char * _DEFAULT_FONT" (?_DEFAULT_FONT@@3PADA)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "char * _DEFAULT_FONT" (?_DEFAULT_FONT@@3PADA)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "unsigned long _DEFAULT_FONT_FLAG" (?_DEFAULT_FONT_FLAG@@3KA)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "unsigned long _DEFAULT_FONT_FLAG" (?_DEFAULT_FONT_FLAG@@3KA)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxFontMan::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@DxFontMan@@QAEJPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::CreateObjects(void)" (?CreateObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxFontMan & __cdecl DxFontMan::GetInstance(void)" (?GetInstance@DxFontMan@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::CreateObjects(void)" (?CreateObjects@CRanView@@EAEJXZ)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "public: static class DxFontMan & __cdecl DxFontMan::GetInstance(void)" (?GetInstance@DxFontMan@@SAAAV1@XZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall CPROFILE::Init(void)" (?Init@CPROFILE@@QAEXXZ) referenced in function "private: virtual long __thiscall CRanView::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "class CPROFILE g_profile_1" (?g_profile_1@@3VCPROFILE@@A)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxViewPort::SetViewPort(void)" (?SetViewPort@DxViewPort@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxViewPort::SetProjection(float,float,float,float,float)" (?SetProjection@DxViewPort@@QAEJMMMMM@Z) referenced in function "private: virtual long __thiscall CRanView::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxViewPort & __cdecl DxViewPort::GetInstance(void)" (?GetInstance@DxViewPort@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CRanView@@EAEJXZ)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "public: static class DxViewPort & __cdecl DxViewPort::GetInstance(void)" (?GetInstance@DxViewPort@@SAAAV1@XZ)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: static class DxViewPort & __cdecl DxViewPort::GetInstance(void)" (?GetInstance@DxViewPort@@SAAAV1@XZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "void __cdecl DXPARAMSET::INIT(void)" (?INIT@DXPARAMSET@@YAXXZ) referenced in function "private: virtual long __thiscall CRanView::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxPostProcess & __cdecl DxPostProcess::GetInstance(void)" (?GetInstance@DxPostProcess@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxGlowMan & __cdecl DxGlowMan::GetInstance(void)" (?GetInstance@DxGlowMan@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@DxResponseMan@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall CPROFILE::DumpOutputToView(int)" (?DumpOutputToView@CPROFILE@@QAEXH@Z) referenced in function "public: virtual long __thiscall CRanView::FrameMove3DEnvironment(void)" (?FrameMove3DEnvironment@CRanView@@UAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall CPROFILE::BlockEnd(void)" (?BlockEnd@CPROFILE@@QAEXXZ) referenced in function "public: virtual long __thiscall CRanView::FrameMove3DEnvironment(void)" (?FrameMove3DEnvironment@CRanView@@UAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: virtual long __thiscall CD3DApplication::FrameMove3DEnvironment(void)" (?FrameMove3DEnvironment@CD3DApplication@@UAEJXZ) referenced in function "public: virtual long __thiscall CRanView::FrameMove3DEnvironment(void)" (?FrameMove3DEnvironment@CRanView@@UAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall CPROFILE::BlockStart(void)" (?BlockStart@CPROFILE@@QAEXXZ) referenced in function "public: virtual long __thiscall CRanView::FrameMove3DEnvironment(void)" (?FrameMove3DEnvironment@CRanView@@UAEJXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "int g_bProfile" (?g_bProfile@@3HA)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: virtual long __thiscall CD3DApplication::Render3DEnvironment(void)" (?Render3DEnvironment@CD3DApplication@@UAEJXZ) referenced in function "public: virtual long __thiscall CRanView::Render3DEnvironment(void)" (?Render3DEnvironment@CRanView@@UAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: int __thiscall DxSkinAniControl::ISENDANIM(void)" (?ISENDANIM@DxSkinAniControl@@QAEHXZ) referenced in function "public: void __thiscall CRanView::UpdateAnimation(void)" (?UpdateAnimation@CRanView@@QAEXXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@DxSkinChar@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@DxResponseMan@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::DeleteDeviceObjects(void)" (?DeleteDeviceObjects@DxSkinChar@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::DeleteDeviceObjects(void)" (?DeleteDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall CCursor::DeleteDeviceObjects(void)" (?DeleteDeviceObjects@CCursor@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::DeleteDeviceObjects(void)" (?DeleteDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::DeleteDeviceObjects(void)" (?DeleteDeviceObjects@DxResponseMan@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::DeleteDeviceObjects(void)" (?DeleteDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::FinalCleanup(void)" (?FinalCleanup@DxResponseMan@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::FinalCleanup(void)" (?FinalCleanup@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "unsigned long RANPARAM::dwScrHeight" (?dwScrHeight@RANPARAM@@3KA)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "enum EMSCREEN_FORMAT RANPARAM::emScrFormat" (?emScrFormat@RANPARAM@@3W4EMSCREEN_FORMAT@@A)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "unsigned int RANPARAM::uScrRefreshHz" (?uScrRefreshHz@RANPARAM@@3IA)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "unsigned long RANPARAM::dwScrWidth" (?dwScrWidth@RANPARAM@@3KA)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "int __cdecl RANPARAM::LOAD(char const *,bool)" (?LOAD@RANPARAM@@YAHPBD_N@Z) referenced in function "public: virtual void __thiscall CRanView::OnInitialUpdate(void)" (?OnInitialUpdate@CRanView@@UAEXXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "void __cdecl GLOGIC::SetPath(char const *)" (?SetPath@GLOGIC@@YAXPBD@Z) referenced in function "public: virtual void __thiscall CRanView::OnInitialUpdate(void)" (?OnInitialUpdate@CRanView@@UAEXXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "char * SUBPATH::GLOGIC_FILE" (?GLOGIC_FILE@SUBPATH@@3PADA)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall CPROFILE::End(char *)" (?End@CPROFILE@@QAEXPAD@Z) referenced in function "private: virtual long __thiscall CRanView::FrameMove(void)" (?FrameMove@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxInputDevice & __cdecl DxInputDevice::GetInstance(void)" (?GetInstance@DxInputDevice@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::FrameMove(void)" (?FrameMove@CRanView@@EAEJXZ)
    RanViewEx.obj : error LNK2001: unresolved external symbol "public: static class DxInputDevice & __cdecl DxInputDevice::GetInstance(void)" (?GetInstance@DxInputDevice@@SAAAV1@XZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: int __thiscall DxSkinAniControl::SELECTANI(enum EMANI_MAINTYPE,enum EMANI_SUBTYPE,unsigned long,unsigned long)" (?SELECTANI@DxSkinAniControl@@QAEHW4EMANI_MAINTYPE@@W4EMANI_SUBTYPE@@KK@Z) referenced in function "private: virtual long __thiscall CRanView::FrameMove(void)" (?FrameMove@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::FrameMove(float,float,int,int,int)" (?FrameMove@DxSkinChar@@QAEJMMHHH@Z) referenced in function "private: virtual long __thiscall CRanView::FrameMove(void)" (?FrameMove@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxEffMouseTarget_A::FrameMove(float,float)" (?FrameMove@DxEffMouseTarget_A@@QAEJMM@Z) referenced in function "private: virtual long __thiscall CRanView::FrameMove(void)" (?FrameMove@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxEffMouseTarget_A & __cdecl DxEffMouseTarget_A::GetInstance(void)" (?GetInstance@DxEffMouseTarget_A@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::FrameMove(void)" (?FrameMove@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::FrameMove(float,float,int,int)" (?FrameMove@DxResponseMan@@QAEJMMHH@Z) referenced in function "private: virtual long __thiscall CRanView::FrameMove(void)" (?FrameMove@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "protected: static float CD3DApplication::m_fTime" (?m_fTime@CD3DApplication@@1MA)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "protected: static float CD3DApplication::m_fElapsedTime" (?m_fElapsedTime@CD3DApplication@@1MA)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall CPROFILE::Begin(char *)" (?Begin@CPROFILE@@QAEXPAD@Z) referenced in function "private: virtual long __thiscall CRanView::FrameMove(void)" (?FrameMove@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::SetRenderState(void)" (?SetRenderState@DxResponseMan@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: long __thiscall DxResponseMan::SetRenderState(void)" (?SetRenderState@DxResponseMan@@QAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall CCursor::InitDeviceObjects(void)" (?InitDeviceObjects@CCursor@@QAEJXZ) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: long __thiscall CCursor::InitDeviceObjects(void)" (?InitDeviceObjects@CCursor@@QAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxViewPort::CameraJump(struct D3DXVECTOR3 &)" (?CameraJump@DxViewPort@@QAEXAAUD3DXVECTOR3@@@Z) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: void __thiscall DxViewPort::CameraJump(struct D3DXVECTOR3 &)" (?CameraJump@DxViewPort@@QAEXAAUD3DXVECTOR3@@@Z)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxViewPort::SetViewTrans(struct D3DXVECTOR3 &,struct D3DXVECTOR3 &,struct D3DXVECTOR3 &)" (?SetViewTrans@DxViewPort@@QAEJAAUD3DXVECTOR3@@00@Z) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: long __thiscall DxViewPort::SetViewTrans(struct D3DXVECTOR3 &,struct D3DXVECTOR3 &,struct D3DXVECTOR3 &)" (?SetViewTrans@DxViewPort@@QAEJAAUD3DXVECTOR3@@00@Z)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxViewPort::SetCameraType(enum CAMERA_TYPE)" (?SetCameraType@DxViewPort@@QAEXW4CAMERA_TYPE@@@Z) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: void __thiscall DxViewPort::SetCameraType(enum CAMERA_TYPE)" (?SetCameraType@DxViewPort@@QAEXW4CAMERA_TYPE@@@Z)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: int __thiscall DxSkinMeshMan::PreLoad(char const *,struct IDirect3DDevice9 *,int)" (?PreLoad@DxSkinMeshMan@@QAEHPBDPAUIDirect3DDevice9@@H@Z) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxSkinMeshMan & __cdecl DxSkinMeshMan::GetInstance(void)" (?GetInstance@DxSkinMeshMan@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: int __thiscall DxSkinAniMan::PreLoad(char *,struct IDirect3DDevice9 *)" (?PreLoad@DxSkinAniMan@@QAEHPADPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxSkinAniMan & __cdecl DxSkinAniMan::GetInstance(void)" (?GetInstance@DxSkinAniMan@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: int __thiscall DxBoneCollector::PreLoad(char const *,struct IDirect3DDevice9 *)" (?PreLoad@DxBoneCollector@@QAEHPBDPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxBoneCollector & __cdecl DxBoneCollector::GetInstance(void)" (?GetInstance@DxBoneCollector@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "void __cdecl TextureManager::EnableTexTypeDEBUG(void)" (?EnableTexTypeDEBUG@TextureManager@@YAXXZ) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static void __cdecl DxLightMan::SetDefDirect(class DXLIGHT const &)" (?SetDefDirect@DxLightMan@@SAXABVDXLIGHT@@@Z) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::InitDeviceObjects(struct IDirect3DDevice9 *,int)" (?InitDeviceObjects@DxResponseMan@@QAEJPAUIDirect3DDevice9@@H@Z) referenced in function "private: virtual long __thiscall CRanView::InitDeviceObjects(void)" (?InitDeviceObjects@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall CCursor::Render(struct IDirect3DDevice9 *,int,int)" (?Render@CCursor@@QAEJPAUIDirect3DDevice9@@HH@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "int g_nITEMLEVEL" (?g_nITEMLEVEL@@3HA)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "int g_nITEMLEVEL" (?g_nITEMLEVEL@@3HA)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxPostProcess::Render(struct IDirect3DDevice9 *)" (?Render@DxPostProcess@@QAEXPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxGlowMan::RenderBURN(struct IDirect3DDevice9 *)" (?RenderBURN@DxGlowMan@@QAEXPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxGlowMan::Render(struct IDirect3DDevice9 * const)" (?Render@DxGlowMan@@QAEXQAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxCubeMap::Render(struct IDirect3DDevice9 *)" (?Render@DxCubeMap@@QAEJPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxCubeMap & __cdecl DxCubeMap::GetInstance(void)" (?GetInstance@DxCubeMap@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall OPTMManager::Render(struct IDirect3DDevice9 *)" (?Render@OPTMManager@@QAEXPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class OPTMManager & __cdecl OPTMManager::GetInstance(void)" (?GetInstance@OPTMManager@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxEffMouseTarget_A::Render(struct IDirect3DDevice9 *)" (?Render@DxEffMouseTarget_A@@QAEJPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: class DxEffSingleGroup * __thiscall DxEffMouseTarget_A::NewEffGroup(char const *,struct D3DXMATRIX const &,struct STARGETID const *)" (?NewEffGroup@DxEffMouseTarget_A@@QAEPAVDxEffSingleGroup@@PBDABUD3DXMATRIX@@PBUSTARGETID@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GLCONST_CHAR::strARROW_EFFECT_NPC" (?strARROW_EFFECT_NPC@GLCONST_CHAR@@3V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxShadowMap::RenderShadowCharMob(class DxSkinChar *,struct D3DXMATRIX &,struct IDirect3DDevice9 *)" (?RenderShadowCharMob@DxShadowMap@@QAEJPAVDxSkinChar@@AAUD3DXMATRIX@@PAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxShadowMap & __cdecl DxShadowMap::GetInstance(void)" (?GetInstance@DxShadowMap@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::Render(struct IDirect3DDevice9 * const,struct D3DXMATRIX const &,int,int,int)" (?Render@DxSkinChar@@QAEJQAUIDirect3DDevice9@@ABUD3DXMATRIX@@HHH@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::RenderVehicle(struct IDirect3DDevice9 * const,struct D3DXMATRIX const &,int,int,int)" (?RenderVehicle@DxSkinChar@@QAEJQAUIDirect3DDevice9@@ABUD3DXMATRIX@@HHH@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: class DXLIGHT * __thiscall DxLightMan::GetDirectLight(void)" (?GetDirectLight@DxLightMan@@QAEPAVDXLIGHT@@XZ) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxGlowMan::RenderTex(struct IDirect3DDevice9 * const)" (?RenderTex@DxGlowMan@@QAEXQAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxFogMan::RenderFogSB(struct IDirect3DDevice9 *)" (?RenderFogSB@DxFogMan@@QAEXPAUIDirect3DDevice9@@@Z) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewD3d.obj : error LNK2019: unresolved external symbol "public: static class DxFogMan & __cdecl DxFogMan::GetInstance(void)" (?GetInstance@DxFogMan@@SAAAV1@XZ) referenced in function "private: virtual long __thiscall CRanView::Render(void)" (?Render@CRanView@@EAEJXZ)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::ANI_MAINTYPE_01" (?ANI_MAINTYPE_01@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::ANI_MAINTYPE_00" (?ANI_MAINTYPE_00@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::ANI_SUBTYPE_01" (?ANI_SUBTYPE_01@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::ANI_SUBTYPE_00" (?ANI_SUBTYPE_00@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::ANI_SUBTYPE" (?ANI_SUBTYPE@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
    RanViewDebugSet.obj : error LNK2019: unresolved external symbol "public: enum EMANI_SUBTYPE __thiscall DxSkinAniControl::GETCURSTYPE(void)" (?GETCURSTYPE@DxSkinAniControl@@QAE?AW4EMANI_SUBTYPE@@XZ) referenced in function "private: long __thiscall CRanView::RenderText(void)" (?RenderText@CRanView@@AAEJXZ)
    RanViewDebugSet.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::ANI_MAINTYPE" (?ANI_MAINTYPE@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
    RanViewDebugSet.obj : error LNK2019: unresolved external symbol "public: enum EMANI_MAINTYPE __thiscall DxSkinAniControl::GETCURMTYPE(void)" (?GETCURMTYPE@DxSkinAniControl@@QAE?AW4EMANI_MAINTYPE@@XZ) referenced in function "private: long __thiscall CRanView::RenderText(void)" (?RenderText@CRanView@@AAEJXZ)
    RanViewDebugSet.obj : error LNK2019: unresolved external symbol "void __cdecl CDebugSet::ToView(int,int,char const *,...)" (?ToView@CDebugSet@@YAXHHPBDZZ) referenced in function "private: long __thiscall CRanView::RenderText(void)" (?RenderText@CRanView@@AAEJXZ)
    RanViewDebugSet.obj : error LNK2019: unresolved external symbol "void __cdecl CDebugSet::ToView(int,char const *,...)" (?ToView@CDebugSet@@YAXHPBDZZ) referenced in function "private: long __thiscall CRanView::RenderText(void)" (?RenderText@CRanView@@AAEJXZ)
    RanViewDebugSet.obj : error LNK2019: unresolved external symbol "void __cdecl CDebugSet::Render(void)" (?Render@CDebugSet@@YAXXZ) referenced in function "private: long __thiscall CRanView::RenderText(void)" (?RenderText@CRanView@@AAEJXZ)
    RanViewDebugSet.obj : error LNK2019: unresolved external symbol "public: class CD3DFontPar * __thiscall DxFontMan::FindFont(char *,unsigned long,unsigned long)" (?FindFont@DxFontMan@@QAEPAVCD3DFontPar@@PADKK@Z) referenced in function "private: long __thiscall CRanView::RenderText(void)" (?RenderText@CRanView@@AAEJXZ)
    RanViewer.obj : error LNK2019: unresolved external symbol "void __cdecl BUG_TRAP::BugTrapInstall(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,bool,bool)" (?BugTrapInstall@BUG_TRAP@@YAXAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N1@Z) referenced in function "public: __thiscall CRanApp::CRanApp(void)" (??0CRanApp@@QAE@XZ)
    RanViewEx.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxInputDevice::OnActivate(int)" (?OnActivate@DxInputDevice@@QAEJH@Z) referenced in function "public: void __thiscall CRanView::SetActive(int)" (?SetActive@CRanView@@QAEXH@Z)
    RanViewEx.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxSkinCharPiece::SetColor(unsigned short)" (?SetColor@DxSkinCharPiece@@QAEXG@Z) referenced in function "public: void __thiscall CRanView::SetColor(int,unsigned short)" (?SetColor@CRanView@@QAEXHG@Z)
    RanViewEx.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxSkinVehicle::SetColor(unsigned short)" (?SetColor@DxSkinVehicle@@QAEXG@Z) referenced in function "public: void __thiscall CRanView::SetColor(int,unsigned short)" (?SetColor@CRanView@@QAEXHG@Z)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "public: void __thiscall DxSkinVehicle::SetColor(unsigned short)" (?SetColor@DxSkinVehicle@@QAEXG@Z)
    RanViewEx.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxSkinChar::SetColorAll(unsigned short)" (?SetColorAll@DxSkinChar@@QAEXG@Z) referenced in function "public: void __thiscall CRanView::SetColor(int,unsigned short)" (?SetColor@CRanView@@QAEXHG@Z)
    RanViewEx.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxSkinChar::SetHairColor(unsigned short)" (?SetHairColor@DxSkinChar@@QAEXG@Z) referenced in function "public: void __thiscall CRanView::SetColor(int,unsigned short)" (?SetColor@CRanView@@QAEXHG@Z)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: __thiscall DxSkinChar::~DxSkinChar(void)" (??1DxSkinChar@@QAE@XZ) referenced in function "public: void * __thiscall DxSkinChar::`scalar deleting destructor'(unsigned int)" (??_GDxSkinChar@@QAEPAXI@Z)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::SetPiece(char const *,struct IDirect3DDevice9 *,unsigned long,int,bool)" (?SetPiece@DxSkinChar@@QAEJPBDPAUIDirect3DDevice9@@KH_N@Z) referenced in function "public: void __thiscall CRanView::OnChfApplypiece(void)" (?OnChfApplypiece@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: static class DxSkinPieceContainer & __cdecl DxSkinPieceContainer::GetInstance(void)" (?GetInstance@DxSkinPieceContainer@@SAAAV1@XZ) referenced in function "public: void __thiscall CRanView::OnChfApplypiece(void)" (?OnChfApplypiece@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: int __thiscall DxSkinChar::SetCharPieceData(class DxSkinPieceData *,struct IDirect3DDevice9 *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned long,unsigned long,unsigned long,int,bool)" (?SetCharPieceData@DxSkinChar@@QAEHPAVDxSkinPieceData@@PAUIDirect3DDevice9@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@KKKH_N@Z) referenced in function "public: void __thiscall CRanView::OnChfApplyablnormal(void)" (?OnChfApplyablnormal@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: class DxSkinPieceRootData * __thiscall DxSkinPieceRootDataContainer::LoadData(char const *,struct IDirect3DDevice9 *,int)" (?LoadData@DxSkinPieceRootDataContainer@@QAEPAVDxSkinPieceRootData@@PBDPAUIDirect3DDevice9@@H@Z) referenced in function "public: void __thiscall CRanView::OnChfApplyablnormal(void)" (?OnChfApplyablnormal@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: static class DxSkinPieceRootDataContainer & __cdecl DxSkinPieceRootDataContainer::GetInstance(void)" (?GetInstance@DxSkinPieceRootDataContainer@@SAAAV1@XZ) referenced in function "public: void __thiscall CRanView::OnChfApplyablnormal(void)" (?OnChfApplyablnormal@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::Clear(enum EMPIECECHAR)" (?Clear@DxSkinChar@@QAEJW4EMPIECECHAR@@@Z) referenced in function "public: void __thiscall CRanView::OnChfApplyablleft(void)" (?OnChfApplyablleft@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxSkinChar::ResetCPS(int)" (?ResetCPS@DxSkinChar@@QAEXH@Z) referenced in function "public: void __thiscall CRanView::OnChfApplyablleft(void)" (?OnChfApplyablleft@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::SetVehicleData(class DxSkinVehicleData *,struct IDirect3DDevice9 *,bool)" (?SetVehicleData@DxSkinChar@@QAEJPAVDxSkinVehicleData@@PAUIDirect3DDevice9@@_N@Z) referenced in function "public: void __thiscall CRanView::OnChfApplyvcf(void)" (?OnChfApplyvcf@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: class DxSkinVehicleData * __thiscall DxSkinVehicleDataContainer::LoadData(char const *,struct IDirect3DDevice9 *,int)" (?LoadData@DxSkinVehicleDataContainer@@QAEPAVDxSkinVehicleData@@PBDPAUIDirect3DDevice9@@H@Z) referenced in function "public: void __thiscall CRanView::OnChfApplyvcf(void)" (?OnChfApplyvcf@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: static class DxSkinVehicleDataContainer & __cdecl DxSkinVehicleDataContainer::GetInstance(void)" (?GetInstance@DxSkinVehicleDataContainer@@SAAAV1@XZ) referenced in function "public: void __thiscall CRanView::OnChfApplyvcf(void)" (?OnChfApplyvcf@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinVehicle::SetPiece(char const *,struct IDirect3DDevice9 *,unsigned long,int,bool)" (?SetPiece@DxSkinVehicle@@QAEJPBDPAUIDirect3DDevice9@@KH_N@Z) referenced in function "public: void __thiscall CRanView::OnChfApplyvcfpiece(void)" (?OnChfApplyvcfpiece@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "int g_bCHAR_VIEW_RUN" (?g_bCHAR_VIEW_RUN@@3HA)
    RanViewLoad.obj : error LNK2001: unresolved external symbol "int g_bCHAR_EDIT_RUN" (?g_bCHAR_EDIT_RUN@@3HA)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::RestoreDeviceObjects(struct IDirect3DDevice9 *)" (?RestoreDeviceObjects@DxSkinChar@@QAEJPAUIDirect3DDevice9@@@Z) referenced in function "public: long __thiscall CRanView::SkinLoad(struct IDirect3DDevice9 *,char const *)" (?SkinLoad@CRanView@@QAEJPAUIDirect3DDevice9@@PBD@Z)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinChar::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@DxSkinChar@@QAEJPAUIDirect3DDevice9@@@Z) referenced in function "public: long __thiscall CRanView::SkinLoad(struct IDirect3DDevice9 *,char const *)" (?SkinLoad@CRanView@@QAEJPAUIDirect3DDevice9@@PBD@Z)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: void __thiscall DxSkinChar::SetCharData(class DxSkinCharData *,struct IDirect3DDevice9 *,bool)" (?SetCharData@DxSkinChar@@QAEXPAVDxSkinCharData@@PAUIDirect3DDevice9@@_N@Z) referenced in function "public: long __thiscall CRanView::SkinLoad(struct IDirect3DDevice9 *,char const *)" (?SkinLoad@CRanView@@QAEJPAUIDirect3DDevice9@@PBD@Z)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: __thiscall DxSkinChar::DxSkinChar(void)" (??0DxSkinChar@@QAE@XZ) referenced in function "public: long __thiscall CRanView::SkinLoad(struct IDirect3DDevice9 *,char const *)" (?SkinLoad@CRanView@@QAEJPAUIDirect3DDevice9@@PBD@Z)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: class DxSkinCharData * __thiscall DxSkinCharDataContainer::LoadData(char const *,struct IDirect3DDevice9 *,int)" (?LoadData@DxSkinCharDataContainer@@QAEPAVDxSkinCharData@@PBDPAUIDirect3DDevice9@@H@Z) referenced in function "public: long __thiscall CRanView::SkinLoad(struct IDirect3DDevice9 *,char const *)" (?SkinLoad@CRanView@@QAEJPAUIDirect3DDevice9@@PBD@Z)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: static class DxSkinCharDataContainer & __cdecl DxSkinCharDataContainer::GetInstance(void)" (?GetInstance@DxSkinCharDataContainer@@SAAAV1@XZ) referenced in function "public: long __thiscall CRanView::SkinLoad(struct IDirect3DDevice9 *,char const *)" (?SkinLoad@CRanView@@QAEJPAUIDirect3DDevice9@@PBD@Z)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinPieceContainer::FinalCleanup(void)" (?FinalCleanup@DxSkinPieceContainer@@QAEJXZ) referenced in function "public: void __thiscall CRanView::OnChfClearpiece(void)" (?OnChfClearpiece@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinCharDataContainer::CleanUp(void)" (?CleanUp@DxSkinCharDataContainer@@QAEJXZ) referenced in function "public: void __thiscall CRanView::OnChfClearpiece(void)" (?OnChfClearpiece@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinVehicleDataContainer::CleanUp(void)" (?CleanUp@DxSkinVehicleDataContainer@@QAEJXZ) referenced in function "public: void __thiscall CRanView::OnChfClearpiece(void)" (?OnChfClearpiece@CRanView@@QAEXXZ)
    RanViewLoad.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxSkinPieceRootDataContainer::CleanUp(void)" (?CleanUp@DxSkinPieceRootDataContainer@@QAEJXZ) referenced in function "public: void __thiscall CRanView::OnChfClearpiece(void)" (?OnChfClearpiece@CRanView@@QAEXXZ)
    RanViewDlg.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl GetWin_Combo_Sel(class CDialog *,int)" (?GetWin_Combo_Sel@@YAKPAVCDialog@@H@Z) referenced in function "public: void __thiscall CRanViewDlg::OnBnClickedButtonAnimate(void)" (?OnBnClickedButtonAnimate@CRanViewDlg@@QAEXXZ)
    RanViewDlg.obj : error LNK2019: unresolved external symbol "int __cdecl GetWin_Check(class CDialog *,int)" (?GetWin_Check@@YAHPAVCDialog@@H@Z) referenced in function "public: void __thiscall CRanViewDlg::OnBnClickedButtonAnimate(void)" (?OnBnClickedButtonAnimate@CRanViewDlg@@QAEXXZ)
    RanViewDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Enable(class CDialog *,int,int)" (?SetWin_Enable@@YAXPAVCDialog@@HH@Z) referenced in function "public: void __thiscall CRanViewDlg::OnCbnSelchangeComboEdittype(void)" (?OnCbnSelchangeComboEdittype@CRanViewDlg@@QAEXXZ)
    RanViewDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Combo_Init(class CDialog *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,int)" (?SetWin_Combo_Init@@YAXPAVCDialog@@HPAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) referenced in function "public: virtual int __thiscall CRanViewDlg::OnInitDialog(void)" (?OnInitDialog@CRanViewDlg@@UAEHXZ)
    RanViewDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Num_int(class CDialog *,int,int)" (?SetWin_Num_int@@YAXPAVCDialog@@HH@Z) referenced in function "public: void __thiscall CRanViewDlg::SetColor(void)" (?SetColor@CRanViewDlg@@QAEXXZ)
    C:\Users\admin\Downloads\Chaos Source\/_Bin/Release/RanViewer.exe : fatal error LNK1120: 149 unresolved externals

    Build log was saved at "file://C:\Users\admin\Downloads\Chaos Source\\_BuildData\Release\RanViewer\BuildLog.htm"
    RanViewer - 165 error(s), 1 warning(s)


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

    Build: 0 succeeded, 1 failed, 0 skipped

    i do add some codes

    on DxSkinChar.h:

    public:
    HRESULT SetPiece ( const TCHAR* szFile, LPDIRECT3DDEVICEQ pd3dDevice, DWORD dwFlag = 0x0, int nLevel=0, bool bCharacterData = FALSE );
    HRESULT SetPieceGrindLevel ( int nIndex, int nLevel );
    void SetHairColor( WORD wColor );
    WORD GetHairColor();
    void SetColorAll( WORD wColor );
    void SetColor( WORD wColor );
    on DxSkinCharPiece.h:

    public:
    HRESULT SetPiece ( const TCHAR* szFile, LPDIRECT3DDEVICEQ pd3dDevice, DWORD dwFlag = 0x0, int nLevel=0, bool bCharacterData = FALSE );
    HRESULT SetPieceGrindLevel ( int nIndex, int nLevel );
    void SetHairColor( WORD wColor );
    WORD GetHairColor();
    void SetColorAll( WORD wColor );
    void SetColor( WORD wColor );

  8. #8
    Enthusiast hammerpoint is offline
    MemberRank
    Apr 2013 Join Date
    39Posts

    Re: RanViewer Source

    @Stack Overflow

    dependencies?
    have you check?

  9. #9
    Dark Carnival JerMTheSLayer is offline
    MemberRank
    Jul 2013 Join Date
    316Posts

    Re: RanViewer Source

    removed. i was an idiot lol
    Last edited by JerMTheSLayer; 29-09-13 at 01:33 AM.

  10. #10
    Account Upgraded | Title Enabled! mochi is offline
    MemberRank
    Sep 2008 Join Date
    244Posts

    Re: RanViewer Source

    RanViewer\RanViewLoad.cpp(288): error C2660: 'DxSkinVehicle::SetColor' : function does not take 1 arguments
    RanViewer\RanViewEx.cpp(292): error C2660: 'DxSkinVehicle::SetColor' : function does not take 1 arguments

    Error can't compile.

  11. #11
    c++ CNDev is offline
    MemberRank
    Oct 2010 Join Date
    1,678Posts

    Re: RanViewer Source

    Quote Originally Posted by JerMTheSLayer View Post
    I knew it even they shared it they wont able to compile it . :)

    to those who had my leaked files, its up to you whether to share my fix code for that, all do respect to the owner.
    yeah.. due to incompatibility of sources.. you need change the header of the other one change declaration to make this thing work

    its soo complicated -_-

  12. #12
    Enthusiast hammerpoint is offline
    MemberRank
    Apr 2013 Join Date
    39Posts

    Re: RanViewer Source

    its not complicated
    commenting unused code never as complicated ever since

    and for the linker error
    its only dependencies

    right click on project
    select dependencies

    check
    bugtrap
    engine and all other project you think
    ran viewer needs to run

    compile

    your done

    @mochi

    i ask you, you have VehicleColor or not? , if you think you have then its a problem (lols)
    but if you dont have , then why keep it in the code?
    moving forward

    RanViewer\RanViewLoad.cpp(288): error C2660: 'DxSkinVehicle::SetColor' : function does not take 1 arguments
    RanViewer\RanViewEx.cpp(292): error C2660: 'DxSkinVehicle::SetColor' : function does not take 1 arguments

    Error can't compile.


    click those lines in VS-
    after clicking it will lead you to the line of error code , just comment it and it will be okey
    there's nothing to fix in the code
    all you have to do is remove /comment the features that is not included in your main source

    @jerm
    i guess its the original code
    it was not shared because they cant compile it
    its not that even hard to do commenting lines, I guess

    and i guess you don't know who's the one release it, that's why your comment is that way
    and i don't know who for you is the real owner of the file
    coz im sure he's not

    @stack overflow
    i compiled it in less than 5 minutes
    no headers or whatsoever editing done on headers
    i only do commenting lines out
    and i said for you problem
    check dependencies

    then compile


    -Enjoy-

  13. #13
    Compiling... Page Not Found is offline
    MemberRank
    Dec 2011 Join Date
    MotherboardLocation
    821Posts

    Re: RanViewer Source

    already checked the dependencies

    untitled.png

  14. #14
    Enthusiast hammerpoint is offline
    MemberRank
    Apr 2013 Join Date
    39Posts

    Re: RanViewer Source

    search that code stll same process

    D:\Source\RanViewer\RanViewD3d.cpp(38)://extern BOOL g_bCHAR_VIEW_RUN;
    D:\Source\RanViewer\RanViewLoad.cpp(38): //extern BOOL g_bCHAR_VIEW_RUN;
    D:\Source\RanViewer\RanViewLoad.cpp(62): //g_bCHAR_VIEW_RUN = TRUE ;

  15. #15
    Compiling... Page Not Found is offline
    MemberRank
    Dec 2011 Join Date
    MotherboardLocation
    821Posts

    Re: RanViewer Source

    done and success thanks :)



Page 1 of 2 12 LastLast

Advertisement