64 bit vst Textbutton

For Apple specific issues

64 bit vst Textbutton

Postby Harrie Munnik » Tue Jun 26, 2012 4:06 pm

Is there something special with the Textbutton for Mac (64 bits)? In 32 bits all works fine, but in 64 bits the Textbuttons do not listen to mouseclicks.

The code used:

Code: Select all

BackButton = new TextButton(String("BackButton"));
addAndMakeVisible(BackButton);
BackButton->setBounds(711,280,30,30);
BackButton->setClickingTogglesState(true);
BackButton->addListener(this);

Harrie Munnik
JUCE Obsessive
 
Posts: 89
Joined: Wed Nov 03, 2010 9:10 am

Re: 64 bit vst Textbutton

Postby siedschl » Tue Jun 26, 2012 6:19 pm

Sounds like an objective-c name clash... try using the very latest tip where the extra obj-c-suffix is no longer needed.
siedschl
JUCE UberWeenie
 
Posts: 273
Joined: Wed Nov 07, 2007 10:56 am

Re: 64 bit vst Textbutton

Postby Harrie Munnik » Wed Jun 27, 2012 12:21 am

That was correct. I had the idea I was not that far behind. Thanks!
Harrie Munnik
JUCE Obsessive
 
Posts: 89
Joined: Wed Nov 03, 2010 9:10 am


Return to MacOSX and iOS

Who is online

Users browsing this forum: No registered users and 2 guests

cron