Skip to main content
Search titles, bodies, and author names
Found 64,800 posts across 1 forum.

Decoding URL data — #8

Oh, obviously I need to pass the allocator(?) in the CFURLCreateWithString.. but I haven't a clue what that is.
MacNN Development by exrae

Decoding URL data — #9

Quote: Originally posted by exrae: <STRONG>Well I've decided to write my own, replacing the '+' characters with spaces is obviously simple, but I need to convert o…
MacNN Development by Mactoid

Decoding URL data — #10

Well, I actually got the time to sit down and sift through the CF docs a little, and the solution was quite clear and simple. Here it is... <BLOCKQUOTE><font size="1"face=…
MacNN Development by exrae

Remote Apple Events in X.1 — #1

When Jobs (or pirates, my memory's fuzzy like that) announced that X.1 would support Apple Events over IP, my first response was simply "Oh." I recently installed XFree86, and one …
MacNN Development by BlackGriffen

Remote Apple Events in X.1 — #2

AppleEvents aren't really anything related to remote control/display of programs... You'd be better off using something like OSXvnc, if I understand what you're trying to do.
MacNN Development by Angus_D

Remote Apple Events in X.1 — #3

I will throw in my 2 cents here but I haven't actually tried doing this yet (I only have one OS X machine). If you wrote a "client" program and set it up to communicate all the ac…
MacNN Development by Apocalypse

Remote Apple Events in X.1 — #4

Quote: Originally posted by Angus_D: <STRONG>AppleEvents aren't really anything related to remote control/display of programs...</STRONG> Remote c…
MacNN Development by King Chung Huang

Remote Apple Events in X.1 — #5

X11 does a similar thing to VNC and Timbuktu but it only exports window graphics, not whole desktops. It is how most Unix networks run and it is VERY cost-effective. Essentially,…
MacNN Development by Apocalypse

Yet another Newbie Question — #1

I've seen these functions in the files ProjectBuilder makes, argc and argv. I've been looking around, and I can't seem to find out how they work. My C++ assumes knowlege, and my C …
MacNN Development by BlackGriffen

Yet another Newbie Question — #2

These are classical C/C++ programming. int argc is the number of parameters passed to your executable char *argv[] is a array for all parameters passed to your exec. ie : toto -N…
MacNN Development by cjno

Beginner cocoa programmers wanted — #1

Hi! I am looking for some beginner cocoa programmers for my upcoming website who would be willing to share some source codes and small, easy to understand tutorials with other beg…
MacNN Development by stupidFish23

Ansi C program on OS X — #1

I've been a windows user for a quite a while and have recently bought a cube. I'm interested in doing some simple C programming for a computer science class, and need a way to comp…
MacNN Development by Eric_S

Ansi C program on OS X — #2

You can either use cc (which is basically gcc 2.95.2 with some apple modifications), or Project Builder, which is a GUI IDE that calls cc under the hood. If you use PB, you'll want…
MacNN Development by Angus_D

Ansi C program on OS X — #3

Project Builder will do it (& much more), but all you need for simple C programs is a text editor, and the "cc" command (on the CLI).
MacNN Development by Brass
mp.ls