Closed CGx64 closed 3 years ago
Not sure what do you mean for "add DllExport attribute to my project"
You can use the same way for unmanaged modules if you need also to call an exported methods from managed .NET modules that was marked with DllExport attribute, like:
l.something_with_DllExport_attr<int>(1, 2)
or please clarify the question
Hi, @3F please check the next recorded video https://streamable.com/3phcg0 I guess it will be easier to show the problem in this way. Thanks for the quick answer! I will check the next video in the afternoon https://www.youtube.com/watch?v=sBWt-KdQtoc but I think it was a good idea to add the issue here in case anybody is trying to use Conari but doesn't know DllExport
Hi, @3F please check the next recorded video https://streamable.com/3phcg0 I guess it will be easier to show the problem
I can't connect due to PR_CONNECT_RESET_ERROR for streamable.com
. Please try to use only github and or its gist for some attachments, src, image, etc.
I think it was a good idea to add the issue here in case anybody is trying to use Conari but doesn't know DllExport
Do you mean https://github.com/3F/DllExport/wiki/PreProc#conari-support or something like https://github.com/3F/DllExport/wiki/Quick-start but for Conari ?
Closed due inactivity. Feel free to clarify the case.
I can't add the DllExport attribute to my project, Could you please provide a guide to achieve this? Thanks a lot.