Denis Kuzmin
Denis Kuzmin
> Is it because I am using ByRef? I understand you adviced me not to use it. Is this the reason? Quite possible > if I run it all Excel...
I don't see the problems for your configuration and used environment. Did you try configure marshaling at least by using MarshalAs attribute as said above? For better understanding try define...
Try ```vba Dim DATA_RNG(2, 2) As Double ' ... result = MATRIX_ELEMENTS_CUMULATIVE_SUM_FUNC(DATA_RNG) ``` continue to keep ByRef [LongPtr](https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/longptr-data-type) + Marshalable ByVal r As Double declaration ```vba Declare PtrSafe ... (ByRef...
Thanks for the detailed report! > My guess is that, because DllExport deletes the PDB when using "Our IL Asm" Yes, I remember this logic programmed due to possible incorrect...
Linux is not supported yet by this tool including my custom assembler on coreclr [which was released](https://www.nuget.org/packages/ILAsm) only for windows today. But actually I'm not really want to add this...
> **With v1.6 release**, now I have a tricky question. 1.6 provides same features as for 1.5.x versions. We did not break any compatibility from this. * https://github.com/3F/DllExport/blob/master/changelog.txt However, now...
Hello @cmoski Thanks for the report! This is known behavior since I implemented rebasing only for *system objects*: https://github.com/3F/DllExport/issues/125#issuecomment-561245575 Today you can try up to netstandard2.0 or netcoreapp2.2 for .NET...
> @3F Thanks again for your contributions to open source, this project, and all your work. Very cool hashing function! I may have to use it in a project that...
> It would also be nice to have I don't think so... I mean the export-functions are not regular or common thing for something like this. It's the same as...
> Their mangled names ;) :) good how about to help me first with my https://github.com/3F/Conari/issues/3 (Undecorate functions from C++ compilers) I already have impl. of C linkage for __cdecl,...