SQMCSample Project Overview

This is an example program for using the SIMCA-QP part and the C interface of SIMCA-Q shared library. 

APPLICATION:
The application is a console application that takes two arguments, the name of the usp to be created, and a tab separated text file as input. 

For Unix system it is necessary to convert to Unix line endings
>> dos2unix importsample-dot.txt

For example "importsample-dot.txt" that is supplied with this example can be used to create an usp as:
>> .\SQMCSample.exe import.usp importsample-dot.txt

SQMCSample.cpp
    This is the main application source file.

sqmrunner.c
    This is the c file where the actual interaction with SIMCA-QM takes place.

sqmrunner.h
    The header file.

