So i was planning to try the examples but this error
appears when i try compiling
`Undefined reference to FMOD::System::release()@4'
I tried researching around the net and i found a solution by adding this to my
linker parameters
"../../../Program Files/FMOD SoundSystem/FMOD Studio API Windows/api/lowlevel/lib/libfmod.a"
"../../../Program Files/FMOD SoundSystem/FMOD Studio API Windows/api/lowlevel/lib/libfmodL.a"
But i still get the undefined references errors.
How do i fix this?
Source: c++