Author Topic: VC11 Compiler  (Read 6876 times)

Offline pieman

  • Multiple posting newcomer
  • *
  • Posts: 31
VC11 Compiler
« on: October 28, 2013, 08:53:46 am »
I was reconfiguring the VC10 compiler because I only have VC11. It was pretty simple; I was able to rename all of the existing directories and add a few missing search directories (C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include, Lib, Lib\x64 etc)

Here's the build messages:

Code
||=== NightVC, Debug ===|
c:\program files (x86)\microsoft sdks\windows\v7.1a\include\sal_supp.h|57|warning C4005: '__useHeader' : macro redefinition|
c:\program files (x86)\microsoft sdks\windows\v7.1a\include\specstrings_supp.h|77|warning C4005: '__on_failure' : macro redefinition|
*snip* ...
LINK||warning LNK4001: no object files specified; libraries used|
LINK||warning LNK4068: /MACHINE not specified; defaulting to X86|
LINK||fatal error LNK1159: no output file specified|
||=== Build finished: 1 errors, 10 warnings (0 minutes, 2 seconds) ===|

I investigated ways to fix this and so far I'm lost.

Off topic:

Feature request (note this down somewhere accessible, please!)
Right-click on project file -> Duplicate -> [New file name dialog]
I like pie.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]