by Christina Rivera | May 22, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
How to Integrate the Loqate .NET API using Microsoft Visual Studio 1. Launch Microsoft Visual Studio (the following screenshots are taken from Microsoft Visual Studio 2005). 2. Select File > New > Project 3. The New Project wizard will open. Highlight...
by Christina Rivera | Apr 5, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
How to Integrate the Loqate C++ API using Microsoft Visual Studio 1. Launch Microsoft Visual Studio (the following screenshots are taken from Microsoft Visual Studio 2005). 2. Select File > New > Project 3. The New Project wizard will open. Highlight...
by Chris Harman | Oct 13, 2013 | Keep (KP Project), Tutorials and How To Main, Getting started
Data installation and update process The first step towards installation of data packs is to check the availability of Install Manager in the API installation folder. If the Install Manager is not available, the Install Manager installer should be used to first...
by Chris Harman | Apr 13, 2011 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Java Example import com.loqate.*; import java.io.*; import java.net.*; public class lqtSample { static { System.loadLibrary("lqtjava"); } public static void main(String args[]) { // Loqate objects lqtServer srv = lqtServer.create(); lqtInputRecord rec =...
by juanjsilva | Apr 21, 2013 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Loqate Multithreading Sample Code in Java Overview This sample code below is provided as a reference to developers that want to use the Loqate Engine in a multithreaded environment. The LqtMultithreadTestDriver class is responsible for creating multiple threads. The...
by Christina Rivera | May 30, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Getting started
Installation Guide (Windows) Download the Loqate Engine Registered users will receive email notifications when a new Loqate engine becomes available. The FTP server location and credentials will be included with the email notifications. Please contact the support...