error when compiling autoatk but not when compiling hooking

Sunzuki

New member
Messages
22
Points
0
1> ------ Build started new: Project: auto attack, Configuration: Debug Win32 ------ 
1> C: Program Files (x86) MSBuild Microsoft.Cpp v4.0 Platforms Win32 Microsoft.Cpp.Win32.Targets (518.5): error MSB8008: The specified Plattformtoolset (v110) is not installed or invalid. Make sure that a supported PlatformToolset value was selected. 
========== Rebuild All: 0 successful, error at 1, 0 skipped ==========
 
 
can someone help me on this? if you need more information ask please. 
I assume it's the autoatk plugin from http://herc.ws/board/topic/2567-atcommand-autoatk/ since plugin-HPMHooking worked. I tried both but it didn't work. 
However HPMHooking works
 

1> ------ Build started new: Project: plugin-HPMHooking, Configuration: Debug Win32 ------
1> HPMHooking.c 
1> Library "plugin-HPMHooking Debug HPMHooking.lib" and object "plugin-HPMHooking Debug HPMHooking.exp" be created. 
1> plugin-HPMHooking.vcxproj -> Z: server htdocs website server vcproj-10 .. plugins HPMHooking.dll 
========== Rebuild All: 1 successful, skipped error at 0, 0 ==========


basically I just selected the hercules projectmap and added autoatk from existing project
 
Last edited by a moderator:
Go to properties of Auraset project.

Configuration Properties -> General

and from there, change the Platform Toolset.

mine is v120(Because Visual Studio 2013 uses v120) every version have different number.

 
Back
Top