I have been tasked with finding an Imaging/OCR/ICR SDK that we can use in our Delphi Application.
I needs to do the following:
Work with Delphi XE (Don't care if it's ActiveX or a DLL)
It needs to work on a server with zero human intervention.
Needs to Support OCR and ICR in a given Rect or Zone.
Needs to return confidence level for a...
Is there any tweaks you'd made or third party add-in installed to improve the performance of the Delphi 2010 Code Completion? I find it very slow compared to the Code Completion of Delphi 7.
...
I've got a custom frame I need to inherit from in multiple projects. This frame includes some code and some components, and it resides somewhere on disk, in it's own project directory. I don't want to COPY it to the Object Repository folder, that doesn't seem right to me: I'd end up having two copies of the form, one in my Mercurial-back...
SOLUTION BELOW
I've been looking all over the net to find a solution for this, but it seems quite hard to get an answer for this in Delphi...
Skip this if you're familiar with Outlook
Some explanation before:
The Contacts Folder in Outlook is organized like a foldertree in Windows. The Contacts are stored in the Contacts Folder itself...
AFAIK, the FastMM ReportMemoryLeaksOnShutdown couldn't detect memory leaks caused by direct Windows API call, such as unfreed handle. What is the best tool/way?
...
Is there a standard way to convert between TVarRec and Variant values?
I want to parse an 'array of const' and use the values to populate parameters in a TMSQuery. To do this I'm using a list of column names (generated from TMSQuery.KeyFields), and matching the values in the array with the column names in KeyFields (by position), then u...
Hi.
I have a piece of code that is trying to write to disk many files in one second. However, it fails wince I have installed Kaspersky Anrivirus 2011.
Stream:= TFileStream.Create(sName, fmCreate);
The code totally worked with Kaspersky 2010 and also works with Kaspersky 2011 if I disable its scanners (it cannot be totally unloaded...
Hello ,
I'm using WebBrowser control to fill a web page . is it possible to using WB inside a thread ?
Thank you
...
For the Unicode version experts:
Is it possible to define a ansistring type that reflects the current OEM encoding ?
(assuming that ansistring without codepage identifiers reflect ansi codepage)
It's half a joke question, and half serious:
It would simplify my port of the CRT unit to Unicode greatly (making it nice and typed)
...
Hi folks, i´m looking for any other solution to XmlDataBinding in Delphi.
The native delphi wizard isn´t working for me, i have huge complex schemas with duplicate elements and other things who lead to strange errors that aren´t easy to fix manually.
Any ideias?
Thanks in advance.
...
I'm trying to create a SOAP Server application that is a stand alone application (no need for IIS to be configured). The problem is that I get this error when trying to compile:
I get the error "SockApp was compiled with a different version of IdTCPServer"
Now this is because Delphi 2006 ships with INDY 10 but SockApp appear to have be...
I am trying to figure out how to plot WGS84 latitude/longitude points on a bitmap but cannot figure out the math required to turn lat/lon points into coordinates that would be plottable. Could anyone give me some pointers or examples on how to do this?
thanks
Colin
...
Is it somehow possible to use the Delphi language (or Prism if absolutely necessary) to develop programs for the Android platform ?
Any starting point ?
...
Possible Duplicate:
Start program on a second monitor?
I have two monitor a monitor connected to my laptop. How can I choose the monitor where my application will show?
Also how can I detect how many monitor do I have connected so that I can select one ?
Thanks
...
Hi,
I have a system that recently do not run delphi program and shows runtime error 216. What's the problem and how can I fix it?
Please help me. Thank you
...
I have a 32bit Delphi application which needs to use Redemption to talk with Outlook. For deployment on 64 bit machines with 64 bit Outlook installed, Redemption has a 64 bit version of its COM dll.
Redemption is registered properly and can be used from a test program made in C#, but when trying to access Redemption from the 32 bit Delp...
I add a toolbar with some standard Delphi components to my application. Unfortunately, the stupid arrow is first glyph (does anyone even know what it is for?)
I would like to destroy it totally, or, at least, set itcs icon to blank, so that it blends in with the toolbar.
How can I do this?
I need some code which can be executed twice ...
I have searched a database using a query.
The results of the search are displayed in a DBGrid component for the user to select the row s/he wishes to proceed with.
DBGrid always sets the record pointer to the first record in the results set, so a row is always "selected" by default. I need to change this behaviour to no row being...
Hi friends
I want to make a program for management the Image files with DELPHI .
now,I want create a password on any files that user select with my program until
these files not opened with Windows itself.
How to solve this problem?
Tanks to all.
...
Hello!
I am using Delphi 2010.
I have to set UseLatestCommonDialogs to False
and additionally set ofOldStyleDialog property of Open and Save dialogs to true
if I want that Open and Save Dialogs works in Windows 7
(otherwise they do not open at all).
It is also true that I reserve quite a lot of space for a stack:
{$M 16384, 60048576}
...