Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello everyone.


I started developing an application to manage D/41Epci Dialogic cards.
I'm writing it Visual C + + (and I use Visual Studio 2010 as IDE).
For now it does absolutely nothing ... because I do not know how to use the libraries provided by Dialogic ..
My code, for now, is the defaul code provide by Visual C++ 2010 when you creating a new Win32 Project.


The only things that I include are two libs
C++
#include "Dialogic\INC\srllib.h"
#include "Dialogic\INC\DXXXLIB.H"

I have include it only because every samples provide by Dialogic use them.
i Just want to know how can i use them, for example if you click on a menu item called "Connect" the program should check if it can dialog with d/41 epic .
Aplogize me for my bad english i hope everyone can understand me :(

Cheers
Posted
Comments
Sergey Chepurin 29-Jul-11 12:45pm    
This is certainly the question for Dialogic forum: http://www.dialogic.com/den/forums/?tab=3.
Concerning includes you use it as required by the code. Get Dialogic SDK, study samples, read documentation describing Dialogic APIs.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900