Building realese configuration

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
U238
Posts: 14
Joined: Mon Aug 17, 2009 1:01 pm
Location: Taganrog, Russia

Building realese configuration

Post by U238 »

Hello guys from me and my newbie questions.
I use Microsoft Visual C++ 2005 and tried to build my program in release configuration for the first time (for the debug conf build passed successfuly). I got a number of warnings and errors for each my source file except the first one

Code: Select all

warning C4727: PCH named d:\...\OctaveMapEditor.pch with same timestamp found in (1).obj and (2).obj Using first PCH
(1).obj: error LNK2005: ___@@_PchSym... already defined in (2).obj
For not to overload post I don't write my tryings to solve the problem.
Help me build my program please )
CuteAlien
Admin
Posts: 9716
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Not sure if it helps, but .pch are probably pre-compiled headers. Maybe disable using those to see if you can compile then.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply