Reply To: Error messages since switch to JUCE 3.0

Home Forums General News and releases Error messages since switch to JUCE 3.0 Reply To: Error messages since switch to JUCE 3.0

#22929
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★

    Looks like my internal conversion mechanism does not like String() passed to it, i’ll have a look at it later, for now this will work

    fileBankName = string.format("file")
    tempBankFile = File.getSpecialLocation(File.userApplicationDataDirectory):getChildFile(fileBankName)
    console (tempBankFile:getFullPathName())
    
    • This reply was modified 9 years, 11 months ago by atom.
    Ctrlr