my 64bit app (Windows) is having a crash. I have not been able to make anything by either code examination or by examining the state in debugger. (VS2008)
- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration {
I have a strange problem with the UINavigationController. I wrote an App to display data in three levels. (RootView: Select Data I, Second View: Select Data II, Third View: Display Data). This works
We have a c++ application (console) that runs on windows and unix. This application used output files to output verbose log files of system calls/prints/etc.
I am testing my application on an LG Eve phone. I have an application that tries to download something from the web, and when it throws an exception, it is supposed to launch an alertdialog saying tha
I have two crash logs from a iPhone application in XCode Organizer. Both occurred开发者_开发百科 within 20 minutes of each other, on the same device, running the same build of the application. While o
I came across this code in a large codebase DWORD WINAPI ThreadFunc (LPVOID lpParam) { int *x = 0; *x = 1234; // Access violation
I\'m having some strange behaviour ocurring when I try to run my Iphone app without using Xcode. If I run it by choosing Build & Run in Xcode it runs just fine, but if I do it by disconnecting the
I\'m currently writing a JNI project where I\'m getting the following error log when trying to run my Java code. It tells me that the problematic frame is a jvm.dll one, and in trying to isolate the p
I\'m using the Zend Framework, version 1.10.7 for my application error_reporting(E_ALL); $application->bootstrap();