You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2018. It is now read-only.
I've an old iMac with core duo processor. I'm trying to build disableMonitor for 32bits, but it gives me the following issues:
/Users/hachpai/Documents/DisableMonitor/ResolutionDataItem.m:46:9: Use of undeclared identifier '_mode'
/Users/hachpai/Documents/DisableMonitor/ResolutionDataItem.m:47:9: Use of undeclared identifier '_mode'
/Users/hachpai/Documents/DisableMonitor/ResolutionDataItem.m:48:9: Use of undeclared identifier '_mode'
/Users/hachpai/Documents/DisableMonitor/ResolutionDataItem.m:49:9: Use of undeclared identifier '_mode'
/Users/hachpai/Documents/DisableMonitor/ResolutionDataItem.m:62:5: Use of undeclared identifier '_mode'
/Users/hachpai/Documents/DisableMonitor/ResolutionDataItem.m:67:5: Use of undeclared identifier '_mode'
/Users/hachpai/Documents/DisableMonitor/ResolutionDataItem.m:21:17: Property 'visible' requires method 'setVisible:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
It builds correctly in 64 bits.
Any idea?
Thank you,
PH
The text was updated successfully, but these errors were encountered:
Hi unfortunally not, but looks like something is not supported in the compiler.
Currently I have no useable OSX, hopefully you can find it by yourself?
Hello,
I've an old iMac with core duo processor. I'm trying to build disableMonitor for 32bits, but it gives me the following issues:
It builds correctly in 64 bits.
Any idea?
Thank you,
PH
The text was updated successfully, but these errors were encountered: