Denis Kuzmin

Results 194 comments of Denis Kuzmin

@supermartzin, > ... pdb to be packed was not found on disk. Your problem seems a bit different comparing this issue. Could you please open a new one. Thanks! @mikasoukhov,...

By design. Your case requires .NET Standard 2.0 (where export). Although, more probably I will also consider later our "rebasing feature" for other system-based types in higher versions of .NET...

@esso23 That's how MS implements CLR support when pe-module starts to be processed on host machine. For this repo I can implement some additional behavior in my custom assembler for...

Hello, The errors (+ #210) means that the expected entries in the export directory in your final module were not found for some reason. This behavior is controlled by "PE...

oops, "PE Check" impl was a little earlier than the mentioned src, i.e. https://github.com/3F/DllExport/issues/55#issuecomment-339989014 On 01.07.2022 14:42, Denis Kuzmin wrote: > Hello, > > The errors (+ #210) means that...

Hello, Thanks for the detailed report! It's really appreciated! You can try *Use our IL Assembler* option, seems it helps. I'll look into later for details but it looks like...

Hi Chris, the *.line* feature yet controlled by this issue https://github.com/3F/coreclr/issues/3 And I'm not really sure when I'll be ready to do something with it > Whenever I want to...

Hello, > I am trying to test this function, but I can't seem to be able to make it work. What error? > Unfortunately I have no experience with VBA,...

> Plus, they are about C#, not VB.NET. C# and VB.NET both are CLR based thus it does not matter because it just frontend. > Can't find DLL entry point...

@supertrip86 I'm a little confused with your code. [Here](https://github.com/3F/DllExport/issues/189#issuecomment-854759417) you're trying to call `MonteCarlo()` declared function that looks like it must return some specified object because you're calling later *MATRIX_ELEMENTS_CUMULATIVE_SUM_FUNC*...