problem with standalone app, error message "unable to get init function from audio lib!"


    Sep 04 2017 | 4:38 am
    I built an app and tested it in MAX and it works overtime, I copied it to a computer that does not have Max installed and the app functions completely OK, but on start I get the error message in the Max window: "unable to get init function from audio lib!" Although it seems not to make the app malfunction, I'm a bit worried that at one point it will make a problem. Any idea what this message means and where it might come from? Thanks

    • Mar 09 2018 | 2:02 pm
      Having the same problem! Did you ever resolve it?
    • Apr 03 2018 | 11:25 pm
      Any solution? Having the same problem. Thank you!
    • Apr 04 2018 | 12:29 am
      I'm building a standalone app as well and I noticed that I needed to carefully set up options so that the user can select their audio device and I structured it so that it turns on the DSP after an audio device is selected. I'm speculating but do you think the error is related to whether it's trying to access the audio library BEFORE the audio device is initialized or before the DSP is on?