想把vc++的stdafx.h/stdafx.cpp 改个名字,放到指定的目录,可是出现了链接错误...

很讨厌搜到一些毫无依据的的问题解答;然而,这个是Ogre3d中的解答,非常正确,让我不得不对ogre3d社区中的人惊讶了,果然很强大!

http://www.ogre3d.org/phpBB2/viewtopic.php?p=152326&sid=ce193664e1d3d7c4af509e6f4e2718c6

Bekas
Regular


Joined: 16 Oct 2004
Posts: 239
Location: Greece

VC++预编译头文件的问题(error LNK2005: ___@@_PchSym_@...)Posted: Tue May 30, 2006 11:46 am    Post subject: VC++预编译头文件的问题(error LNK2005: ___@@_PchSym_@...)

"Create Precompiled Header" should be only on stdafx.cpp.

Event.cpp should have "Use Precompiled Header".

相关文章:

  • 2022-12-23
  • 2021-08-22
  • 2022-03-03
  • 2021-10-05
  • 2021-11-17
  • 2021-05-29
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2021-09-17
  • 2021-08-27
  • 2021-10-10
  • 2021-11-20
相关资源
相似解决方案