My problem is related to the use of ITAPI3. I am trying to build simple app that could call another number using modem connected to pc and a telephone line. Platform is C# (new at this language) In one of the post from ITAPI3 Sending and Receiving Data
I could not figure out the use of the first line of the code. I get error in that line.
var handleArray = callForData.GetID("comm/datamodem");
Error is : callForData doesnot exists in current context also the "_dataTransferOutFileStream" has the same error. What might be the problem? Is this due to missing library?
Thanks