static library for VS2012 express

static library for VS2012 express

Postby francois » 18 Jan 2015, 17:50

Hi,
I have an issue to compile in Release mode/ x64 on VS2012 Express : error C1047

Error Message
The object or library file 'file' was created with an older compiler than other objects; rebuild old objects and libraries
C1047 is caused when object files or libraries built with /LTCG are linked together, but where those object files or libraries are built with different versions of the Visual C++ toolset.
This can happen if you begin using a new version of the compiler but do not do a clean rebuild of existing object files or libraries.
To resolve C1047, rebuild all object files or libraries.


Could you provide us a static library for VS2012 too ?

Best Regards
francois
 
Posts: 1
Joined: 18 Jan 2015, 17:16

Return to Feature request

cron