Hi,
Using the latest version of Ptex from Git repo, after using Cmake to create VS projects, Ptex library compiles but the halftest demo returns the following 2 errors.
halftest.obj : error LNK2001: unresolved external symbol "public: static unsigned int * Ptex::v2_2::PtexHalf::h2fTable" (?h2fTable@PtexHalf@v2_2@Ptex@@2PAIA)
3>halftest.obj : error LNK2001: unresolved external symbol "public: static unsigned short * Ptex::v2_2::PtexHalf::f2hTable" (?f2hTable@PtexHalf@v2_2@Ptex@@2PAGA)
A couple of months ago I built this library as a 32-bit and I don't remember any issues, so I have to presume it is something to do with 64-bit.
Any help much appreciated.