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?
What is MultiMediaBase Lib?
Re: What is MultiMediaBase Lib?
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.
Whenever you're using InitSprite(), InitMouse(), InitKeyboard() or InitSound()
(did I forget one?) the library is needed by PB and will be linked.
Good programmers don't comment their code. It was hard to write, should be hard to read.