Connecting Tech Pros Worldwide Help | Site Map

Visual C++ with Dialogic

  #1  
Old July 22nd, 2005, 06:10 AM
Michael Dekson
Guest
 
Posts: n/a
I have Dialogic D4PCIEURO card. I developed a system who works with one
card. When I input other card(same model) I just have to change S/N and then
compile and build in Microsoft Visual C++ 6.0. Then I get error:

--------------------Configuration: InfoDlg - Win32 Debug--------------------
Compiling...
InfoDlg.cpp
c:\info\_info\sors_info\dialogic.h(1) : fatal error C1083: Cannot open
include file: 'srllib.h': No such file or directory
Error executing cl.exe.

InfoDlg.obj - 1 error(s), 0 warning(s)

Please can you help me to solve this problem


  #2  
Old July 22nd, 2005, 06:11 AM
Karl Heinz Buchegger
Guest
 
Posts: n/a

re: Visual C++ with Dialogic


Michael Dekson wrote:[color=blue]
>
> I have Dialogic D4PCIEURO card. I developed a system who works with one
> card. When I input other card(same model) I just have to change S/N and then
> compile and build in Microsoft Visual C++ 6.0. Then I get error:
>
> --------------------Configuration: InfoDlg - Win32 Debug--------------------
> Compiling...
> InfoDlg.cpp
> c:\info\_info\sors_info\dialogic.h(1) : fatal error C1083: Cannot open
> include file: 'srllib.h': No such file or directory
> Error executing cl.exe.
>
> InfoDlg.obj - 1 error(s), 0 warning(s)
>
> Please can you help me to solve this problem[/color]

As the error says:
The compiler is looking for a file called 'srllib.h' and connot
find it.

There is not much to say about it, other then: search your machine
if you have that file. It is not a standard C or C++ file, so if
you don't have it on your machine you need to get it from somewhere.


--
Karl Heinz Buchegger
kbuchegg@gascad.at
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Envox CT ADE / RealSpeak Telecom Jake K answers 0 December 14th, 2006 10:32 PM
Envox CT ADE Development / RealSpeak Telecom Jake K answers 1 December 14th, 2006 10:30 PM
Telephony VIS or touchtone detection controls? dgk answers 8 November 20th, 2005 07:51 AM
Anyone know about ActiveX in Java? S C A answers 3 July 17th, 2005 11:28 PM