realm-cpp
realm-cpp copied to clipboard
Realm C++
I am trying to build a basic hello world program, and am getting some linker errors. I'm on windows with visual studio 2022 (`cl.exe` version is `Microsoft (R) C/C++ Optimizing...
I'm using a notification token to get updates about changes. I have a couple of different views into the same collection ("public" and "user"). I expected that the index returned...
Can you provide an example for using realm with Tauri? Thanks!
My Linux build server reports the following linker error: ``` ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol 'vtable for realm::internal::DefaultTransport'; recompile with -fPIC >>> defined in ../_deps/cpprealm-build/src/libcpprealm.a(network_transport.cpp.o) >>>...
SDK: 0.4.0-preview macOS 13.4 I'm getting the following build error when integrating Realm into an existing C++ CMake project: ``` cmake-build-debug/_deps/cpprealm-build/src/cpprealm/internal/bridge/bridge_types.hpp:46:8: error: type alias redefinition with different types ('std::aligned_storage::type' vs...
Should it currently be possible to use a synced Realm instance offline? If I run the app while offline for the first time (with no realm created yet), `open` throws...