-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
CLR support #1513
Comments
I don't know the Microsoft ecosystem. I googled it, but I don't clearly understand what |
I have a problem similar like this dotnet/corefxlab#1673. And i'm trying to find managed implementation of a good compression algorithm. I have tried to move code to clr project but my c++ is not so good. About clr: |
I see, Managed C++ is compiled to something sort of like bytecode that can be a bit more portable. We won't add this to our project, since the VS project is used for our CI. However, you can clone/fork the repo, or just copy |
Is it possible to compile VS project with /clr option?
The text was updated successfully, but these errors were encountered: