• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

How to use a .lib file ?

S

sprotz

Guest
I've got a .lib file which I think is a static library together with a .h file that shows the functions in it and a .cpp file. So how do I use this .lib file to call functions from Gamemaker studio? Is it the same as defining and calling functions from a DLL ?
 

FoxyOfJungle

Kazan Games
To my knowledge, the .lib files in Game Maker 8 are libraries that contain pieces of code that can be used in DnD.
They are placed in the program's root folder, called "lib".
 
Top