Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realm support for Windows Server #8037

Open
MihirLuthra opened this issue Oct 4, 2024 · 4 comments
Open

Realm support for Windows Server #8037

MihirLuthra opened this issue Oct 4, 2024 · 4 comments

Comments

@MihirLuthra
Copy link

MihirLuthra commented Oct 4, 2024

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.

Copy link

sync-by-unito bot commented Oct 4, 2024

➤ PM Bot commented:

Jira ticket: RCORE-2262

@galacticfungus
Copy link

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
Copy link
Author

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants