Good, free Delphi logging framework
Hi, can anybody hint me a good, free Delphi logging framework? It should be easy to use and it should support different "log writers" including plain text, database and network. ...
Hi, can anybody hint me a good, free Delphi logging framework? It should be easy to use and it should support different "log writers" including plain text, database and network. ...
Does a library exist to work with trees for iPhone ? ...
can any one suggest a free ocr library dot net or java for me. I needto convert images containing text to word documents. The input images will be of tyy .tiff,.gif,.bmp.jpg. ...
I'm looking for a file encryption library under .NET. It needs to be able to seek so CryptoStream is out of question. (I know it inherits a Seek method but it's not implemented.) I need to seek because my application deals with large files in a non-sequential order. I also need to read and write the files at the same time. I know that...
I'm working on a C# class library that needs to be able to read settings the web.config or app.config file (depending on whether the DLL is referenced from an ASP.NET web application or a Windows Forms application). I've found that ConfigurationSettings.AppSettings.Get("MySetting") works, but that code has been marked as deprecated by M...
Hi, I am looking for an http library (for c# program) that will allow me to download some html documents from the web. i am aware to the HttpWebRequest object and the other options that provided by the .NET library, however, i need more complete solution that would be able to handle different document encodings (sometimes the encoding i...
I need a library that help me to create an image editor in Adobe Flex, anybody know about someone??? or what do you suggest to me?? I have a site where people can create your own backgrounds for their desktops, they select the background, they can write something over the backgorund, upload their images and put into the stage, something...
I have to build a simple chat system in PHP using Comet. I don't know what would be the best approach to this project. What is the best technique (cross-browser would be nice) to use, and how to implement it? What libraries can I use that already have comet support. (I don't want to use the Bayeux Protocol) I already have a PHP backen...
Hi, I can't find a way to use the source server tools from the Debugging Tools for Windows on a static library project, which is built separately from the solutions actually using that library: The output of "ssindex.cmd" always displays "zero source files found" for the PDB file generated for the library (using compiler options /ZI an...
hi, i have searched alot , about how to access video files stored in ipod library using iphone sdkl, i found an article saying that apple does'nt allow you to access ipod or other application but there is some hidden api's which allow you to use any application with yours. my question is that if anyone have any idea of how to use them ...
I need to develop an application that sends SMS to the users that are interested to get the updates about the website. I am looking for Library in C# which is useful to integrate with my application. The Library can be GSM Modem dependent or free service which i can make use of it. Please can anyone suggest the library or SMS gateway w...
Currently, we build a group of static libraries prior to building our app. The issue is that for each library there is some variation of the ./configure, make , test sequence. I would like to be able to cache the results of the configure step to speed up the build, since it is common to build on the same platform multiple times. We are t...
Ever had a problem with a SAS session, but been unable to close the session due to having critical files in your remote work library (RWORK)?? I certainly have! So how do you access that library from another (new) session? ...
I write a little command-line-application in Java. This application should work with a mix of parameters and commands, a little bit similar to the 'svn'-command. Examples: app url command1 app url command2 --parameter2 -x app url command1 --param-with-argument argument app --parameter url command1 app --no-url command2 app --help Exi...
Hello, I need to extend my application to unzip .zipx files. This appears to be the latest and greatest zip compression from WinZip. Does anyone know of a library that will do this? Thanks ...
Hi, I want to compile the beecrypt library under VS2008. But several of the below structures produce a syntax error (C2059 syntax error: '.'): const hashFunction md5 = { .name = "MD5", .paramsize = sizeof(md5Param), .blocksize = 64, .digestsize = 16, .reset = (hashFunctionReset) md5Reset, .update = (hashFunctionUpdate) md5Update, .diges...
I know this is probably easy but I just don't know that much about .NET security so here goes: I have a VS2008 VB solution that contains 4 projects. Windows Service, Forms Application a Class Library and an install. The service installs fine and runs under the system account. However, as the service starts I call a method in the librar...
Does anyone know of any library/code that will enable me to encode and decode .tar formatted data - that I can use in my iPhone project (preferably cocoa) Thanks in advance Craig UPDATE: I've taken a look at the suggested libraries and come to the conclusion that they are making waaaay to much of the problem - so I'm developing the co...
Hi everybody, We're currently using amazon-a2s-2007-10-29-java-library.jar to interact with the Amazon Webservices or Product Advertising API, respectively. We don't see a way how to implement signed requests (mandatory from Aug 15) using this library, nor can we find an updated version supporting signed requests. There does not seem ...
I'm building a DLL class library - I want to make it usable by as many people as possible. Which version of the .NET Framework and which C# version should I use? Is it possible to produce a backwards-compatible DLL or different DLLs for different versions? Or does Windows automatically update the .NET framework so I should just use th...