• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

DLL template for Visual Studio 2012

Mick

Member
Hiya! I made a GMS DLL template for Visual Studio 2012 so you can quickly get started with creating dlls (and .so or .dylib for Linux and OS X).

It's set up so you can build like normal in Visual Studio and if you wish, you can build using the same source files on Linux and Mac OS X (build commands and some other helpful notes can be found in the dllmain.cpp file).

To use the template, copy the zip file to "C:\Users\[username]\Documents\Visual Studio 2012\Templates\ProjectTemplates\Visual C++ Project". When running Visual Studio the next time you should see the GMS-DLL option when creating a new project (choose Visual C++ under templates).

http://www.gamephase.net/files/linked/GMS-DLL.zip
 
Last edited:
Top