libary

C# method that is executed after assembly is loaded

I write some C# class libary and I want to use Ninject to provide dependency injection for my classes. Is it possible for class libary to declare some code (method) that would be executed each fime the class libary is loaded. I need this to define bindings for Ninject. ...

Edit Metadata of PDF File with C#

Hello, i searching for methods or libarys to edit metadata of a pdf file like the programm becypdfmetaedit. I want to write a program and i need this opton in this program. Perhaps you have some samples for c#. Thanks ...

RTMP Delphi Client libary

I tried to make the connection with indy tcp but this didnt work, So I was looking for a RTMP library in Delphi to generate request to a rtmp:// server. Anyone knows a free/open source library that allow me to do this? Thanks, BBLN. ...

Problem with .DLL and Audio Libary

I have a problem with different sound libaries... I use Visual Studio.NET and C# I have programmed a small simulator with ebedded sound and want to have a audio libary which also has pause and volume control. So I tried SDL.NET and IrrKlang. Both are working, but I want to habe the simulator as a "standalone" simulator so I have to embe...

Linux Installing Library (ICU) Question

I'm a relative noob to installing libraries. My system currently has an older version of the ICU library (3.8) and I want to go the latest (4.4). Following the steps in the ICU readme.html, everything goes fine (echo $? produces all 0 for every step). And I see the libary was installed to /usr/local/lib. However the current version of t...

How do i compile a static library for armv6 or armv7 directly from terminal

I am working on application for iphone that needs Compression & Encryption(AES) so I went for ZipArchive Library I have Successfully Built the library using command make against the MAKEFILE by adding -m32 to Cflags as the following: CFLAGS = -m32 -D _ZIP_SYSTEM_LINUX then in the Terminal make that produced libzip.a and that w...