| Thread | Last Post | Replies |
|
| Apache (??) problem & resources | 30 Apr 2005 21:02 GMT | 1 |
Hi hi hi I have a problem with my Perl CGIs that seems to be out of the scope of the gang on the Perl lists/groups. I haven't been able to find a Mac/Apache group,
|
| Wanted: OOP or OODBS | 30 Apr 2005 12:54 GMT | 3 |
looking for either programming software... anyone? TKS - Rick
|
| Compiling Firefox for Mac OS9 | 30 Apr 2005 08:28 GMT | 4 |
If I have the Firefox source code, is it possible to compile it for an Apple running on Mac OS 9? Any idea how this can be done? Thank you.
|
| Xcode tools 1.5 : gcc3.3 fails | 30 Apr 2005 06:30 GMT | 3 |
My objective was to install gcc 3.3, finks requires 3.3. Installing Xcode Tools1.5 release for Mac OS fails with error: There were errors installing the software please try installing again. I delved into the packages and then Xcode Tools packages and double
|
| Convert Bundle to Single-File | 29 Apr 2005 18:03 GMT | 7 |
I have a project that requires that a bundle be read and converted into a single data resource to be inserted into a single-file (data/resource fork) Mac application. Can anyone share ideas on how they would do this? My thoughts are:
|
| NSImage and bitmaps | 29 Apr 2005 12:56 GMT | 1 |
is there a reason that NSImage always converts bitmaps to 32bpp when loading from a file? I created an example: a bitmap with 8bpp, a bitmap with 16bpp and a tiff with 8bpp. The bitmaps are always 32bpp, the tiff remaisn 8bpp.
|
| Creating an OpenFirmware bootable binary file for MacMini | 29 Apr 2005 09:00 GMT | 2 |
I'm very new to MacMini (and MacOSX). I'm looking at running something else than MacOS on the MacMini (but no Linux nor BSD nor this kind of Linux derivatives). How does one create a binary executable that can be run directly from
|
| bluetooth->usb->serial? | 29 Apr 2005 06:51 GMT | 1 |
I have a Pontech SV203 servo controller that I use for robotics hobby projects. It uses RS232 serial. In the past, I have had success interfacing with it from a nonserial mac (as all modern macs are) using a USB to serial converter. I have one by Belkin and one by Keyspan. My ...
|
| Intel Assembly on Mac | 29 Apr 2005 05:11 GMT | 3 |
I have an assignment that needs to be finished by tomorrow, an assembly program for intel-architecture. It's quite simple (a scheduler), but, there is the problem that things are written to the screen. How can I make and test this assignment, using Mac OS X, or using an X11
|
| Problem with help page, failed build | 28 Apr 2005 20:03 GMT | 2 |
This morning I've been trying to add a help page to Sea Battle. The documentation I found was pretty sparse, so I dug into TextEdit's bundle for an example. Here's what I ended up with: 1. A help file named: Sea
|
| GWorld Dithering (2) | 28 Apr 2005 17:23 GMT | 4 |
Sorry for that prior post... I am trying to dither a snapshot of the screen to 4-bit grayscale. This is the code I'm using, but all I get is a complete white image (in my grayscale GWorld).
|
| Apple event : How to add base64 data type param to the list of params?? | 27 Apr 2005 13:39 GMT | 2 |
Has anyone successfully worked with XMLRPC AE object with base64 params? I am making a XML-RPC call using Apple Events on Mac OSX. I use AEPutPtr to add params to my paramlist which I create using
|
| NSTextView or WebView? | 27 Apr 2005 11:00 GMT | 5 |
I'm trying to decide which is more appropriate: an NSTextView or a WebView. I need to display text to the user that will include hyperlinks and tables and CSS. The HTML will generally be constructed dynamically while the program runs and the user interacts with it. I do not need ...
|
| cocoa and opengl | 26 Apr 2005 19:54 GMT | 10 |
I'm trying to learn a bit of opengl with a custom opengl class, and here's a strange problem I found. All the tutorials I find use these code to setup and/or resize the opengl view: glViewport(0, 0, w, h);
|
| How complete is toll-free bridging? | 26 Apr 2005 17:49 GMT | 5 |
If I have NSString* foo that I may or may not have gotten from a routine that returns a CFStringRef, is [foo release] safe? I think yes, but I couldn't find anything that screamed yes in the docs. G
|