include_shared [function]

include_shared( string file[, bool override ] )

runs the shared library pointed to by file, returns success, as bool, emits a warning on failure

include_shared( "sgsjson.dll" ); // load the JSON library DLL on Windows