I can start the building of callgen323, but the 2 errors (see below) occurs.
--------------------Configuration: callgen323 - Win32 No Trace-------------Compiling...
precompile.cpp
Compiling...
main.cxx
C:\callgen323\main.h(180) : error C2259: 'COH323Codec' : cannot instantiate abstract class due to following members:
C:\callgen323\main.h(142) : see declaration of 'COH323Codec'
C:\callgen323\main.h(180) : warning C4259: 'int __thiscall H323Codec::Read(unsigned char *,unsigned int &,class RTP_DataFrame &)' : pure virtual function was not defined
C:\openh323\include\codecs.h(256) : see declaration of 'Read'
C:\callgen323\main.h(180) : error C2259: 'COH323Codec' : cannot instantiate abstract class due to following members:
C:\callgen323\main.h(142) : see declaration of 'COH323Codec'
C:\callgen323\main.h(180) : warning C4259: 'int __thiscall H323Codec::Read(unsigned char *,unsigned int &,class RTP_DataFrame &)' : pure virtual function was not defined
C:\openh323\include\codecs.h(256) : see declaration of 'Read'
C:\callgen323\main.cxx(277) : warning C4127: conditional expression is constant
C:\callgen323\main.cxx(543) : warning C4018: '<' : signed/unsigned mismatch
C:\callgen323\main.cxx(580) : warning C4018: '<' : signed/unsigned mismatch
Error executing cl.exe.
callgen323.exe - 2 error(s), 5 warning(s)
--------------------------------------------------------------------------
The problem came from using new source of openh323.
Logged In: NO
hi got any solution of this problemtillnow I am getting the
same problem.