Can I use the Perfect Address SDK with custom programs written in C or other languages?
Yes. You can use the Perfect Address SDK with custom programs written in any language which can pass pointer parameters (passing by reference) in the standard Pascal calling convention. The DLL module is actually written in C++. The SDK includes sample programs written in C++ which show how to call the DLL to check an address. The SDK includes the necessary C/C++ header file. Back to the Table of Contents.