realm-cpp icon indicating copy to clipboard operation
realm-cpp copied to clipboard

Realm C++

Results 56 realm-cpp issues
Sort by recently updated
recently updated
newest added

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...

O-Community

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...

O-Community

Can you provide an example for using realm with Tauri? Thanks!

O-Community

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) >>>...

O-Community

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...

O-Community

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...

O-Community