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

. . . The question is related to: * `DllExport -version`: 1.74 * Copy-paste from `Data` tab: Installed: True; 1.7.4+c1cc52f; invoked: 1.7.4 Project type: Cs Storage: ProjectFiles Compiler.Platform: Auto Compiler.ordinalsBase:...

question

I know there is a lot of issue related with .NET 6.0 (with links on other links) without answer on the question - do you have any plan support or...

question

I'm having an issue with building a project using DLLExport when using a Directory.Build.rsp file to set the msbuild /fl1 flag. The error that occurs is ``` "C:\DLLExportIssue\Test\Test.sln" (default target)...

I've got projects in VS 2022 which try to export a single function through: ``` [DllExport("VirtualChannelEntry", CallingConvention.StdCall)] public static bool VirtualChannelEntry(ref ChannelEntryPoints entry) ``` (type in the signature from https://www.codeproject.com/Articles/16374/How-to-Write-a-Terminal-Services-Add-in-in-Pure-C)...

question

. . . The question is related to: DllExport: 1.7.4 Used Visual Studio / MSBuild: vs2017 DllType: netstandard 2 ----------- my simple DLL with that code: `using System.Text.RegularExpressions; using System.Runtime.InteropServices;...

question

Steps to reproduce: . . . * DllExport: 1.7.4 * Used Visual Studio / MSBuild: vs2022 Im write simple DLL with that code: ``` using System.Runtime.InteropServices; namespace SampleSharpDLL { public...

question

Error: RunIlAsm: Something went wrong. We can't find '1' exports from PE32/PE32+ module 'C:\Users\Administrator\source\repos\OAZCSharpSdk\OAZCSharpSdk\bin\Debug\OAZCSharpSdk.dll': AppInfo ``` public static class Exports { private static OAZPlugin plugin { get; set; } [DllExport]...

bug

Hi. I'm development of dll export data to kafka. Library is a plugin for other windows native application. I'm exported method from my dll by Dllexport. All operations available by...

question

Hi, I have an application which works on x86 only, and I want to ask about debug. When I was installing DllExport, I choose all options from your guid on...

question

I am trying to call exported functions from my C++ program. However, it crashes/freezes on call. I have setup a few test methods to check if the dll works at...

question