|
|
|
Using RecogniContact in your application
To use the RecogniContact contact information and address
parser, please proceed as follows.
- Register RecogniContact.dll as a COM object using
RegSvr32.exe RecogniContact.dll
- Create a reference to the RecogniContact COM components in your
development environment.
In Visual C++, use #import
"RecogniContact.tlb" in your cpp source code.
In Borland Delphi, click Component > Add component >
Import a type library > \RecogniContact.tlb > Palette page:
none > Add unit to ... project)
In Visual Basic, add RecogniContact.dll to your Project
references (menu Project > References)
For other development tools, consult your manual about creating
references to COM objects.
- Implement your code using these RecogniContact classes:
For code samples showing how to use RecogniContact, see
-
|