Blitz+ without sound

BlitzPlus Forums/BlitzPlus Programming/Blitz+ without sound

rickavzstx(Posted 2016) [#1]
hello,

I would like to know, if si possible to compile Blitz++ program without AUDIO enable..

thank you


Floyd(Posted 2016) [#2]
I doubt it. As far as I know anything that is part of a normal compile is mandatory whether you need it or not.

Blitz3D, for example, will not run without DirectPlay even if you are not using it. It is no longer part of DirectX and must be installed separately even though not used.


RemiD(Posted 2016) [#3]
Maybe set the volume to 0 ?


xlsior(Posted 2016) [#4]
Not without doing a custom built of Blitzplus itself.

Unlike e.g. blitzmax where you can limit the modules compiled into the executable, blitzplus and blitz3d use a large runtime library that's embedded into each final executable. It's all, or nothing.