0
votes
5answers
73 views
can I easily recomplie PHP with all my current settings and enable SOAP with the new configuration?
I have PHP 5.1.6 running with a ton of mods and extensions enabled, is there a way to reconfigure the current settings as well as add SOAP to the mix?
3
votes
4answers
148 views
public static final variable in an imported java class
hi all,
I happen to come across a Java code at my work place. Here's the scenario: There are 2 classes - ClassA and ClassB.
ClassA has nothing except 4 public static final string …
0
votes
2answers
91 views
Visual C++ studio, recompiling only the modified files
I have two dll files made by around 1500 cpp files. When I need to edit one, I usually then recompile all the 1500 files from the start. But I heard there is a way to make Visual S …
8
votes
5answers
149 views
Fix bugs in .NET program without access to source
I have a program i frequently use that is made with .NET.
This program has a small bug that is very annoying and the developer to the app is nowhere to be found.
I have found the …
0
votes
2answers
99 views
C Runtime Library Version Compatibility: updates require rebuilds?
How do you construct a library (static lib or a dll/so) so that it isn't sensitive to future updates to the system's C runtime librarires?
At the end of July, Microsoft updated a …
1
vote
2answers
102 views
Recompile ASP.NET web project without giving it a virtual directory
In my line of work I'm often retrieving very specific versions of crusty ASP.NET web apps from their long-forgotten repositories, making minor changes and then recompiling.
A majo …
2
votes
2answers
438 views
compile with -fPIC option but the option it is already in the makefile
Hello I get this error whem I am trying to do the make:
relocation R_X86_64_32 against `vtable for Torch::MemoryDataSet' can not be used when making a shared object; recompile wit …
1
vote
6answers
731 views
How can you force recompilation of jsps in JBoss 4.2?
I hit on this nasty behavior on JBoss 4.2 in QA, and I want to nip it in the bud before we go into production and find some other corner case.
A jsp calles a method that had the f …
