i just made a little program that reads the name of a file dragged over it\'s icon and writes it into an output text file
I have an issue in getting a string that has been converted from a float to display in a label in a custom cell in a UITableView.
EDIT: Here is a working version. I was able to retrieve my object within the NSMUtableArray after I saved and loaded it from the NSUserDefaults via NSCoding. I think it\'s important to mention, that y
I\'ve been having problems with a database repeatedly having crashed tables. Luckily it\'s easy enough to fix by repairing the crashed table, but it\'s hardly good practice to have to watch for the ta
I\'m trying to create an app based on Apple\'s example project TheElements, but using Core Data for the model.In Core Data I have 4 related DB tables.In the UI I have several tableViews, each showing
I\'m having trouble with my program crashing. I get that \"Program.exe has stopped working\" windows pop-up which mentions my exception code is c0000005. When I return to the output from the applicati
I\'m trying to analyze a Linux kernel panic on openSUSE 11.3 using kdump and the crash utility. The system is successfully creating the vmcore file, but when I go to analyze it, crash complains about
My In-App-Purchases work. I present a ModalView with a \"Buy\" UIButton. You click the button and the In App Purchase goes through the process. You can even do it several times in a row.
Okay, this question is just getting more and more complex, so I\'m going to scratch it completely and start over. I managed to create a very basic Cocoa app that demonstrates my issue.
I have a .NET process that sometimes fails with AccessViolationException in the native code of some 3rd party library.