| Thread | Last Post | Replies |
|
| Help - AppleTalk PAP Server under MacOS X | 30 Nov 2003 19:01 GMT | 4 |
I am currently porting an application to MacOS X which needs to function as an AppleTalk Printer Access Protocol server. Basically, it needs to be able to register itself on the AppleTalk network so that MacOS 9 users can print to it as a PostScript printer using the
|
| getting notified of volume eject | 30 Nov 2003 11:51 GMT | 2 |
I'm writing a program and I want to be notified if a volume is ejected/inserted. Sounds easy? Here are the details:
|
| webkit SDK Refuses to Install -- Why? | 30 Nov 2003 06:56 GMT | 3 |
I downloaded the Safari SDK from the ADC site, but the install process quits at the point of selecting the destination: both hard drives have a red "!" near them and the only choice is to go back. What could be causing this? Thanks.
|
| G4 & G5 Assembler programming intro | 30 Nov 2003 01:17 GMT | 10 |
Where can I find information for doing assembler programming for the G4 and G5 processors under Darwin? I would also like to know about the executable (binary) file format and linker/loader. Thanks
|
| DrawString() replacement | 29 Nov 2003 20:36 GMT | 1 |
I've mentioned before that by using DrawString() to put text on the screen there is no anti-aliasing, so it looks out of place on X systems. Is there a straightforward replacement for this call that would go through the AA code? I've been pointed at DrawThemeTextBox() but this
|
| Any OSX libcurl experts? | 29 Nov 2003 18:39 GMT | 7 |
Is there anyone could walk me through building/including/using libcurl in a CW OSX project? I can use Curl in the terminal OK, and just need the equivalent of this functionality:
|
| Need advice to launch an application from C tool ? | 29 Nov 2003 18:18 GMT | 5 |
To launch an application from my C tool I call fork() and execl(path_str, path_str, NULL) where path_str is the path to a shell script like "open -a /theApplication " Is there a more direct way to do it ?
|
| HELP MY CHILD | 29 Nov 2003 09:41 GMT | 4 |
Who could tell me which language using for the first time in macintosh programming ? My kid has 12 and a Powermac 7500 with OS 9.2. Thanks a lot
|
| Newbie drawing question | 29 Nov 2003 00:54 GMT | 1 |
If I use ::DrawString to, er, draw a string on screen it doesn't get anti-alised, regardless of it's size. What should I use to get aa text? LStaticText seems to do it fine. Rev. Andy
|
| Is there a standalone Emacs program which works under Mac OS X (Panther)? | 29 Nov 2003 00:32 GMT | 13 |
I am running OS X (Panther). Is there a standalone Emacs executable which will work on my Mac? I downloaded Emacs 21.1 but it doesn't run - I double-click the icon and nothing happens. I have an emacs which runs out of the shell, but I want one which works by itself (as a separate ...
|
| Beginning FTP? | 28 Nov 2003 19:04 GMT | 5 |
My in-house app will need to upload a simple text file to a fixed ftp server. As I know that these simple requirements won't change, I was hoping I could avoid studying a whole new set of net technologies just at this moment and find some existing library code to do this. I know
|
| Java on OS X and serial ports | 28 Nov 2003 12:41 GMT | 1 |
While modern Mac's don't have serial ports, there are USB<>Serial port adapters. I would like to program an application in Java that uses such an adapter, but don't know where to start.
|
| Can't find documentation on LPaneControl | 27 Nov 2003 06:28 GMT | 2 |
I am learning MAC programming using codewarrior 9, to develop an application that should run on OS9 and OSX. Since my experience is windows based, it is not so easy :( I need a few LTabControls in my app, but it seems the included documentation
|
| shared memory problem | 26 Nov 2003 15:42 GMT | 3 |
I am having a wired probem with POSIX shared memory on MacOS X (10.3). Even the simplest calls to shared memory functions fail. Here is the source code: #include <stdio.h>
|
| Creating an OS X Framework... | 26 Nov 2003 15:16 GMT | 2 |
Hello all, Is there a good tutorial on-line regarding how to create and use a framework? Specifically, I want to create an OS X framework for the GNU MP library,
|