Menu

#22 Cannot Compile Source for WinNT

open
nobody
None
5
2001-07-25
2001-07-25
Anonymous
No

Hi,

I am using VC++ 6.0 on WinNT 4.0. I compiled all the
PWLib and OpenH323 Libraries. I tried to compile the
opengate source and i get the following errors:

C:\GK\opengate\EndpointTabl.cxx(223) : error
C2039: 'e_e164' : is not a member
of 'H225_AliasAddress'

C:\GK\OpenH323\Include\h225.h(479) : see declaration
of 'H225_AliasAddress'

C:\GK\opengate\EndpointTabl.cxx(223) : error
C2065: 'e_e164' : undeclared identifier

C:\GK\opengate\EndpointTabl.cxx(223) : error C2051:
case expression not constant

C:\GK\opengate\EndpointTabl.cxx(238) : error
C2039: 'e_publicNumber' : is not a member
of 'H225_PartyNumber'

C:\GK\OpenH323\Include\h225.h(570) : see declaration
of 'H225_PartyNumber'

C:\GK\opengate\EndpointTabl.cxx(238) : error
C2065: 'e_publicNumber' : undeclared identifier

C:\GK\opengate\EndpointTabl.cxx(238) : error C2051:
case expression not constant

C:\GK\opengate\EndpointTabl.cxx(1083) : error
C2039: 'e_e164' : is not a member
of 'H225_AliasAddress'

C:\GK\OpenH323\Include\h225.h(479) : see declaration
of 'H225_AliasAddress'

C:\GK\opengate\EndpointTabl.cxx(1083) : warning
C4018: '==' : signed/unsigned mismatch
Environ.cxx

C:\GK\opengate\Environ.cxx(78) : error
C2039: 'e_e164' : is not a member
of 'H225_AliasAddress'

C:\GK\OpenH323\Include\h225.h(479) : see declaration
of 'H225_AliasAddress'

C:\GK\opengate\Environ.cxx(78) : error
C2065: 'e_e164' : undeclared identifier

I also tried just running the precompiled binary
opengate.exe, but i got an error running it similar to
other posts:

"The ordinal 283 could not be located in the dynamic
link library ptlib.dll."

What am I doing wrong?

Thanks in advance.
Joe Tuzz

Discussion


Log in to post a comment.