MantisBT - VCMI
View Issue Details
0000846VCMIOtherpublic2011-12-23 07:062014-05-30 17:40
Warmonger 
beegee 
normalblockalways
closedfixed 
PCWindows 7SP1
 
0.880.88 
0000846: Compile issues after branch merge
I'm getting quite strange MVS compile bugs after last refactoring - check the file.


No tags attached.
txt branchErrors.txt (17,318) 2011-12-23 07:06
https://bugs.vcmi.eu/file_download.php?file_id=835&type=bug
Issue History
2011-12-23 07:06WarmongerNew Issue
2011-12-23 07:06WarmongerStatusnew => assigned
2011-12-23 07:06WarmongerAssigned To => beegee
2011-12-23 07:06WarmongerFile Added: branchErrors.txt
2011-12-23 12:36beegeeNote Added: 0002152
2011-12-23 15:32WarmongerNote Added: 0002153
2011-12-23 15:32WarmongerStatusassigned => resolved
2011-12-23 15:32WarmongerFixed in Version => 0.89
2011-12-23 15:32WarmongerResolutionopen => fixed
2014-05-30 17:40beegeeStatusresolved => closed

Notes
(0002152)
beegee   
2011-12-23 12:36   
I've deleted all important files from my trunk directory and did a SVN Update. I'm getting no compile errors. It seems for me that you didn't updated all files especially project files. I suggest that it would be the best that you clean your trunk folder and update from repo. If you don't want to do, I can also say what you should do to fix those compile errors.

1) Go under VCMI_lib project settings to Compiler preprocessor definitons and add VCMI_DLL to it.
2) Go under StupidAI project settings to Precompiled header and type in for the header file StdInc.h. Make sure that the StdInc.cpp file creates the PCH file. Under settings of that file in Precompiled header settings Create Precompiled header file or so should stand in the first row.
(0002153)
Warmonger   
2011-12-23 15:32   
Thanks :) Works fine now.