DllExport icon indicating copy to clipboard operation
DllExport copied to clipboard

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)

Results 55 DllExport issues
Sort by recently updated
recently updated
newest added

Hello I'm trying dllexport for .NET Core When I use System.Reflection.Assembly.GetExecutingAssembly (), it throws an exception ``` Unhandled exception. System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception. Unhandled exception: System.IO.FileNotFoundException:...

netcore
by design

Reference to DllExport is always removed, which may be unwanted in some situations. What I would suggest to do is: Search compilation symbols for `DLLEXPORT_PRESERVE`, and if it is present,...

suggestion

With v1.6 release, now I have a tricky question. You see, "Batch" (`*.bat`) file is Windows-only version of command-line scripting. [Visual Studio starts to support macOS](https://blogs.msdn.microsoft.com/visualstudio/2016/11/16/visual-studio-for-mac/). (Windows and macOS are...

That would be funny if it could be possible.

enhancement
low

I am exporting some functions using DLLExport which is working great. But I also need to export a Variable (Pointer to a FunctionPointer-Structure), which will be set from the native...

Can't build the program any more, it fails because of this error: > ...\packages\DllExport.1.5.0\tools\net.r_eg.DllExport.targets(42,5): error : error : Failed to define security permission set for 0x20000001 I'm running VS2015 with...

bug
coreclr-mod

For example: Say, assembly is marked: `[assembly: DllExportInclude("exportme_*")]` It would export all static methods from assembly whose name matches the specified pattern (in this case `exportme_*`). It would also be...

suggestion

What am I doing wrong. I downloaded the code and submodules recursively. Ran: .\build -s -all -x86 Release 3:47:02 PM.1103 [ERROR]: Failed build-raw: Value cannot be null. Parameter name: input...

question

Follow up to https://github.com/3F/DllExport/issues/141#issuecomment-608103235 I just tried using DllExport for a simple task. Found the repository and while using Rider landed on this topic. Building in Visual Studio just works....

bug

Steps to reproduce: . . . * `DllExport -version`: 1.7.4 * Used Visual Studio / MSBuild / ...: Visual Studio 2022 Information from `Data` tab or log data: . ....

question