Tuesday, June 14, 2005

building pwlib

i have to add 729 codec support to my application. for that i downloaded voxgratia's patched version of openh323 and pwlib and started the fight for building them.
what i kept getting was some unresolved externals, so after a long, long struggle i noticed that the compiler-encoded method string which ptlib looks for for linking in ptlibd.def differs from the string in the ptlibsd.lib which is being linked.
so i decided to replace the strings in ptlibd.def with the correct ones in ptlibsd.lib. everything compiles fine so far, i wonder if it will also work fine ....