DLLs

From Mario Fan Games Galaxy Wiki
Revision as of 14:32, 14 July 2012 by Madox (talk | contribs)

DLLs, or Dynamic Link Libraries, are special files that include a list of functions (usually C++) that can be read by executable applications (EXEs) to extend functionality. As with .EXEs, DLLs can store data, but DLLs cannot be launched by itself, they must be read by .EXEs. Most games made with a ClickTeam product requires extra DLLs to run properly. This extra DLL package can be found here, on the MFGG mainsite.

 Stub.png This article or section is in need of expansion.

Please add further information.