| Thread | Last Post | Replies |
|
| Translating gcc/ld's -Wl,-R -L and -l to Xcode | 28 Sep 2008 10:44 GMT | 1 |
I am trying to move my projects from unix/make to Xcode. The projects have a substantial subset that is common and that is compiled into a library. Each project links to the library. I compiled the common code fine into a BSD Dynamic Library (although
|
| Translating gcc's -I (include) option to Xcode | 28 Sep 2008 10:40 GMT | 5 |
The translation of Makefile's CXXFLAGS = -I /Users/me/myheaders into the Xcode idiom appears to be to double-click (or press info) on the target and add the string
|
| How do I telnet programmatically? | 23 Sep 2008 19:45 GMT | 5 |
Actually that might be the wrong question. Here's what I want to do: I want to write a small app that periodically polls my ADSL router and retrieves the current line speed. In order to do that manually I can telnet to it, then go through a 'username' and 'password' prompt, then ...
|
| hidden files without dot | 22 Sep 2008 18:47 GMT | 4 |
This is weird. I have a couple of directories that are hidden in the sense that the Finder doesn't show them. (PathFinder does; they look dimmed, just like "dotfiles".) Their permissions are weird: an "ls -l" shows
|
| CFStringRef with NSTableView | 18 Sep 2008 12:57 GMT | 5 |
I want to display string with first alphabet as bold in the NSTableView. that is if string is "World" the 'W' should be in capital. How can I achieve this ?
|
| Q:Horizontal image flip in an already flipped vertical view? | 17 Sep 2008 21:05 GMT | 4 |
What I hope is a trivial cocoa drawing 101 noob question: -- I have a snippet like this that draws an image correctly: { // Undo vertical transform (isFlipped) for image drawing
|
| Compilation errors with gcc on MAC osx (can not resolve the function names defined in C libraries) | 16 Sep 2008 02:17 GMT | 2 |
I am trying to compile assembly code on Mac Osx (a remote machine). The assembly program contains calls to C library functions, such as functions defined in <pthread.h> <time.h>..:
|
| Plugins & 64-bitness | 11 Sep 2008 15:42 GMT | 6 |
I have a curious situation that puzzles me (although happily so). I have implemented a 2-way fat (32-bit Intel/PPC) CFPlugin to be used by some client applications and other plugins. I expected that no application running in 64-bit mode would be able to access it (just as
|
| Simple Text based game: Java, Objective-c, C++ | 07 Sep 2008 23:14 GMT | 9 |
I'm planning on creating a text based game for the mac and wanted to know which programming language would be best for this? I plan to use data from an xml file. Which language is best suited for parsing xml files?
|
| NSWindow pointer to another app's window | 06 Sep 2008 18:43 GMT | 6 |
Is it possible to get an NSWindow pointer to another application's windows? I am working on an assistive app where I want my application to overlay some additional information over the window(s) of another
|
| Help getting started with sockets | 05 Sep 2008 12:00 GMT | 4 |
I'm trying to do something very simple with sockets. I'm trying to simply connect to my router and read the login prompt. To this end I've written this: ----------
|
| DOMNode alloc problem | 02 Sep 2008 12:45 GMT | 1 |
I'm new in Objective-C and Mac programming but I didn't find anything about this issue. I have these lines: -(IBAction)aniadirAlDOM:(id)sender
|