DK22Pac / plugin-sdk

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

No support for Visual Studio 2022? #135

Open habi498 opened 2 years ago

habi498 commented 2 years ago

Hi, i couldn't install template for visual studio 2022. Could you add support for it too. Helpful for others in future.

nathan130200 commented 1 year ago

Up!

GokuModsz commented 1 year ago

Has anyone been able to use VS 2022 in Plugin-SDK??

minotheo commented 1 year ago

Has anyone been able to use VS 2022 in Plugin-SDK??

U can create project in VS 19 and edit, compile with VS2022.

GokuModsz commented 1 year ago

but I don't understand, I mean, I would have to have both vs 2019 and vs 2022, it would be too heavy, and I only use vs 2022

GokuModsz commented 1 year ago

When I try to create the template in vs 2022, it says that it doesn't support it, I don't understand, or using vs 2022 how could I create the template without downloading vs 2019???

minotheo commented 1 year ago

but I don't understand, I mean, I would have to have both vs 2019 and vs 2022, it would be too heavy, and I only use vs 2022

yes, if you want create project using VS2022 you need to compile pluginSDK and specify lib in projects settings and pass dependicies.

minotheo commented 1 year ago

Like GTA folder, DirectxAPI and others.

GokuModsz commented 1 year ago

I understand, I mean plugin-sdk can be compiled?

GokuModsz commented 1 year ago

I don't need the VS2019 build tools??

GokuModsz commented 1 year ago

plugin-sdk is a dll library, or is it .lib?

minotheo commented 1 year ago

I do not know exactly, but when i opens a VS2019 PluginSDK project it's just asked for retarget on new version of SDK.

minotheo commented 1 year ago

.lib

GokuModsz commented 1 year ago

but i use VS2022, i want to create the template using VS2022 not VS2019

GokuModsz commented 1 year ago

Or will you have the .lib of plugin-sdk?

GokuModsz commented 1 year ago

Hi, i couldn't install template for visual studio 2022. Could you add support for it too. Helpful for others in future.

Maybe I can help you do something in VS2022 and it worked for me but it would be necessary to use it while they create the new version of plugin-sdk for VS2022

Megasware128 commented 1 year ago

Just get the latest version of premake and use it to generate VS2022 project files

nathan130200 commented 1 year ago

@GokuModsz Same situaiton, we are forced to install two VS versions to develop plugins.