realm / realm-core

Core database component for the Realm Mobile Database SDKs
https://realm.io
Apache License 2.0
1.02k stars 165 forks source link

Realm support for Windows Server #8037

Closed MihirLuthra closed 1 month ago

MihirLuthra commented 1 month ago

I wanted to use Realm (via C++ SDK) on Windows Server. Are the supported versions known for that?

Could only find compatibility matrix for dotnet SDK (https://www.mongodb.com/docs/atlas/device-sdks/sdk/dotnet/compatibility/) but that also doesn't mention about Windows Server.

EDIT: I just see that the above link is for SDK compatibility. I meant runtime compatibility instead.

sync-by-unito[bot] commented 1 month ago

➤ PM Bot commented:

Jira ticket: RCORE-2262

galacticfungus commented 1 month ago

C++ SDK has nothing to do with the dotNet SDK, you can use the C++ SDK on any supported C++ compiler which includes MSVC. So it should work on any recent windows OS.

MihirLuthra commented 1 month ago

@galacticfungus my wording may not have been correct. My ask is about runtime support. Like, if realm uses any APIs that won't be supported on certain versions of Windows servers.

galacticfungus commented 1 month ago

@MihirLuthra Run time support is mostly tied to having the latest MSVC runtime libraries installed it. All of the libraries that realm uses are header only as far as I know so it should compile and run fine. Best way is to just try and compile the realm SDK. I don't think there are any API differences between the operating systems anymore, mostly just hardware support is better on the servers, I am no expert though.

sync-by-unito[bot] commented 1 month ago

➤ jedelbo commented:

Nothing really to solve here. Best to just try it.