Page 1 of 1

Compiling fmod.bb error...

Posted: Thu Aug 16, 2018 5:59 pm
by TheHunterManX
I am trying to compile SCP:CB v1.3.10 using the latest version of blitz3d, however, the fmod.bb file gives an error "function FSound_Init not found". How do I go about fixing this issue?

Re: Compiling fmod.bb error...

Posted: Thu Aug 16, 2018 6:23 pm
by Vane Brain
TheHunterManX wrote:I am trying to compile SCP:CB v1.3.10 using the latest version of blitz3d, however, the fmod.bb file gives an error "function FSound_Init not found". How do I go about fixing this issue?
Be sure that you placed decls files from SCP CB's folder to userlibs folder, located in Blitz3D's folder

Re: Compiling fmod.bb error...

Posted: Fri Aug 17, 2018 12:52 pm
by TheHunterManX
Vane Brain wrote:
TheHunterManX wrote:I am trying to compile SCP:CB v1.3.10 using the latest version of blitz3d, however, the fmod.bb file gives an error "function FSound_Init not found". How do I go about fixing this issue?
Be sure that you placed decls files from SCP CB's folder to userlibs folder, located in Blitz3D's folder
Wait a second, now that I look at my userlibs folder... all the decls files are placed inside of a decls folder! After copying the files to the root dictionary, it worked. Thank you for the help.