| Thread | Last Post | Replies |
|
| CALL_ON_LOAD, CALL_ON_MODULE_BIND, etc. | 30 Sep 2004 14:43 GMT | 1 |
I've searched the newsgroup for threads related to CALL_ON_LOAD, CALL_ON_MODULE_BIND, etc. but have not found an answer to my question. If anyone can help it will be appreciated. Using CW 9.1 on OS X 10.3, XCode 1.1, 10.3.0SDK
|
| Problem with OS X /usr/bin/as | 30 Sep 2004 02:09 GMT | 5 |
Passing the --version argument to /usr/bin/as in OS X causes it to hang: % /usr/bin/as --version Apple Computer, Inc. version cctools-498.obj~14, GNU assembler version 1.38
|
| MPW & carbon - linker problem | 29 Sep 2004 18:01 GMT | 4 |
I'm trying to compile my first carbon program on a iMac using OS9 and MPW. The code compiles, but the linker complains about unresolved external references and lists - not really surprizingly - all carbon API calls I use.
|
| Undefined Symbol Xcode linker error with no symbol listed | 29 Sep 2004 17:42 GMT | 6 |
I am getting an Undefined Symbol error at link time in Xcode with no undefined symbols listed. I don't know what to fix and I don't know where to start. The detailed compiler/linker window pane spit out the following but I don't know how to read it. Can anyone spot the
|
| #import questions with Cocoa/Cocoa.h and SMySql/SMySql.h | 29 Sep 2004 01:22 GMT | 6 |
I am still new to Xcode, having come from using CodeWarrior, and am building the CocoaMySQL application from the source to get my feet wet. I'm a little unfamiliar with the layout of the new IDE. The build command in the project file is telling me it can't find the
|
| compiling sdl (fink) + opengl (including glut) | 28 Sep 2004 18:04 GMT | 8 |
i am trying to compile an application that i onced wrote for linux. it uses sdl and opengl (including glut). i installed sdl libraries and headers using fink. also added '-objc' option to g++ (it helped with one problem).
|
| Arithmetic Error on Sun Solaris GCC compiled program | 28 Sep 2004 14:52 GMT | 4 |
Last year I was an MVS (OS/390) Systems Programmer - this year I'm an admin for Sun Solaris, so please be gentle :-). I've written a ISC dhcpd sanity checker/data extractor/static host verifier in C to run as a standard tool on MacOS X 10.3.5/GCC 3.3 under
|
| Simple socket programming | 28 Sep 2004 08:37 GMT | 2 |
We want to implement simple socket input in our software. We want to listen to a port for incoming connection and receive an XML file, do some processing, return an response code, and listen to the next request. We want to use a minimalistic approach, so we are not sure
|
| Playing two NSMovieViews fromt he same NSMovie? | 28 Sep 2004 03:49 GMT | 1 |
Hi, I'm trying to play the same QuickTime movie in two different NSMovieViews simultaneously, so that they are synchronized. However, as soon as I use the setMovie: method on the second view, the first view loses it (although the movie itself continues to play in the new window). ...
|
| Determining "on disk" file size | 27 Sep 2004 04:23 GMT | 7 |
If I have a file that's 900 bytes long on an HFS+ disk, the Finder indicates 4KB on disk. Move it to UFS and it indicates 1KB on disk. However various API calls I've tried all return 900 in this case. Presumably if I want the larger Finder-indicated numbers, I need to get
|
| Core Data /SQLite framework | 26 Sep 2004 23:34 GMT | 2 |
Hidey-ho! I'm no longer a paid developer and thus only one of the "freebie" ADC members. No more DVDs, no more free phone calls. Oh, how what we gain too easily we value.....whatever.
|
| shell variable COLUMNS | 26 Sep 2004 17:19 GMT | 4 |
i've noticed that the shell variable COLUMNS get set correctly in the macosx shell. if i set a terminal window to 120 columns, then type "echo $COLUMNS" at the prompt, it will print 120, just as i'd expect. so now i'd like to make use of that value in my command-line programs,
|
| Assembly coding and MD5 | 24 Sep 2004 22:17 GMT | 10 |
Does anyone know where I can find a MD5 implementation written in ppc assembly? I'd try to write it myself if I knew ppc assembly better. I also searched for altivec implementations but did not find anything that publicly disclosed the source code. If anyone knows where I can
|
| Python framework installation: test_macostools failed failed | 24 Sep 2004 20:59 GMT | 2 |
Hello. I hope this is the right place for my question. It's about python, but it is OS X specific, and in python forums noone could help me yet. I tried to do a Python 2.3.4 framework installation on my Mac OS X 10.3.5. I configured as described in the ReadMe:
|
| Problems starting a compiled unix app | 23 Sep 2004 18:55 GMT | 4 |
i tried to compile a unix application that uses X11. The "./configure; make; suso make install" was okay without any error. But when i try to start one of the compiled test programs, i get the following error:
|