When I click install from within the installer, I get the following error:
"Couldn't write bom to path. Please try installing again."
Any suggestions?
Thanks,
Tony
I know I've read about this problem over in the Mac OS X Developer forums. So be sure to search for it there.
I'm going to move this over to the Mac OS X Developer forum. Click …
I have the same problem, so I am dead-in-the-water now.
Quote:
Originally posted by sinful@pagans.net:
When I click install from within the installer, I get the follo…
originally, I downloaded it with the OSX IE, and had the bom problem. I re-downloaded it with the OS9 IE and subsequently had no problems. Also, I have OSX on a pure UNIX drive, …
I had the same problem and it was caused by Stuffit. I havn't tried the new version but the version shipped with osx couldn't unpack it correctly. If you looked at the size of the …
Can someone point me to an example of using the NSUserDefaults class with java. I don't understand how to create a domain with it. From the docs on apple webpage it seams like the …
Assuming you want to store per-user settings for your app, this is very easy.
The bundle identifier is set in the CFBundleIdentifier key in the Info.plist file, which is part of y…
Thanks, that really helped. So now I know how to write and read preferences. Now I have another pretty fundamental question, how do I "catch" events? Let's say I want to save my pr…
Quote:
Originally posted by gabrielf:
Thanks, that really helped. So now I know how to write and read preferences. Now I have another pretty fundamental question, how do…
I get an error when using a standard upload script that requires CGI.pm.
The error is:
"CGI open of tmpfile: No such file or directory"
Where is CGI.pm looking to place the temp…
I`ve found a nice tool for Windows which`s function is not yet available for the Mac. I think it`s pretty
simple to program but I can`t do it.
HJSplit is a tool…
Sorry? Not available?
Stuffit deluxe has the capability to segment files already for years.
I've used this function extensively back in the floppy disk era to copy a 5 Mb file ont…
I did some looking through the manpages. OSX does in fact have a split command that seems to do what you want. I don't know if it's compatible with HJSplit, though. Type man split …
the best would be to have a new Windows app that support the format of the OS X command and old hjsplit-files aswell -IF they differ- while new files would be saved in the most com…
If there were to be a crossplatform standard, I would think it would be the one provided by the Unix splitcommand (which, again, OSX handles through its own implementation of that …
In Project Builder, where can you change the launch parameters of the java virtual machine. For example, I'd like to set the -mx option or use the -classic option to speed up and m…
Does the code completion feature (cf Visual J++ or JBuilder) exist in Project Builder ? and how do you enable it ?
(I think I read in the OpenStep: Tools and Techniques that a feat…
Unfortunately, some of the same code and frameworks uses the DP4 versions and do not build properly. BlastApp is one of these. I have tried to build it a few times with no luck. I …