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
I followed your example(s) in creating a C# DLL and using it in a C++ application (all successfully super duper awesome!!) I was wondering would (im not a huge linux guy sorry ahead for dumb questions) a linux C++ application be built the same way? My guess is no since i needed to include a include for Windows.h. but my guess would be there is an analogous header to use in linux land?
Or is this not possible with the current tooling? Or if it is is possible there an example of this?
The text was updated successfully, but these errors were encountered:
Linux is not supported yet by this tool including my custom assembler on coreclr which was released only for windows today.
But actually I'm not really want to add this support even in future because of modern unmanaged delegates. Time will tell.
For context: I'm looking for the way to use functions from dll created from C#-code on Linux OS in C++ code. So i've found two ways - mentioned Obtaining delegate using nethost lib and Native AOT Technology . As i understood your tool (DllExport) can't be used in my case?
. . .
The question is related to:
DllExport -version
: 1.7.4Data
tab:QUESTION:
I followed your example(s) in creating a C# DLL and using it in a C++ application (all successfully super duper awesome!!) I was wondering would (im not a huge linux guy sorry ahead for dumb questions) a linux C++ application be built the same way? My guess is no since i needed to include a include for Windows.h. but my guess would be there is an analogous header to use in linux land?
Or is this not possible with the current tooling? Or if it is is possible there an example of this?
The text was updated successfully, but these errors were encountered: