Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fail to open D/120JCT-LS in program

Status
Not open for further replies.

kaychan

Programmer
Jul 2, 2003
1
HK
I used to use Dialog/4 for a IVR program.
now, I change to use D/120JCT-LS but the the voice board couldn't be initalized...
The DCM Manager can bring up the voice board and the sample programs in the Dialogic Software can be executed successfully.

My code:
************************
...
sprintf(buf,"dxxxB%d",index)
if ((chdev=dx_open(buf,0)==-1){
WinPrint("Error during startup");
return 1;
}
...
************************


Everytime I run the program, the chdev returns -1.
Could anyone help? Please advise.

Thank you!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top