0
votes
2answers
22 views
Does this function IOHIDManagerRegisterDeviceMatchingCallback operate under the cocoa environment?
Hi,
I am struggling to implement an HID control with a Mac : I cannot send the expected function as depicted here below:
IOHIDManagerRegisterDeviceMatchingCallback( gIOHIDManager …
1
vote
0answers
13 views
How to cross compile from Mac OS X to Linux x86?
Hi, I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I:
Compile GCC 4.1.2 toolchain and related tools?
Use that tool to cross compi …
2
votes
1answer
33 views
File-level filesystem change notification in Mac OS X
I want my code to be notified when any file under (either directly or indirectly) a given directory is modified. By "modified", I mead I want my code to be notified whenever a fil …
0
votes
0answers
29 views
Cocoa application crashing on OpenGL call
I made a new project and pretty much copied this guide, but whenever I call any OpenGL function it the spot marked // Drawing code here it crashes. I have this there:
glViewport(0 …
0
votes
1answer
15 views
Core Data Migration error message “’Model does not contain configuration ‘XYZ’.’”
I have a Managed Object Context to which I add two different SQLite stores. I use Configurations in the Mananged Object Model to assign certain entities to one store and other enti …
0
votes
4answers
39 views
Viewing File in Binary in Terminal
First things first, I'm on a Mac ssh'ing into a Linux machine via Terminal.
I would like to view the contents of a file in the current directory, but in binary. Is there a binary …
1
vote
2answers
80 views
MacOS - howto change the SYSTEM temp folder (programatically) ?
we need to change the default SYSTEM temp folder for our multiplatform application.
The systems default call for getting the SYSTEM temp folder should return the folder we have sp …
2
votes
4answers
84 views
Is there any assembly language debugger for OS X?
So i was wondering if there is any? I know afd on windows but not sure anything about mac?
And this his how i am using nasam on the following code: nasm a.asm -o a.com -l a.lst
[ …
2
votes
1answer
41 views
Mac Dev - How to refresh view for 2d game?
If you see my other question, you'll know that I'm starting to try making simple 2d games on mac. There I was deciding which library to use (OpenGL or Quartz), but no matter what I …
4
votes
3answers
145 views
Is there an API for the blue email address bubbles?
Hi!
Is there an API that will let me reproduce the blue round email address bubbles easily? You see these bubbles in Mail on MacOS and on the iPhone.
Thanks!
1
vote
1answer
31 views
How do I update a NSTableView when its data source has changed?
I am working along with Cocoa Programming For Mac OS X (a great book). One of the exercises the book gives is to build a simple to-do program. The UI has a table view, a text field …
0
votes
2answers
38 views
Mac dev - Help getting started with 2d games
I want to make some simple 2d games/clones (for Mac), but I have a few questions:
Should I use Quartz 2d or OpenGL (I don't plan to try 3d anytime soon)
There seems to be a lot o …
0
votes
1answer
23 views
MySQL Server Settings
I have a mysql server that gets a lot of users logging in at once. I know in windows you can change the settings so the amount of people logging into the server will be okay on you …
1
vote
3answers
39 views
macports confusion
hey i am new to the macports thing as i recently switched to the mac. as i was thinking of developing some applications in my mac i wanted all the usual gnu and opensource tools i …
3
votes
2answers
75 views
mac osx development environment
i have a unix c programming assignment in which i do some advanced C network programming.this is my first step into advance programming. so i was wondering what is the best combina …
