-
Notifications
You must be signed in to change notification settings - Fork 165
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
Comments
➤ PM Bot commented: Jira ticket: RCORE-2262 |
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. |
@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. |
@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. |
➤ jedelbo commented: Nothing really to solve here. Best to just try it. |
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.
The text was updated successfully, but these errors were encountered: