I got it to compile using the CMake approach, but when it's converting return addresses to filename/lines using dbghelp.dll it causes a segfault by writing to 0 in SymGetLineFromAddr64.
There doesn't seem to be anything wrong with the usage of dbghelp (apart from not checking where symInitialize returns true). Things i tried: - Installing Debugging Tools For Windows (includes dbghelp) - Hardcoding the path to dbghelp (LoadLibraryA returns null) -- 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.
