4
votes
6answers
1k views
Java Array sort: Quick way to get a sorted list of indices of an array
The problem: Consder the following floats[]:
d[i] = 1.7 -0.3 2.1 0.5
What I want is an array of int[] that represents the order of the original array with indices.
s[i] = …
0
votes
1answer
44 views
Custom controls derrived from HtmlControl
Can custom controls derrived from HtmlControl be displayed in the toolbox?
I have successfully got some WebControls in the toolbox but cannot get this one to display.
I am inheri …
0
votes
2answers
31 views
How I can use an app.config file with a comvisible class library?
I'm working on this ComVisible class library that uses a third party component.This component needs some settings to be added to the config file.Since the application that uses my …
0
votes
1answer
27 views
In VB, How do you force an inherited class to use an attribute on the class?
I'm trying to force an inherited class to use a custom attribute. I'm creating a class library where the user who wants to create an item will do so, but be forced to add an attri …
1
vote
2answers
90 views
Java/Eclipse equivalent of Visual Studio Console app + Class Library solution
I'm a .Net developer, but for my current project I have to create some Java code. I did some Java coding in the past (I even learned OOP using Java), but am new to Eclipse, which I …
4
votes
1answer
67 views
asp.net MVC - Can I reference views from a class library?
In an asp.net MVC application, is it possible to reference views from a class library in the same way that it's possible to reference a class library of server controls or user con …
0
votes
1answer
66 views
VC++ Charts using Chart X
Hi,
I'm new to drawing the chart using chartfx
can you give me the meanings of teh following methods,
they are kinda confusing...I did not find documentation anywhere.
GetValu …
0
votes
1answer
30 views
Reference appears as exluded in Visual studio.
Hi,
I have created my own class library. I added the dll from that class library into my web application project. Everything works fine. I can call the classes from that lib etc.. …
0
votes
0answers
35 views
.tel .NET class libray
Do you know any .NET class libraries for querying data in .tel domains?
The query/lookup should use the data stored in DNS (a bit tricky) rather than the webservices.
I looked a …
1
vote
3answers
251 views
Whereabout of the RSS4J project
Anyone know what is the project home site of the RSS4J. I found several reference on Maven repositories, but can't find the original project site. Also is this project alive?
0
votes
2answers
96 views
using a DLL in a .NET applications
i want to add a class library to my project in C# 2008 and that class library is a wrapper for a C++ library.
i added the reference to the .NET wrapper and it says io.notfind excep …
1
vote
2answers
319 views
How can I use external JARs in an Android project?
I have created an Android project and added an external JAR (hessian-4.0.1.jar) to my project. I then add the JAR to the buildpath and check it of in Order and Export.
Order and E …
1
vote
2answers
419 views
Enable Visual Styles for a Class Library
Hi, how do I enable visual styles when my project is a class library and it's being loaded into a program that does not have Application.EnableVisualStyles() set. I have been stru …
0
votes
2answers
229 views
Nant: How to structure svn:externals for building class libraries that reference 3rd party dll’s.
I'm using subversion and nant (and visual studio IDE)
I've been following the suggested project structure at http://blog.jpboodhoo.com/NAntStarterSeries.aspx which advocates self …
0
votes
1answer
65 views
How to put LINQ to SQL in a separate project?
How can I put the LINQ to SQL generated classes in a dedicated DAL project so that I can access it from various other projects in the same solution? I.e. so I can use one for Web, …
