Tagged Questions

2
votes
1answer
61 views

Method in Java to create a file at a location, creating directories if necessary?

I am attempting to write a file using java.io, where I am trying to create it at the location "some/path/to/somewhere/then-my-file". When the file is being created, any of the dire …
12
votes
12answers
256 views

Can (Should) I put 3rd party libraries in version control?

Hi all.. I've met quite a few people lately who says that 3rd party libraries doesn't belong in version control. These people haven't been able to explain to me why they shouldn't …
0
votes
1answer
13 views

.NET - providing sign certificate with 3rd party libraries

Hi, I want sell some .NET library and I want provide "edition" with full source code. Should I provide the sign certificate with the source code or should users-developers sign it …
0
votes
1answer
347 views

Comment Box Widget

Hi, I need to embed a comment box on pages for this site i'm working on. Basically, a box where you can leave your comment, and that displays other's comments. Backend should inclu …
2
votes
3answers
56 views

How do I import a third party lib into git?

Hi I'm looking at how to import some third part code into a git repository. The third party code is the "stm32f10x_stdperiph_lib" that is provided by ST. The lib is actually a …
-1
votes
6answers
221 views

Not yet ported Java libraries for .NET

Hi, I often read and feel that .NET Framework has much less libraries to use in project than available in Java world. Even if some ports exists, a lot of them are not at the full …
9
votes
2answers
95 views

Ideal Release Methodology, Tools, Structure

I'm at a firm that currently does releases in a very slow, manual way: Each deployable project has an installer. Once the release is ready, somebody remotes into the server and r …
1
vote
5answers
221 views

Handling dependencies in blackberry development

What is the best way to handle 3rd party dependencies in a .jad file? Is it possible to bundle a .jar? Do you need to unpack it and include the .class files?
2
votes
4answers
97 views

svn and branch for 3rd party

Hi, What I have I have a C++ code base and svn is used for VCS. My code uses several 3rd party products. We use different version of each product and use it on different OS (Li …
1
vote
3answers
171 views

DevExpress versus Telerik: Specific Feature Differences for WinForms Development

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and …
0
votes
0answers
69 views

DevExpress versus Telerik: Specific Feature Differences for Reporting

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and …
1
vote
0answers
94 views

DevExpress versus Telerik: Specific Feature Differences for ASP.NET Development

I'm interested in coming up with a list of specific feature differences between these two products. I'm specifically looking at DevExpress's DXperience Enterprise subscription and …
1
vote
1answer
46 views

Supress 3rd party library console output?

I need to call a 3rd party library that happens to spew a bunch of stuff to the console. The code simply like this... int MyMethod(int a) { int b = ThirdPartyLibrary.Transform …
0
votes
2answers
93 views

3rd party library depends on different versions of enterprise library assemblies that my application uses

I have a web application that uses the enterprise library for logging. I've recently been asked to use a 3rd party library that also has dependencies on the same enterprise librar …
0
votes
1answer
98 views

Delphi warnings are bugging me

In one of my component sets, I am getting a number of warnings at compile time: "Method Create (Clear, DrawTab) hides virtual method of base type ControlX". My problem is that I d …

1 2 3 next
15 30 50 per page