library

Visual C++ Assembly link library troubles

Hi. I'm having a problem having my projects built in VC++ Express 2008... I'm using a library, irvine32.inc/lib. INCLUDE Irvine32.inc works for me at school (On already configured VS environments) by default, but at home (Windows 7 x64) I'm having a boatload of issues. My original post here was that a file that irvine32.inc referenced, ...

How to use a C library from D?

Today I heard about the D programming and that it is compatible to C code. Nevertheless I haven't found any information on whether it is possible to use C libraries like GTK or PortAudio from D? If it is possible, could you explain how to do this? ...

Dependency on VCOMP90.DLL in VS2008 Pro OpenMP project

I have a DLL project in VS 2008 Pro which uses OpenMP. I use /MT as 'code generation' option, because I want all my dependencies statically linked into my DLL, since I do not want to distribute many libraries to my clients - everything shall be included in this one DLL file. The problem is that my resulting DLL still depends on VCOMP90.D...

Load an extern C-library into an existing C++-Project (f.e. ffmpeg/libavcodec - step by step)

I really have big problems with importing an extern C-Library to my existing C++-Project. I want to import libavcodec from the FFmpeg-Project, so I downloaded the latest source-code-release. What do I have to do now? Do I have to compile FFmpeg first or can I import it just like that? A really simple step-by-step manual would be awesome!...

Is there any free library which can be used to generate Graphs in J2EE environment?

I am using JSP with Springframework, and i have to generate Graphs ( Bar , Pie ... ). Is there any free library/api which can be used to achieve this? ...

How to make a library I can access in VBA in Excel

I am doing a lot of similar tasks among some VBA scripts I am writing and would like to develop a library (a bunch of convenience functions using the typelib I'm working with) which I can call from all my various scripts. I am new to the VBA world and do not know how this is done and have had a surprisingly hard time trying to figure it ...

Cairo and Qt integration

Hi. I want to use Cairo graphics library whith Qt, but I can't find any documenattion. I just want to make the GUI whith Qt and use Cairo for drawing graphics in a Qt window. Thanks. ...

c++ and zlib static library

I am making a c++ (windows devc++) application which downloads a file using libcurl. I have included the libcurl source code and library to mu executable, so no external dll is required. libcurl requires zlib. But I cannot find out how to include it in the executable. As a result zlib1.dll has to be present. Does anybody know how to incl...

C# libraries with hidden gems

Up until yesterday, I had no idea iTextSharp included a full set of barcode classes. I discovered this through a chance answer to a question here on SO. Although I'd used iTextSharp in an earlier incarnation for generating some overlay text on a template PDF, I'd never fully explored the library, nor do I even recall Barcode support bein...

Adding libraries to Visual Studio problem

Can someone link me a good guide for using libraries in a c or c++ project? Right now I'm trying to add OpenCV to a newly created project. I've added all the directories I can think of in "Project and Solutions -> VC++ Directories" and to make sure I've dragged and dropped all the .lib and .dll files into the project. The project buil...

How should I make a library (.dll) file for other devs to use in their projects using C#?

Sure, there's a type of project in Visual Studio that outputs a DLL that people can use. I know that. I'm just wondering what are some of the standards that devs will expect when using my DLL file. I'll be providing a class that searches for movies in IMDB and returns results for a dev to consume. Not a webservice, but a local DLL file...

Is there a well known classifier library?

I'm crawling data from internet,without classifying. Is there such a library to recommend? EDIT I'm crawling jobs from other website,and I need to group them into different industries. ...

How to organizeand catolog a Small Library

I have a small library that includes hardback and softback books, research papers, newpaper clippngs, magazine articles, maps and census papers. I have no clue how to organize and catalog all these things. The common denominator is they all have to do with my county from 1860's through today. Everything is folders and are labelled and ...

Can't Access SOAP Methods When Using Class Library

Hi. I am having problems accessing methods in my WCF class library and am wondering if somebody could explain why? I have a web project that has a single DLL file - WebAPILibrary.DLL in its /bin folder. The SVC files in my Web Site are pointing to the corresponding contracts contained in the DLL file. So, for example, under the names...

boost lib build configuraton variations

I am new to boost - can you please tell me what are the difference b/w the following variations of the boost lib and which one do I need to link to in which case? libboost_unit_test_framework-vc80-1_35.lib libboost_unit_test_framework-vc80-gd-1_35.lib libboost_unit_test_framework-vc80-mt-1_35.lib libboost_unit_test_framework-vc80-mt-...

open source language translation engine

have you worked on language translation. are there good libraries available for the same or will i have to deal with most of the things myself. ...

Porting LGPL library and selling platform-specific glue code

I want to port LGPL library to another platform. This would introduce some changes to the library itself (mostly #ifdefed pieces of code) and also would require me to write additional code to glue library to the platform. Now, I know that I will have to make available modified library source, and this is no problem. But should I make av...

Is it practical to include an adaptive or optimizing memory strategy into a library?

I have a library that does I/O. There are a couple of external knobs for tuning the sizes of the memory buffers used internally. When I ran some tests I found that the sizes of the buffers can affect performance significantly. But the optimum size seems to depend on a bunch of things - the available memory on the PC, the the size of t...

How to make an external library like the Mapping API on Google Android

Hi all, I am looking to create an external library for Android that essentially provides an Activity that others can inherit from and the base Activity takes care of all the basic visual user interface stuff. So, it would be like the Mapping APIs that Google provides. Ideally it would be included in the manifest file in a manner similar ...

What librairies exists to create "moving/living" UI in delphi ?

Hello, While reading delphifeeds yesterday I discovered delQuery, which allows one to get some nice animation on his form very simply. I would like to know if there are any other libraries of that kind out there and what experience you had with them ? (I'm trying to find a way to make my application more alive in terms of GUI; buttons...