Page 1 of 1

What is MultiMediaBase Lib?

Posted: Mon May 30, 2005 12:23 am
by Ralf
when compiling my project with asm output, i noticed a lib called MultiMediaBase (around 10 kb) will be added to my program!

What is this 10k MultiMediaBase for? (when will it be linked to the exe?)
Is there any way to leave this lib out of the exe?

Re: What is MultiMediaBase Lib?

Posted: Mon May 30, 2005 12:37 am
by traumatic
Internal things required for the DirectX functions, such as PB_DirectX_Window.

Whenever you're using InitSprite(), InitMouse(), InitKeyboard() or InitSound()
(did I forget one?) the library is needed by PB and will be linked.

Posted: Mon May 30, 2005 6:16 pm
by Fred
It contains shared functions for the multimedia (2D/3D games) commands, so you can't avoid it if you use one of the game related library.