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

Undefined symbols with ld — #2

A link error means that there is a line of code that is making reference to a symbol (it can be a variable, or function, etc), that has not been defined. In this case, it looks li…
MacNN Development by pedemonte

Undefined symbols with ld — #3

Yeah, I got it... actually got it figured out... they were being cut off by the preprocessor... figures I got the stuff off of sourceforge... after every revision, it's like... IT'…
MacNN Development by LordRPI

Also an easy Q: How do I set screen brightness? — #4

</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-se…
MacNN Hardware by PipelineStall

New to Obj-C — #2

1) - is for instance methods, + for class methods (called "static" in C++ and Java) 2) I had problems making colors, too. colorWithDeviceRed ended up working, though. 3) Don't…
MacNN Troubleshooting

New to Obj-C — #3

2) I can't seem to create RGB colors with NSColor. Do I use colorWithDeviceRed? or colorWithCalibratedRed? "Device" colors are are colors which will always use those values, on an…
MacNN Troubleshooting

New to Obj-C — #4

Quote: Originally posted by ali: "Device" colors are are colors which will always use those values, on any device. "Calibrated" colors might attempt color matching. Typi…
MacNN Troubleshooting

Here's a native FORTH for MacOS X — #3

mrtaber, how do you came to FORTH? Could you tell about your experience with FORTH? I'm interested because most people never heard about FORTH -- to bad.
MacNN Development by danengel

Here's a native FORTH for MacOS X — #4

Quote: Originally posted by danengel: <STRONG>I've been writing a FORTH-compiler called D. FORTH is a stack-based, interactively compiling language. I'd be glad i…
MacNN Development by lgerbarg

Here's a native FORTH for MacOS X — #5

Igerbarg, The header would look like this (freehand composition, not tested): <BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><p…
MacNN Development by danengel

Here's a native FORTH for MacOS X — #6

Quote: Originally posted by danengel: <STRONG>Igerbarg, The header would look like this (freehand composition, not tested): <BLOCKQUOTE><font…
MacNN Development by lgerbarg

ID3 Tags — #2

If you like perl, there are ID3 modules available for it. Check CPAN.
MacNN Development by Mactoid

ID3 Tags — #3

</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-se…
MacNN Development by Synotic

ID3 Tags — #4

It might just be easier to use MP3 Rage to organize them. I used MP3 rage on my downloaded mp3s in one folder and it organized them like iTunes does when you rip cds.
MacNN Development by OpenStep

anti-aliased text — #2

on the carbon developers list it was mentioned that antialiasing it permanently set to on in public beta
MacNN Development

Compiler For OSX — #2

Oh, didn't you read the forum? We had a lot of discussions about that. Check out some older posts and you get the answer. Basically, you have to register at Apple for the Public So…
MacNN Development

Compiler For OSX — #3

I went to the library Friday and checked out Mac Programing for Dummies. The book is so old it uses "Think C" a software I couldnt find much info on. I downloaded Apples free com…
MacNN Development

Compiler For OSX — #4

I'm going to move this one over to OS X Developer. There are a few threads there for people new to programming. You should check those out. Also check out Apple's developer site. …
MacNN Development
mp.ls