Jump to content

xujizhong

Inactive Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

About xujizhong

Informations

  • Gender
    Not Telling

Recent Profile Visitors

404 profile views

xujizhong's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. can some one help me? compile the novaline client linker error. some like this: PythonPlayerModule.obj : error LNK2001 gamelib.lib(MapManager.obj) : error LNK2019 in UserInterface.cpp I add these: #pragma comment( lib, "CWebBrowser_x86_Debug_VC71.lib" ) #pragma comment( lib, "gamelib.lib" ) #pragma comment( lib, "EffectLib.lib" ) #pragma comment( lib, "eterBase.lib" ) #pragma comment( lib, "eterGrnLib.lib" ) #pragma comment( lib, "eterImageLib.lib" ) #pragma comment( lib, "eterlib.lib" ) #pragma comment( lib, "EterLocale.lib" ) #pragma comment( lib, "EterPack.lib" ) #pragma comment( lib, "eterPythonLib.lib" ) #pragma comment( lib, "mileslib.lib" ) #pragma comment( lib, "PRTerrainLib.lib" ) #pragma comment( lib, "scriptLib.lib" ) #pragma comment( lib, "SpeedTreeLib.lib" ) #pragma comment( lib, "SphereLib.lib" ) and I aslo add the include and lib files. My development tool is vs2005.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.