Jump to content

  •  

MyKiel02

Member Since 19 Jul 2013
Offline Last Active Jun 03 2016 06:24 PM
-----

Posts I've Made

In Topic: Compiling Problem

20 March 2016 - 10:24 AM

Spoiler

There seems to be something very wrong with your Visual Studio setup. In the log it mentions running "Microsoft ® 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86". That doesn't belong to VS2012, but is much, much older. cl version 12 was shipped with Visual Studio 6 (18 years ago).
I suggest uninstalling visual studio, finding and deleting any leftovers from very old versions, and reinstalling it.

Edit: some reference from other people who had the same problem on MSDN:
https://social.msdn....forum=vcgeneral
https://social.msdn....forum=vcgeneral

 
Thank you, @Haru! I'll try that as soon as I get home! I'll keep you posted!

 
Hi @Haru!
 
Good day!
 
My issue is now resolved.

 

I just deleted cl.exe from C:\Windows\SysWOW64 . Thank you for your help and patience!


In Topic: Compiling Problem

19 March 2016 - 07:05 PM

There seems to be something very wrong with your Visual Studio setup. In the log it mentions running "Microsoft ® 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86". That doesn't belong to VS2012, but is much, much older. cl version 12 was shipped with Visual Studio 6 (18 years ago).
I suggest uninstalling visual studio, finding and deleting any leftovers from very old versions, and reinstalling it.

Edit: some reference from other people who had the same problem on MSDN:
https://social.msdn....forum=vcgeneral
https://social.msdn....forum=vcgeneral

 

Thank you, @Haru! I'll try that as soon as I get home! I'll keep you posted!


In Topic: Compiling Problem

19 March 2016 - 03:00 AM

Umm, never seen anything like that o.o I'm not familiar with TortoiseGit, but it should work like any other git client...

Could you show the full content of the build output pane after a clean and rebuild? (the tab next to the one you screenshotted - I don't remember the exact name, and I don't have a windows PC nearby to check)

 

Hi @Haru,

 

Kindly see below. Thank you!

 

Clean:

Spoiler

 

Rebuild:

Spoiler

 

I have tried searching for a solution for warning D4024 and error LNK1181 on google, but still, nothing fixes the issue.

 

Thank you


In Topic: Compiling Problem

18 March 2016 - 07:35 PM

Corrupted project?
Clean the project first?
@Haru

 

Hello! Thank you for the reply! I've done that many times but the issue still persist. Also, I've downloaded new server files from the repository using TortoiseGit (please see below screenshot), tried to compile it but I'm still encountering the errors.

 

Attached File  err2.PNG   19.24K   17 downloads