GameMakerDiscord / GOG.gml

A native extension for GOG.com SDK support in GameMaker: Studio / GameMaker Studio 2
MIT License
11 stars 1 forks source link

Cant find included file #1

Open Lautaro opened 2 years ago

Lautaro commented 2 years ago

Hi! When i try and build i get several errors Cannot open include file: './../GOG/Include/galaxy/GalaxyApi.h': No such file or directory GOG.gml D:\path\GOG SDK\GOG.gml-master\GOG.gml-master\GOG.gml\gog_shared.h

YellowAfterlife commented 2 years ago

The error suggests that you did not download and extract the SDK like described in the README

Lautaro commented 2 years ago

Oh I see. I read it but obviously I got confused.Thank you!

On Tue, 8 Feb 2022, 17:46 Vadim Dyachenko, @.***> wrote:

The error suggests that you did not download and extract the SDK like the README suggests https://github.com/GameMakerDiscord/GOG.gml#building

— Reply to this email directly, view it on GitHub https://github.com/GameMakerDiscord/GOG.gml/issues/1#issuecomment-1032831559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACO6LJWIQ3ZDZ3PTUN5QB3U2FCFVANCNFSM5N2XMESQ . You are receiving this because you authored the thread.Message ID: @.***>

Lautaro commented 2 years ago

I got the structure of the projects right now but i still cant build. I get the very short error

`LNK1181 cannot open input file 'Galaxy.lib'

Ive looked through the code for any mention of "Galaxy.lib" and ive looked through all files for such a file but i dont know what it is. Im using VS2019. I tried also using VS2015 after installing and updating it but it gives another error even before building because it needs v142 build tools that if i understand correctly doesnt exist for 2015. Any tips?