I've just started using Team Foundation Server and have added a new Solution that contains a project of type class library. I need to add a reference to the new class library project to an existing class library (dll) that we have created. What is the best way to do this? I've noticed that if I try to add it from the original location...
I want to learn C++ to work on various platform (primarily, Linux and Windows). I have come across few solutions like the Boost C++ library, Qt toolkit, etc that can be used to write programs which will compile on both the platforms.
I want to know from the community, what type of library would you refer to use and if any of you had exp...
In VS 2010 I reference several libraries using #r
Once I run an interactive session these libraries get bound. As a consequence I cannot rebuild my library because the system complains these libraries are currently used.
How do I unbind them in case I want to update the library?
...
I'm developing a product with a bunch of interlocking pieces (server, client, libraries, etc) and one of the pieces is a tiny library that users will link into their own client-side code (something kind of like the Flickr API or the Google Maps API). Once they've included that library, all of the interlocking bits magically hook themselv...
I'm looking for a java library or some help to write my own interpolation function. That is I have two arrays of doubles which are potentially different sizes, but are ordered. I need to be able to make an estimate of intermediate values, and insert so that both arrays become the same size. In fact the total number of points appearing...
Good Day,
I'm using Generics with a ListView control whose initial class definition looks like this:
namespace BaseControlLibrary
{
public partial class CustomListView<T> : System.Windows.Forms.ListView
{
// Custom fields, properties, methods go here
public CustomListView(List<T> data)
{
_co...
I was wondering if there are any implementations of java.awt.Image out there other than the ones provided by the Java standard edition. Any third party classes maybe that provide any useful features overlooked by Sun?
...
This is a question I have been pondering for quite some time. A lot of the time when I'm programming and I want to make use of something, say, a plugin for a program or a library, I tend not want to do it because I can't even figure out how to install it.
For example, let's take jMonkeyEngine, let's say I want to use this engine for a ...
For a new web application project using .NET, an existing library (written in C#) will be made available online which performs some calculations on information in a data model.
The library needs to be accessed by many users at the same time. Every user will work with a different set of data. Users also can modify model data and repeat t...
Hi, I've created a new Class Library in C# and want to use it in one of my other C# projects - how do I do this?
...
Hello all,
I would like some information on the runtime libraries for Visual Studio 2008. Most specifically when should I consider the DLL versions and when should I consider the Static versions.
The Visual Studio documentation delineates the technical differences in terms of DLL dependencies and linked libraries. But I'm left wonderin...
I use the following in mysql to get titles in libray sort, e.g. The Godfather is sorted as Godfather.
SELECT apnumber, aptitle, IF( aptitle LIKE 'The %', SUBSTRING( aptitle, 5 ) , IF( aptitle LIKE 'A %', SUBSTRING( aptitle, 3 ) , IF( aptitle LIKE 'An %', SUBSTRING( aptitle, 4 ) , aptitle ) ) ) AS sorttitle etc...
What's the most effici...
I need to be able to set different expiry dates for each document in a document library; some with no expiry date. What is the best approach for this? Information Policy Management or custom code? If custom code, how would I go about it, use a Site Column for the date?
...
I have been trying to make work EZSIM with no luck, wich is a software to build discrete event simulators in a graphical DOS environment. In this software, my simulator and many others (of the other people in the course I'm taking) don't work, but teacher's simulator (and examples of the downloaded files) does work.
So, I began to distr...
I am trying to create a link to an existing Shared Documents folder on another site. Both sites are on the same server.
Here are the steps I take to create a link to an existing Document Library:
I create a document library web page in Share Point 2007.
I open the document library (AllItems.ASPX) in Share Point Designer.
I delete the...
I need to communicate with another machine using the x.25 protocol and Java. Are there any Java Libraries available which will help me to accomplish my goal and is it even possible doing it with Java ?
...
please give the example to me.
I want a class, which is a abstract class name "Person" ,
and two abstract class named "Male" and "Female", which extends "Person",
and two concrete class named "Young man" which extends "Male" and "Young woman" which extends "Female".
Also, I need a multiple inherited class which called "Unknown", and it ...
Hello there,
I am looking for an FTP Library for C++ to do basic ftp functions like authenticate, change directory, upload files, etc. but I can't seem to find one.
I've searched over Google, Sourceforge, and CodeProject (well, there's one complete FTP CLIENT project for Win95 in CodeProject, however I don't need the entire ftp client.....
Does anyone have openid working in a PHP 5.3 installation? None of the libraries I've tried seem to be working.
...
I've been researching a little and I found some rsync algorithm implementations written in Java but it seems all the projects died some time ago.
What is a good Java library implementing rsync? If there's not one: Is the best way for use rsync to invoke the program from my Java app?
...