Error : Extension Steamworks_gml file Steamworks.gml.dll does not exist
littlerobotgames opened this issue · 5 comments
Hi,
I'm updating my steamworks.gml to the latest version as the old one stopped working. However, using the new extension causes the compile error "Error : Extension Steamworks_gml file Steamworks.gml.dll does not exist" and I'm not sure what to do about it.
It does this when I try to run one of the example projects as well.
I loaded the extension via Steamworks_23\extensions\Steamworks_gml\Steamworks.gml.yy and converting the Steamworks_yy\extensions\Steamworks_gml\Steamworks.gml.yy with no luck.
GMS2 IDE: 2.3.1.542
GMS2 Runtime: 2.3.1.409
If you are taking the project files from GitHub, you have to compile them yourself (using Visual Studio for Windows or included build scripts for Mac/Linux).
This may be a dumb question, but how would I do that? I have Visual Studio and am decently familiar with it.
Build instructions are included in the README of the repository.
Alright, I will take a closer look at that. Thank you.
I have since added more specific instructions to the README and also GitHub Actions so that people can pick up binaries from there, so this should hopefully be resolved.