Tagged Questions

0
votes
3answers
28 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 …
2
votes
10answers
162 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 …
1
vote
1answer
56 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 …
2
votes
6answers
53 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 …
2
votes
4answers
43 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?
12
votes
7answers
268 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
125 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 …
0
votes
3answers
75 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
38 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 …
1
vote
2answers
24 views

Dependencies between overnight builds and releases - testing issue

Hi Guys this is a release-build process question which I would need to solve for our SW Team. We are developing embedded system applications that are based on several common libr …
0
votes
2answers
620 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...
0
votes
2answers
29 views

Msvcr90d.dll not found when building in RELEASE

It's strange, if I build my program in debug mode, I have no errors, but if I build my program in released mode, I get an error saying that Msvcr90d.dll is not found. Msvcr90d.dll …
2
votes
4answers
90 views

Different code / config in Release & Debug build (Obj-C)

Hi, I'm writing a Cocoa app in Objective C that's communicating with a webservice and I want it to connect to a sandbox in debug mode and to the real webservice in release mode. Al …
1
vote
2answers
71 views

Strange malloc error with autoreleased UIImages of specified size

I am tracking down a strange bug. The bug manifests itself with the display of this message in the console log: BlurApp(5018,0xa00d6500) malloc: *** error for object 0x103b000: p …
0
votes
2answers
43 views

When was Tcl v8.5 first released for production?

I can't seem to locate this on the web anywhere. What was the date of the first stable release of Tcl v8.5? Thanks.

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