-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
On static references #10060
Comments
@daoqiang Can you describe
|
Hello, my project requires that I need to quote coreclr in a static way,So I tried to generate coreclr.lib.Then I use the example of coreclr.dll in the document to introduce the corresponding header file, and the difference is that I have referenced coreclr.lib instead of coreclr.dll,But all the functions that are used can't be found. |
hi? |
Why are you sure it can be done? The MS .NET runtime has always been a dll throughout its various incarnations (.NET Framework, Silverlight, .NET Core). The JIT was statically linked to coreclr.dll in Silverlight and early .NET Core versions but that's not longer the case.
Which functions to be precise? |
Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process. This process is part of our issue cleanup automation. |
I compiled the coreclr in static state and added it to my c++ project, but failed, some functions could not be found, and I couldn't use coreclr.lib correctly.
The text was updated successfully, but these errors were encountered: