crayolon

Forum Replies Created

Viewing 41 post (of 41 total)
  • Author
    Posts
  • in reply to: Howto Guide #1331
    crayolon
    Participant
      • Topics: 5
      • Replies: 41
      • Total: 46

      Hi there, I’m trying to build a clone of Airbase in VC++ Express so that I can (hopefully) make a Novation Supernova II editor. Maybe even a Roland JV-1010 editor, although Roland’s sysex checksum system looks grim and worrying <img decoding=” title=”Wink” />

      I feel like I’m almost there, after overcoming only a couple of the usual VC++ include path issues, but I’ve now got this issue and I was hoping you could throw some light on it:

      [code:2drbm9g2]1>f:ctrlr_devctrlrcontrollersnsniiuiairbaseeditor.cpp(176): error C2664: ‘ImageSlider::ImageSlider(juce::Image,juce::Font)’ : cannot convert parameter 1 from ‘juce::Image *’ to ‘juce::Image’
      1> No constructor could take the source type, or constructor overload resolution was ambiguous[/code:2drbm9g2]

      Any tips or suggestions would be appreciated. Thanks <img decoding=” title=”Smile” />

    Viewing 41 post (of 41 total)
    Ctrlr