Hi,
I don't succeed to execute any sample of the TMAutoAPI.
I tried something very simple, just to get the version of the client and the one of the server.
host = AvidTMA::Host::NewHost();
host->GetTMClientVersion(strVer);
host->GetTMServerVersion("My Workgroup", strVer, strRelease);
The functions return empty strVer.
In order to try it I execute the exe file directly from the Interplay Transfer server with a TMClient.ini file located just near the the exe file and containing:
[MyServer,MyWorkgroup]
MyServer=192.168.2.2,worspace
This IP address is the address of the server and worspace the name of a created worspace into interplay.
Is there something wrong ?
Maybe the TMClient.ini is not well filled ? To what correspond the MyWorkgroup ?
Then when trying to init the API with:
status = host->Initialize(&api);
It answers:
Error -191 (TMAAPI Error) Transfer library not loaded
Please, can someone help me;
Regards,
PluginPCI