DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
431 stars 114 forks source link

Compilation error. Visual Studio 2019 #169

Open shpeenut22 opened 9 months ago

shpeenut22 commented 9 months ago

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

likeawindrammer commented 9 months ago

in what line?

shpeenut22 commented 9 months ago

in what line?

  1. sorry, the line is not written correctly
likeawindrammer commented 9 months ago

I have no idea why that is, maybe someone else can help you, link to line for quick reference: https://github.com/DK22Pac/plugin-sdk/blob/6033510ed3c9f299f24628a38e886e0d87726f74/injector/assembly.hpp#L155

shpeenut22 commented 9 months ago

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

https://github.com/DK22Pac/plugin-sdk/blob/6033510ed3c9f299f24628a38e886e0d87726f74/injector/assembly.hpp#L155

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