Quote:
Originally posted by [APi]TheMan:
<STRONG>Password expired? You've got to be kidding me. Heh.
Apple's developer site is retarded I think. Man this gets …
Quote:
Originally posted by Angus_D:
<STRONG>You can use a password that resembles it as long as it's not exactly the same! Anyway, they have to be careful, since …
Yet another bug that still exists is that putting /* */ style comments around multiple lines of text still only updates the colour of the lines with the /* and */ on them (well, at…
Does anyone know of any good books/online docs/tutorials pertaining to learning assembly language on the Mac,especially concerning the G3 and G4 processors.At this point I know not…
I don't do any of it myself but here is some AltiVec page I was sifting through the other day:
<A HREF="http://"http://www.lightsoft.co.uk/Fantasm/avec_prog.html"" TARGET=_blank…
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…
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). …
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…
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…
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.
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…
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…
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 …
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…
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…
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 ?
…
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…
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…
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…
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>…