You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Given its huge size, for some applications it is convenient to be able to compiled dart as a shared library on Windows/MSVC, to permit to share it among multiple executable.
Additional context
Discussion on this was ongoing on #1005, but that issue was closed as its main objective was reached without the need to make sure that DART supported being compiled as a shared library on Windows.
The text was updated successfully, but these errors were encountered:
An attempt was made in C++ visibility support #1040 to add explicit visibility macros, but i guess there were some problem/doubts on where to add visibility macros for heavily templated class, and then eventually the PR was not completed.
Thanks for being patient with this. I had to implement some workarounds and make adjustments to the code to get it working. I will be addressing these issues and making improvements in future commits.
Is your feature request related to a problem? Please describe.
Given its huge size, for some applications it is convenient to be able to compiled dart as a shared library on Windows/MSVC, to permit to share it among multiple executable.
Additional context
Discussion on this was ongoing on #1005, but that issue was closed as its main objective was reached without the need to make sure that DART supported being compiled as a shared library on Windows.
The text was updated successfully, but these errors were encountered: