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

Learning Assembly Language — #3

Thanks for the info.I'm learning assembly language so that I can decrypt stack traces,debug programs,and optimize functions,that sort of thing.I also want to know how the stack and…
MacNN PowerPC by 4.669

Learning Assembly Language — #4

I see. As far as I know, the G3 and G4 each have 32 32-bit integer registers and 32 64-bit FP registers. The G4 has an additional 32 128-bit vector registers (per AltiVec unit). …
MacNN PowerPC by Apocalypse

Learning Assembly Language — #6

Quote: Originally posted by 4.669: <STRONG>Thanks for the info.I'm learning assembly language so that I can decrypt stack traces,debug programs,and optimize functi…
MacNN PowerPC by aleph_null

Learning Assembly Language — #7

Hi Rick1138 Nice to hear you want to learn assembly language! At Motorola there are some big manuals about the PowerPC architecture, but they're rather a reference than a tutoria…
MacNN PowerPC by danengel

Java Dev with OS X and code warrior 6 — #2

You can still write and compile Java2 stuff with codewarrior 5/6 and run it on OS X. But, you might have trouble debugging, maybe that's why it's said not to work.
MacNN Development

Java Dev with OS X and code warrior 6 — #3

Having just received CodeWarrior 6, I installed CodeWarrior 6 on MacOS X and put in the MacOS X-specific pieces from the Reference Disk (Thrill Seekers/MacOS X Java Plugins). I th…
MacNN Development

Java Dev with OS X and code warrior 6 — #4

I actually have CW6 and Java working on MacOS X. I'm building and running a Java app which is GUI free (this may make a difference, depending on what Apple has supported). Just l…
MacNN Development

Java Dev with OS X and code warrior 6 — #5

Do you have the JavaDoc Prelinker on? If so, turn it off. If you can't finish linking because you get some message about the VM initing, this is most likely the result of trying …
MacNN Development

Java Dev with OS X and code warrior 6 — #6

No, I can't get it to work either. When I use the Java Application wizard to make a new project it says the VM could not be opened and it could not make the source files. Crap. No…
MacNN Development

Java Dev with OS X and code warrior 6 — #7

No, I can't get it to work either. When I use the Java Application wizard to make a new project it says the VM could not be opened and it could not make the source files. Crap. No…
MacNN Development

Java Dev with OS X and code warrior 6 — #8

I'm sorry that I did not see this thread sooner. Have you installed CWPro 6 according to the instructions on this thread, http://forums.macnn.com/cgi-bin/Foru...ML/000067.html ? …
MacNN Development

How to see console output from installer ? — #1

Hi, I m developing a Java Application on mac. I have also made the installer for it. Now when I run the Application from the installer I want to see the console output (like the ou…
MacNN Software by Rachna

How to see console output from installer ? — #3

Thanks for ur cooperation. But i have tried to set the properties during the creation of the installer through the MRJApp.properties: IO redirection: $CONSOLE It worked. Now th…
MacNN Software by Rachna

OADockStatusItem — #1

Does anyone have any code laying around which implements OADockStatusItem? I've looked at the header but got little help. I think I need to initialize it with a badge icon, a num…
MacNN Troubleshooting by 3R1C

OADockStatusItem — #3

In San Jose, and running an operating system that OmniAppKit currently won't build on. Will get to this question when I return...
MacNN Troubleshooting by Rickster

OADockStatusItem — #4

I don't know about text colour, but to get a count and icon you could do something like this: <BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font&gt…
MacNN Troubleshooting by speirsfr

OADockStatusItem — #5

Okay, looks like Fraser answered for me. Good. The current version of OADockStatusItem was (re)written with a very specific purpose in mind... we didn't want to have generalized (…
MacNN Troubleshooting by Rickster

OADockStatusItem — #6

I've managed to get OADockStatusItem to work. I've also replaced the left center and right tiffs of the badge background in the framework to use a 'Mail.app like' red badge. My o…
MacNN Troubleshooting by 3R1C

OADockStatusItem — #7

Quote: Originally posted by Rickster: <STRONG>Okay, looks like Fraser answered for me. Good. The current version of OADockStatusItem was (re)written with a very s…
MacNN Troubleshooting by speirsfr

OADockStatusItem — #8

The NSSTRINGIFY problem only occurs if you're using the gcc3 compiler. Switch back to gcc 2.95 and you'll be fine. Remember, you should only use the beta gcc3 compiler in the Apr…
MacNN Troubleshooting by Rickster

OADockStatusItem — #9

Hmmm...I thought you had to explicitly choose GCC3 in a build setting, which I didn't do. I wasn't intending to use GCC3, so I'll check that again..... Fraser
MacNN Troubleshooting by speirsfr
mp.ls