1
vote
1answer
51 views
Binary Java 7 for Mac
Is there any binary release of Java 7 (using the Mac/BSD-port project) anywhere? Some blogs (e.g. Building Java 7 on Mac OS X) have a detailed instructions to build the jdk from source, but I was …
0
votes
3answers
47 views
VisualStudio C++ how to make debuginfo reliable in releasemode
Hi!
I've got a little problem. my application runs without problems in Debug mode, but crashes in release mode. I can't track down the problem, because in release mode all the Debuginfo appears to be …
0
votes
1answer
40 views
NSThread object retained twice?
I have a class derived from NSThread:
@interface FSEventMonitorThread : NSThread {
FSEventStreamRef m_fseStreamRef;
CFRunLoopRef m_runLoop;
}
- (id) initWithStream:
…
0
votes
3answers
36 views
jQuery code behaves differently in Debug vs. Release mode
I am developing a website where I am using a tabs implementation with jQuery. In Debug mode, all runs fine, I spent the entire day developing it, and when I was about to deploy to the live site and I …
2
votes
5answers
66 views
Objective-C + release Objects
I am using the following function in my application:
+(TeamTournamentLookUp *)getOpponentTeamTournamentLookUp:(int)tournamentId:(int)opponentTeamId
{
TeamTournamentLookUp *objOpponentTTL = nil;
…
0
votes
1answer
23 views
Perform a maven patch release
Is it possible to perform a patch release in maven? I would like to create a jar containing only one class which I have changed since the release.
0
votes
1answer
19 views
“Points to Consider” before releasing a .NET Product Beta
I am planning to release a .NET product as Beta in the next couple of weeks. I want to know what points should be considered before releasing a product. I think the following needs to be taken care …
0
votes
3answers
31 views
Checklist for releasing an open source library
Hi all,
I have been working on a web development library (for the CodeIgniter framework) that I soon hope to release.
This would be my first contribution ever, and I have never released an open …
3
votes
5answers
127 views
Enhancements to programming languages that had to be withdrawn after release?
Are there examples of significant enhancements to major programming languages that were fully released and then found to be sufficiently flawed that they had to be withdrawn?
UPD @Jeff Foster has an …
0
votes
1answer
15 views
Code leaks memory, seems to be coming from ID3DXBuffer, unsure why..
I load a shader with the following:
ID3DXBuffer* errors = 0; ID3DXEffect
*effect = 0;
HR(D3DXCreateEffectFromFile(
gd3dDevice, L"Shader.fx", 0, 0,
…
0
votes
2answers
75 views
jQuery Highlight element on select option
I have a list of values in a drop down style select box e.g.
<select id="places">
<option>Italy</option>
<option>France</option>
<option>Germany</option>
…
1
vote
2answers
41 views
What is the difference between release and iteration?
The title says What is the difference between release and iteration? Can you explain what the difference is?
4
votes
6answers
75 views
How do other development teams approach version numbers?
Our application is quite mature, and thus we are up to version 16. However, this can give the impression that the software is old and out of touch (how many commercial applications are there with a …
1
vote
1answer
70 views
MySQL 6 release date?
Anyone know when the MySQL 6 release date is?
I've seen a ton of alpha/beta for it but have not seen an actual release date for 6.0
Looks like back in April, MySQL announced the release of ALPHA …
3
votes
1answer
165 views
PHP 6 release date?
What's the current release date for PHP 6.
I recall once reading that it was to be released back in 2006. We're just a few weeks away from 2010.
