Science Needs Your Brain!
We need volunteers to help us evaluate our data. The evaluation will only take about 25 minutes of your time, is straightforward, and quite interesting!
We need volunteers to help us evaluate our data. The evaluation will only take about 25 minutes of your time, is straightforward, and quite interesting!
Hi! My name is Michael Robinson, and I'm a programmer. I currently work at PANmedia, and run Code of Interest.
I'm passionate about programming and particularly enjoy challenging myself to constantly find ways to improve.
To learn more about me, visit Faceleg.com.
I learn by going where I need to go.
I wanted to use Connection Kit for my current project, but ran into issues as it requires a few other frameworks to function. Many months ago I worked around this by copying the internal framework's source files directly into Connection Kit. Everything went well until I updated Connection Kit. Suddenly it required more internal frameworks, and copying their source became impractical.
Cocoa Undefined symbols "_GetCurrentKeyModifiers"Merging some convenient (but old) code I found laying around into a new project, I came across this build error: Undefined symbols for architecture i386: "_GetCurrentKeyModifiers", referenced from: -[Class mouseDown:] in Class.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with…