Search found 2 matches

by mr.newsgroupguy
Fri Mar 13, 2015 4:31 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H323Plus "Simple" sample fails to build/Unresolved external
Replies: 2
Views: 19269

Re: H323Plus "Simple" sample fails to build/Unresolved exter

Solution: In the H323 solution I noticed that two files were not included. \h323plus\src\h323t140.cxx was missing from the "Source Files" \h323plus\include\h323t140.h was missing from "Header Files" Once I added both to the Solution I was able to build and link without any errors.
by mr.newsgroupguy
Tue Feb 24, 2015 6:46 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H323Plus "Simple" sample fails to build/Unresolved external
Replies: 2
Views: 19269

H323Plus "Simple" sample fails to build/Unresolved external

I am new to H323. I am upgrading a project that was originally written in VS2005 to VS2013. I have over 500 linker errors whenever I try to build my project using the original libs that were built by the previous developer. So I decided to get the latest ptlib and H323Plus files and rebuild them. No...