| Thread | Last Post | Replies |
|
| Env Proper | 22 Feb 2005 20:11 GMT | 3 |
I feel compelled to edit /etc/profile to add ${HOME}/bin to PATH and maybe export some other stuff but then I remembered I'm a newbie. So I suppose I should ask - how is one supposed to modify their environment properly w/ OSX?
|
| How does one build and find a dylib using Xcode? | 22 Feb 2005 16:51 GMT | 2 |
I have an XCode project which build a DLL called xyzdll.dylib. I have another XCode project which builds an app that need to find and link to xyzdll.dylib. I am getting the error:
|
| Address Book Plus | 22 Feb 2005 01:30 GMT | 2 |
I have been using a program called Address Book Plus 2.0 for many years!!!! It was written by someone named David Phillip Oster. I got to talk to him on the phone once many years ago about the program, and I got to ask him a question about its proper operation. The company got sold ...
|
| Monitoring windows machines via OpenTransport? | 21 Feb 2005 23:33 GMT | 1 |
I'm hoping someone here can stop me before I plunge into the murky waters of OpenTransport and Windows networking... Has anyone here ever programmed anything like this - a small "network browser"-type app that will allow me to keep tabs on
|
| Learning C | 21 Feb 2005 22:01 GMT | 11 |
In the olden days, I programmed in Fortran and QuickBasic, plus a little Pascal and Cobol. (Yes, that long ago. Now I want to learn C and its extensions, and I want to program on the Mac. There doesn't seem to be any resources (books) on learning to program in C/C++/Obj-C on the ...
|
| Retrieving A Selected Font | 21 Feb 2005 21:51 GMT | 3 |
All right. I need to provide a means for users of my application to select a couple of fonts for output text. How do I (a) launch a dialog that the users can select a font from, and (b) retrieve the particular NSFont representing their selection for later use? The
|
| What corrupt file/folder permissions ? | 21 Feb 2005 15:37 GMT | 1 |
According to many magazine the first action to do when a Mac got a problem is to Repair Disk Permissions with the Disk Utility. How permissions can be corrupted ?
|
| Proper Xcode Tools Installation Procedure? | 21 Feb 2005 09:17 GMT | 1 |
I do a lot of C development on Linux but I just bought a Mac Mini (mainly to hook up to the TV) and I'd like to ssh in and compile my libs for Mac too. So ... how does one go about installing gcc et al?
|
| Clearing the output window? | 21 Feb 2005 02:22 GMT | 1 |
The new version of XCode uses the same terminal window for output. How do I clear this screen?
|
| PB can't find header that is present | 20 Feb 2005 15:13 GMT | 2 |
(this line is here because UPC is being difficult - ignore) I'm working on a project that uses the SDL and SDL_net frameworks: http://www.libsdl.org/download-1.2.php http://www.libsdl.org/projects/SDL_net/
|
| Profiling code? | 20 Feb 2005 09:05 GMT | 1 |
Is there some simple way of figuring out where my bus cycles are going? Like: #include <accessingthesystemclock.h> int a = clockticks();
|
| corruption?? or stange anomoly? | 19 Feb 2005 18:09 GMT | 3 |
was doing a quick script that would secure delete files and noted something secure delete seemed to hang on my dual g4 machine. runs fine on my g4 400, and ibooks.
|
| Hopefully easy Cocoa question | 19 Feb 2005 12:06 GMT | 6 |
I have a window that among other controls contains a custom subclass of NSImageView for displaying an image. NSImageView has been subclassed so that it will respond to respond to double clicks and, more to the point, copy, cut and paste commands. The copy, cut, and paste ...
|
| Can't write into another directory with ofstream | 18 Feb 2005 16:43 GMT | 6 |
I'm trying to wrie a file in another directory using ofstream but no matter what combination of forward, backward and quotes I try on Mac OS X the path I write in the filename parameter always ends up as part of the *filename* (i.e. I can't write the file into another directory). Is
|
| A program that creates accounts on a Mac | 18 Feb 2005 13:03 GMT | 8 |
I'm embarking on a (daunting) senior project for my CS degree which is a tool that (among other things), creates an admin account on a Mac as part of the setup process before deploying them on campus. I know there's a UNIX command niutil that I could shell script with, but I was
|