Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. 1>------ Rebuild All started: Project: AIModuleLoader, Configuration: Release Win32 ------
  2. 1>Deleting intermediate and output files for project 'AIModuleLoader', configuration 'Release|Win32'
  3. 1>Compiling...
  4. 2>------ Rebuild All started: Project: ExampleAIModule, Configuration: Release Win32 ------
  5. 2>Deleting intermediate and output files for project 'ExampleAIModule', configuration 'Release|Win32'
  6. 2>Compiling...
  7. 1>AIModuleLoader.cpp
  8. 2>ExampleAIModule.cpp
  9. 1>.\Source\AIModuleLoader.cpp(29) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  10. 1> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
  11. 2>Dll.cpp
  12. 2>Compiling manifest to resources...
  13. 1>Linking...
  14. 1>fatal error C1047: The object or library file '.\Release\AIModuleLoader.obj' was created with an older compiler than other objects; rebuild old objects and libraries
  15. 1>LINK : fatal error LNK1257: code generation failed
  16. 2>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  17. 2>Copyright (C) Microsoft Corporation. All rights reserved.
  18. 2>Linking...
  19. 1>Build log was saved at "file://c:\code\sc1ai\BWAPI 3.7.4\AIModuleLoader\Release\BuildLog.htm"
  20. 1>AIModuleLoader - 1 error(s), 1 warning(s)
  21. 2>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
  22. 3>------ Rebuild All started: Project: ExampleAIClient, Configuration: Release Win32 ------
  23. 3>Deleting intermediate and output files for project 'ExampleAIClient', configuration 'Release|Win32'
  24. 3>Compiling...
  25. 2> Creating library C:\code\sc1ai\BWAPI 3.7.4\Release\ExampleAIModule.lib and object C:\code\sc1ai\BWAPI 3.7.4\Release\ExampleAIModule.exp
  26. 2>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
  27. 2>Generating code
  28. 2>Finished generating code
  29. 3>ExampleAIClient.cpp
  30. 2>Embedding manifest...
  31. 2>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
  32. 2>Copyright (C) Microsoft Corporation. All rights reserved.
  33. 2>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
  34. 2> Creating library C:\code\sc1ai\BWAPI 3.7.4\Release\ExampleAIModule.lib and object C:\code\sc1ai\BWAPI 3.7.4\Release\ExampleAIModule.exp
  35. 2>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
  36. 2>Generating code
  37. 2>Finished generating code
  38. 2>Build log was saved at "file://c:\code\sc1ai\BWAPI 3.7.4\ExampleAIModule\Release\BuildLog.htm"
  39. 2>ExampleAIModule - 0 error(s), 4 warning(s)
  40. 4>------ Rebuild All started: Project: ExampleTournamentModule, Configuration: Release Win32 ------
  41. 4>Deleting intermediate and output files for project 'ExampleTournamentModule', configuration 'Release|Win32'
  42. 4>Compiling...
  43. 4>ExampleTournamentModule.cpp
  44. 4>.\Source\ExampleTournamentModule.cpp(411) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  45. 4> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
  46. 4>.\Source\ExampleTournamentModule.cpp(429) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  47. 4> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
  48. 4>Dll.cpp
  49. 4>Linking...
  50. 3>Linking...
  51. 4> Creating library Release\ExampleTournamentModule.lib and object Release\ExampleTournamentModule.exp
  52. 4>Generating code
  53. 4>Finished generating code
  54. 3>fatal error C1047: The object or library file '.\Release\ExampleAIClient.obj' was created with an older compiler than other objects; rebuild old objects and libraries
  55. 3>LINK : fatal error LNK1257: code generation failed
  56. 3>Build log was saved at "file://c:\code\sc1ai\BWAPI 3.7.4\ExampleAIClient\Release\BuildLog.htm"
  57. 3>ExampleAIClient - 1 error(s), 0 warning(s)
  58. 4>Embedding manifest...
  59. 4>Build log was saved at "file://c:\code\sc1ai\BWAPI 3.7.4\ExampleTournamentModule\Release\BuildLog.htm"
  60. 4>ExampleTournamentModule - 0 error(s), 2 warning(s)
  61. ========== Rebuild All: 2 succeeded, 2 failed, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement