CAObjHandle objectHandle=0;
VBOOL VBOOLValue;
char *StringValue=NULL;
ERRORINFO error;
//TSObj_Property SelectedVariablesObject = 0;;
TS_NewEngine ("server", &objectHandle);
TS_PropertyGetValBoolean (objectHandle, &error, "StationGlobals.PrintTicket", 0, &VBOOLValue);
TS_PropertyGetValString (objectHandle, &error, "StationGlobals.PowerSupply", 0, &StringValue);
//TS_EngineNewPropertyObject (objectHandle, &error, TS_PropValType_Boolean, VFALSE,
// "StationGlobals", 0, &SelectedVariablesObject);
TS_EngineShutDown (objectHandle, &error, VTRUE);
What is wrong with this code?
Daniel Coelho
VISToolkit - http://www.vistoolkit.com - Your Real Virtual Instrument Solution
Controlar - Electronica Industrial e Sistemas, Lda