#include #include "uCalc.h" using namespace std; using namespace uCalcSoftware; int main() { uCalc uc; // This example is meant for VB.NET only cout << "Description: My VB.NET uCalc instance" << endl; cout << "Transformer Text: Hello Again" << endl; cout << "Transformer Text: Hello Again" << endl; }