DK22Pac/plugin-sdk

Compilation error. Visual Studio 2019

Opened this issue · 4 comments

hi, I downloaded the plugin-sdk because I was eager to write a .asi for GTA SA, but as a result, when building the plugin.sln project, a syntax error: unexpected token "<". This happens in the assembly.hpp file, and happens twice for each project for each game. Help

in what line?

in what line?

  1. sorry, the line is not written correctly

I have no idea why that is, maybe someone else can help you, link to line for quick reference:

static std::unique_ptr<FuncT> static_func;

I have no idea why that is, maybe someone else can help you, link to line for quick reference:

static std::unique_ptr<FuncT> static_func;

Thank you, I’m racking my brains about this myself, I don’t understand why this happens.