1
vote
1answer
27 views
Editing assembly on Mac OS X
I'm currently disassembling a Mach-O executable(the executable runs on Mac OS X, to be specific) in IDA Pro on windows. I have one instruction which I want to change, but it doesn't seem that IDA Pro …
1
vote
0answers
11 views
NSSavePanel: Squelching the “confirm replace?” dialog
In the Nav Services world one could specify kNavDontConfirmReplacement as an option to create a NavDialogRef that would not ask the user to confirm the replacement of a file when saving with a file …
0
votes
3answers
33 views
Anyone had success using a specific locale for a PostgreSQL database so that text comparison is case-insensitive?
I'm developing an app in Rails on OS X using PostgreSQL 8.4. I need to setup the database for the app so that standard text queries are case-insensitive. For example:
SELECT * FROM documents …
0
votes
2answers
51 views
Help with Assembly. Segmentation fault when compiling samples on Mac OS X.
Hi,
I'm trying to learn assembly using Dr Paul Carter's pcasm book: http://www.drpaulcarter.com/pcasm/
The author doesn't packaged Mac OS X samples, then I've started using from linux sources. Here …
2
votes
2answers
35 views
How to create a Finder alias in an application
What is the code necessary to create a Finder alias from a Cocoa application?
Are there any differences between that code in Mac OS 10.4, 10.5, and 10.6?
0
votes
1answer
33 views
Streaming live video to a web site
Hi,
I've received a request asking if it's possible to stream live video to a web site. The person requesting this has a notebook running MacOS, a professional camera that can be connected up using …
0
votes
2answers
38 views
Using Apple Scripting Bridge in C
I'm wondering if it is possible to use Scripting Bridge (as discussed here) in C. What I'm trying to do is control and/or get information from Apple applications (such as iTunes, see link listing 2.1 …
0
votes
0answers
9 views
Applet freezes page on initial load (Mac Firefox)
We have a web screen with a number of applets that has a problem on Mac OSX 10.5.7, Firefox 3.0.15, java 1.5.0_19.
The problem is encountered on the user site.
On initial load of applets (with an …
0
votes
0answers
7 views
User-friendly checksum validation on Mac OS?
I'm not entirely sure if this a SO or SF question, but I'll give it a go here.
We're offering DMGs for download and a MD5 checksum to go with each. The question is how to instruct users of how to …
1
vote
2answers
25 views
Building a Java EE app on Mac OS X Snow Leopard for Glassfish 3
I'm having a bit of a problem building a Java Enterprise Edition web application on Mac OS X 10.6.2 using Ant 1.7.1, Glassfish v3 and Java EE 6.
The problem is that the build process does not find …
0
votes
1answer
30 views
Core data and custom NSCell
I am building a toy app using core data for two entities Log (attributes text and date) and Tag with a many-to-many tags relationship from Log to Tag.
I want to show logs in a table, so I:
created …
0
votes
3answers
40 views
Trouble installing/compiling lua on macosx
I have been attempting to compile/install Lua on Snow Leopard. I have changed the target platform in the Makefile.std to macosx and I still get the following issue:
sudo make -f Makefile.std macosx
…
0
votes
1answer
18 views
SQLite3 problem since Rails 2.3.5 update
Hi,
I was running Rails 2.3.4 with SQLite3 on a Snow Leopard box without any problems. I've just done a pull on a new project that requires 2.3.5 so I did a sudo gem update to get the latest version …
1
vote
2answers
70 views
Emacs 23.1 and Mac OS X problem with files drag and drop
I've just compiled and installed emacs 23.1 on my mac. It's running Leopard 10.5.8. And I've noticed that dragging and dropping does not work correctly (as it used to work with emacs 22). Now when …
0
votes
3answers
69 views
How to programmatically set volume in Windows, Mac and Ubuntu?
I'd like to programmatically set volume in Windows, Mac and Ubuntu using C/C++. Command line also can but C/C++ preferred. Thank you in advance!
