Unregistered
December 3, 2003, 16:31:32
Hello,
I will use the IC Imaging Control Trial Version 1.41. with the C++ Builder.
I have read the programmer's guide for create a new project. But if I copy the
source code from the help file into my project, the compiler say that the word "DShowLib" is not a class or struct.
I mean this source code!
if( ! DShowLib::InitLibrary( 0 ) )
{
return FALSE;
}
The Lib file (TIS_UDSHL05.lib) is create with the borland builder tool called "implib" and added into the project. Also the include directory and the release directory are added under the project options. I hope someone can help me!
Thanks
I will use the IC Imaging Control Trial Version 1.41. with the C++ Builder.
I have read the programmer's guide for create a new project. But if I copy the
source code from the help file into my project, the compiler say that the word "DShowLib" is not a class or struct.
I mean this source code!
if( ! DShowLib::InitLibrary( 0 ) )
{
return FALSE;
}
The Lib file (TIS_UDSHL05.lib) is create with the borland builder tool called "implib" and added into the project. Also the include directory and the release directory are added under the project options. I hope someone can help me!
Thanks