-
https://github.com/3F/Conari/blob/ba1a82e1a7c9250e5806b5d72444be5c3b57850c/Conari/Types/NativeString.cs#L91-L96
Yep, `WriteTo()` actually writes beyond allocated region if *WCharPtr* or *TCharPtr* …
-
the develop branch is already contains DLR features, but it's not possible for exported functions from C++ compiler.
i.e.:
``` cpp
#define LIBAPI_CPP __declspec(dllexport) // will decorated like: ?…
-
In your video: https://www.youtube.com/watch?v=QXMj9-8XJnY
you used the obsolete-way with UnmanagedStructure, now you suggest using the NativeStruct way, can u maybe give me a short example of how …
-
I seem to be unable to load debug information for projects where I use DLLExport v1.5.1.
I have seen the issue in both Visual Studio 2013 and 2015.
![image](https://cloud.githubusercontent.com/ass…
OzzyL updated
4 years ago
-
I never use this tool before. Im trying now to creating a DLL that nodeJS can use your methods and i using this tool because maybe de usage of dll in my node app is getting error because the methods a…
-
@dannyfritz
@dqsully
@iainhallam
@namusyaka
@trobro
~~I wanted to make you aware that I won't be maintaining this project any longer. See https://hjson.org~~ Update - see below
Thanks for yo…
-
Read [this comment](https://github.com/dotnet/roslyn/issues/11771#issuecomment-261471207).
------
Depends on:
- [ ] https://github.com/3F/coreclr/issues/4 - Improve ILAsm grammar for export varia…
-
With the "Generate .lib via MS Library Manager" option, I can write a header file and link against the lib file.
Since there are only function definitions in this header file, I wonder if there can b…
-
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 way of one Core c…
-
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 application load…