Forum

    • Register
    • Login
    • Search
    • Categories

    No viable overloaded '='

    Bug Reports
    2
    3
    85
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Bob Stuck last edited by

      Getting that error when compiling for iOS near this line of code:

      if(virtualMidiPort = MidiInput::createNewDevice(portName, callback))
      
      1 Reply Last reply Reply Quote 0
      • Christoph Hart
        Christoph Hart last edited by

        Try

        if(virtualMidiPort = MidiInput::createNewDevice(portName, callback).release())
        
        B 1 Reply Last reply Reply Quote 0
        • B
          Bob Stuck @Christoph Hart last edited by Bob Stuck

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          18
          Online

          1.1k
          Users

          6.8k
          Topics

          62.5k
          Posts