Tagged Questions

6
votes
6answers
141 views

How to prove my stakeholder and manager my software works?

What do software engineers encounter after another stressfull release? Well, the first thing we encounter in our group are the bugs we have released out in the open. The biggest p …
1
vote
1answer
80 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.
1
vote
1answer
44 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 …
0
votes
2answers
29 views

How to dispose of a NET COM interop object on Release()

I have a COM object written in managed code (C++/CLI). I am using that object in standard C++. How do I force my COM object's destructor to be called immediately when the COM obje …
2
votes
10answers
169 views

How to comment lines automatically in release mode?

I need to have some lines of code "active" in debug mode only, and ignored in release mode. Is there a way to do something like this: #include <iostream> using namespace std …
2
votes
6answers
72 views

web.config - auto generate a release version

Simple task, but for some reason no simple solution just yet. We've all got web.config files - and I haven't worked anywhere yet that doesn't have the problem where someone yells …
0
votes
1answer
40 views

iPhone Push Notification Problem with Ad Hoc Provision

The iPhone i'm developing with (building the application to, not installed via ad-hoc) receives push notifications as it should. I've got an application that just sends dummy push …
0
votes
3answers
38 views

maven snapshot repositories

My project depends on a 3rd party library that only has snapshots in its maven repository (no releases, which seems strange, but that's how it is). Every time I do a full build (an …
1
vote
1answer
70 views

Objective C iPhone when to set object references to nil

Hello, I have been developing with objective C and the Cocoa framework for quite some time now. However it is still not absolutely clear to me, when am I supposed to set object re …
12
votes
7answers
276 views

Is there anything exciting in perl 5.11?

Perl 5.11 is now released! Is there anything really exciting in this release, or is it mostly maintenance patches? (From what I've read so far, it appears to be a rollup of improv …
5
votes
7answers
126 views

Where can you release eensy weensy helpful little .NET classes?

I find myself writing a lot of reusable code because I couldn't find reusable code that other people wrote. Tiny stuff, like little winforms components, among other things. I am l …
2
votes
4answers
64 views

debug vs. release dll size

Why in cpp a dll in debug mode is X10 bigger than release while in .Net they are almost the same size?
0
votes
3answers
88 views

NSMutabledata. Why is the retain count 1 higher that I would have expected?

I am trying to floss daily, get my exercise, and make sure I maintain a balance between my retains and releases. Here is what has me puzzled. I have a ivar: NSMutabledata *_align …
3
votes
1answer
50 views

ASP.Net ScriptManager globally setting ScriptMode in Machine.Config

All of our applications have Debug="False" in the web.config and Release DLL's. We have a number of Applications that use ScriptManagers now for .net Ajax implementations. The Scr …
0
votes
2answers
815 views

Releasedate for Rails 3

Does anybody know when Rails 3 will be released? Tried to find info on the net - but nothing useful that I found...

1 2 3 4 5 10 next
15 30 50 per page