Linking in this case: FSBank Conversion of wav to fsb5 problem - #10 by CreatorsStudio
This should initialize FSBank correctly- though I’m assuming const char* cache = G:/cache;
is a formatting error / typo, and it is actually const char* cache = "G:/cache";
, otherwise it won’t compile at all.
If it fails, you can investigate by passing the returned FSBANK_RESULT
of an FSBank API calls into FSBank_Result_ToString
.
1 Like