Hi David, Could you post the linker errors and versions of CMake and Visual Studio you're using?
Also, how did you make the x64 build configuration? With CMake it should be something like: cd capnproto/c++ mkdir build cd build cmake .. -G "Visual Studio 15 2017 Win64" cmake --build . --config debug Harris On Tue, Nov 28, 2017 at 1:10 AM, David Ondrušek < [email protected]> wrote: > Stack traces seem to be disabled unless the library is being compiled for > X64, but the VS solution only has the "win32" build configuration. > > I tried making a x64 build configuration, and got stuck on linker errors. > > -- > You received this message because you are subscribed to the Google Groups > "Cap'n Proto" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/group/capnproto. > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
