aliens

Author Topic: [Solved] help with compile  (Read 2178 times)

Offline seregavlg

  • Squaddie
  • *
  • Posts: 2
    • View Profile
[Solved] help with compile
« on: February 17, 2018, 04:33:59 pm »
when compile oxce i get link error 2001. 1>Map.obj : error LNK2001: неразрешенный внешний символ ""public: void __thiscall OpenXcom::ItemSprite::drawShadow(class OpenXcom::BattleItem *,int,int,bool)" (?drawShadow@ItemSprite@OpenXcom@@QAEXPAVBattleItem@2@HH_N@Z)". What is?
« Last Edit: February 11, 2023, 04:48:19 pm by Meridian »

Offline Yankes

  • Commander
  • *****
  • Posts: 3207
    • View Profile
Re: help with compile
« Reply #1 on: February 19, 2018, 12:39:47 am »
Not all `cpp` files are added to project.

Offline seregavlg

  • Squaddie
  • *
  • Posts: 2
    • View Profile
Re: help with compile
« Reply #2 on: February 19, 2018, 02:37:08 pm »