Somebody from OmniGroup has written a plugin by reverse-engineering the protocol (it's all Objective C). Head over to the macosx-dev mailing list archive.
Is Apple going to eventually release an API for it like they did iTunes? I already (as I'm sure others do) have lots of little ideas for add-on's that would be really nice ... Hmm…
Some consider it a blessing, some a curse -- in order for the Objective-C runtime to work properly, a lot if information is left in a binary that you won't find in a statically bou…
Just wondering if anyone had looked into compiling Mojo Nation for OS X. The one stumbling block I see is Python, which I'm not sure if it's included in the default installation. I…
Actually, you can download Python for MacOS X.
Check out this website for new releases of stuff:
http://softrak.stepwise.com/Apps/WebObjects/Softrak
another good one is
http:/…
Hi-
I am trying to write a little network program and I need to get the local IP of the host. I tried to do a
InetAddress add = InetAddress.getLocalHost ();
This works on Solari…
I'm bringing this to the top of the heap. I'm having a similar problem with the java InetAddress class. If I do:
InetAddress add = InetAddress.getLocalHost ();
I always get the…
1) Molz, the UnknownHostException is thrown to indicate that the IP address of a host could not be determined. This is a combination of the fact that you are connected via PPP and …
I try compiling things like jpeglib and ImageMagick. But I can hardely configure the Makefile.PL, since configure is not accepting the host type. I only have the the Darwin tools a…
There are some good vanilla examples in the following path:
/Developer/Examples/GLUTExamples
Though, when I've programmed in cocoa I see that there is an NSOpenGLView. But I'm no…
I'm trying out a java-based text editor- jedit ( http://jedit.sourceforge.net/ ), and it runs great on OS X, short of the fact that the Command and Control keys are swapped.
Th…
OK. Here's the link to the site. I got a couple of favorable reports back saying that both the Apache-PHP4 package and the MySQL package work very well.
http://homepage.mac.com/Lig…
just want you to know that installing the package and creating the grand tables went fine. Was an easy task. I couldn�t compile my own since my system was missing /usr/lib/libpthre…
just want you to know that installing the package and creating the grand tables went fine. Was an easy task. I couldn�t compile my own since my system was missing /usr/lib/libpthre…
Just wondering how this will affect previous installs of the package. For example, will it overwrite the ~/WebServer/Documents/~ folder and all of it's content's?
And is there a…
Quote:
Originally posted by bighog:
Just wondering how this will affect previous installs of the package. For example, will it overwrite the ~/WebServer/Documents/~ fo…
When I try and access the help function under X I get really strange things.
First sometimes it says that it can only read html.
Sometimes it just quits.
I tried reinstalling X wi…
There have been numerous problems reported with UFS volume format. On a HFS++ volume, which is what I am using, the ProjectBuilder help files work with out any problems.
I really, REALLY need to find a way to get OpenLDAP (www.openldap.org) to run on OS X PB as well as a compilied version of PHP4 with LDAP enabled.
I could support a community min…
I have some perl scripts that use the GD.pm module to create graphics "on the fly".
To run them on MacOS X I'll need to install some software like gd.lib and other stuff. I'd also…