Chris Wheeler
Chris Wheeler
what were the instructions to make this work?
going over my notes: here's a non-exhaustive list of complaints that unreal build tool produced: ``` 11>common.h(112): Error C4668 : '__linux__' is not defined as a preprocessor macro, replacing with...
> I grepped all headers for `check` and only found a couple of usages in implementation details which could easily be changed to a different word. (Specifically in `table.h` and...
> Can you elaborate? Cap'n Proto supports and is tested on MSVC. I don't know what "KJ's compilation toolchain" refers to. I misspoke, I said MSVC when I should have...
> Treating undefined symbols as zero is standard C preprocessor behavior, not an error. KJ expects and relies on standard behavior here. It sounds like Unreal is building with a...
fwiw, I switched to using [flatbuffers](https://flatbuffers.dev/) it's missing a lot of great capnp features, but it works in unreal very easily