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

On static references #10060

Open
daodol opened this issue Mar 29, 2018 · 5 comments
Open

On static references #10060

daodol opened this issue Mar 29, 2018 · 5 comments
Labels
area-Meta backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity question Answer questions and provide assistance, not an issue with source code or documentation.
Milestone

Comments

@daodol
Copy link

daodol commented Mar 29, 2018

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.

@RussKeldorph
Copy link
Contributor

@daoqiang Can you describe

  • what you're trying to do,
  • why you're trying to do it,
  • what errors you're seeing, and
  • why you think it should work?

@daodol
Copy link
Author

daodol commented Mar 30, 2018

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.
Because of the source of coreclr, I'm sure it can be done, but because there's no relevant information, my attempt failed.
I hope get your help ,thank you

@daodol
Copy link
Author

daodol commented Apr 5, 2018

hi?

@mikedn
Copy link
Contributor

mikedn commented Apr 5, 2018

Because of the source of coreclr, I'm sure it can be done

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.

But all the functions that are used can't be found.

Which functions to be precise?

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 26, 2020
@ericstj ericstj removed the untriaged New issue has not been triaged by the area owner label Jun 25, 2020
Copy link
Contributor

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.

@dotnet-policy-service dotnet-policy-service bot added backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity labels Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Meta backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity question Answer questions and provide assistance, not an issue with source code or documentation.
Projects
No open projects
Development

No branches or pull requests

6 participants