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

ViaVoice SDK for OS X? — #1

I am working on a project that uses voice recognition. I am currently using Apple's built-in speech recognition, but I would prefer to use ViaVoice as I hear that it is much bette…
MacNN 68k by hadocon

PPC little-endian mode — #1

How do I get a program to tell the PPC (G4): "Hey dude, use little-endian mode?" Just running a small data mining C proggie that I'm developing on my TiBook but will be run on a W…
MacNN Development by LordRPI

PPC little-endian mode — #3

Little-endian and big-endian refer to how numbers are interpreted by the processor. The bits that form a number can be interpreted either right-to-left or left-to-right. But, you…
MacNN Development by smeger

PPC little-endian mode — #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 Development by kupan787

PPC little-endian mode — #5

If you're using standard C, the bitwise operators are required to operate as if the data they were handling was big-endian, regardless of what the underlying platform actually supp…
MacNN Development by Amorph

PPC little-endian mode — #6

<strong>This is all on x86. Or maybe it was more data that was swapped (bytes over bits), I cant remember now. But I am almost positive it had nothing to do with the directio…
MacNN Development by skipjack

PPC little-endian mode — #7

Sorry for being unclear - I was trying to get the point across without giving a comp-sci lecture What you say is absolutely correct. Just out of curiousity, does anyone know w…
MacNN Development by smeger

PPC little-endian mode — #8

I think you have to be in supervisor mode and of course use assembly code to do the switch. Then I suppose you'd have to switch back if you want to use any system calls. Sounds lik…
MacNN Development by Seb G

PPC little-endian mode — #9

Why don't you just write some simple byte swapping functions? I don't think it is possible for Apple hardware to run in little endian mode (although I may be wrong) because various…
MacNN Development by iJed

Undefined symbols with ld — #1

Trying to get libmpeg2 working on OS X.... Everthing compiles fine (after my tweaking for CC instead of gcc) but I get this in the linker: /bin/sh ../libtool --mode=link cc -g …
MacNN Development by LordRPI

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
mp.ls