Re: Compiling fmod.bb error...

#2
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
Image

Re: Compiling fmod.bb error...

#3
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.