1
vote
3answers
75 views
Running of multiple exe Java
I have done an exe file of Java. When I click at first it will run at second time without closing the first one. It also runs but I want to show the message "program is allready ru …
0
votes
0answers
7 views
[ CORE PLOT] label not showing
Hi,
I download library coreplot and i try example and i try this tutorial http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application.
I have two problem:
1) …
3
votes
3answers
51 views
Current Linux Kernel debugging techniques
A linux machine freezes few hours after booting and running software (including custom drivers). I'm looking a method to debug such problem. Recently, there has been significant pr …
0
votes
2answers
48 views
Core Data not updating until after application terminate
I am having an issue with Core Data... here is my situation:
I have a Restaurant and that restaurant has a category which is a to-many relationship and the category also has a to- …
1
vote
1answer
47 views
NSSortDescriptor and to-many relationships
I have two types of objections: locations and history items.
I'm trying to fetch locations which are attached to any history item, so my fetch predicate for the location is "histor …
1
vote
2answers
276 views
How do I interpret this JVM fault?
I have a Java app that makes use of some native code, and it's faulting. I want to find out where it's faulting, but I'm not sure how to read the hs_err_pid dump file:
Native fra …
1
vote
1answer
48 views
create exe using launc4j java
Hi,i have created exe by luunch4j and build.xml ant file in java but when i click exe i'm get could not find main class program will exit kind of message,even i click on jar fil …
0
votes
1answer
70 views
flv video flex core
i have a flv video file
i loaded the binary data of this flv file to memory by using
var myFile:File = File.documentsDirectory.resolvePath("AIR Test/video.flv");
var myFileStrea …
1
vote
4answers
59 views
floating value truncation java
Hi
i want float value of 3 fraction digits after digit,i dont want to round of the value
for example:
float f=2.13275;
i want f as 2.132 not 2.133 how can i do it in java?
0
votes
2answers
46 views
Calculating sum for decimal values via Core Data not working properly?
Hi everyone,
first time I post to this round, so please bear with me if I don't follow all the rules properly.
I am writing an app for the iPhone (OS 3.1) and am trying to write …
-1
votes
4answers
148 views
Memory Error in C++
Hi Guys,
I have a high memory requirement in my code and this statement is repeated a lot of times:
Node** x;
x = new Node*[11];
It fails at this allocation. I figured out this …
0
votes
1answer
25 views
Core Data: re-setting to-many relationship
Hi,
I have created model which you can see there:
http://i.imagehost.org/0836/2009-11-08%5F14%5F37%5F41.png
I want to store information about sound categories and some sample sou …
0
votes
1answer
40 views
How to get rid of these warnings after installing zend core?
Really annoying!
PHP Warning: PHP Startup: bcmath: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API= …
0
votes
1answer
45 views
Search on Core data backed UITable issue?
Hi All,
Not sure if this is the right place (I am sure someone will let me know if it is not) I have a iPhone application that has a UITableview that is backed by core data. I wa …
0
votes
0answers
30 views
Why Msjetoledb40.dll is missing in Windows 2008 core - 32 bit and R2 as well?
Hello,
I am working on Windows 2008 core R2 and 32 bit.
While running application in which I am trying to connect to .mdb file by ADODB connection and using provider as 'Microsof …
