-
. . .
The question is related to:
* `DllExport -version`: v1.7.4.29858+c1cc52f
* Copy-paste from `Data` tab:
```
Installed: True; 1.7.4+c1cc52f; invoked: 1.7.4
Project type: Cs
Storage: Pro…
-
Would make it more useful
-
-
Can you please provide an example where a complex type or an arrary of complex types is handed to c# by ref.
Unmanaged code (c++) creates a complex type and fills this type with some data.
Unmanag…
-
error CS0234: The type or namespace name 'DotNet' does not exist in the namespace 'net.r_eg' (are you missing an assembly reference?)
using net.r_eg.DotNet.System.Reflection.Emit
namespace not fou…
-
I can't add the DllExport attribute to my project, Could you please provide a guide to achieve this?
Thanks a lot.
CGx64 updated
3 years ago
-
Hello,
I have a C# function that is getting invoked from a C++ executable. In this function, I am attempting to do the literal equivalent of
```
int number;
std::cin >> number;
```
Obviou…
-
First, thank you for providing such an awsome library!
I already created my first function, however the returned string looks strange.
I need to rebuild this C function within C# using [Dllexport]…
-
**Describe the bug**
I have a net5 wpf x32 program that references a dynamic link library where a function opens a dialog box with the current program as its owner, the first call without any problem…
-
Question:
Can this tool create a .h file with the C++ function's signature?
Can it create a .lib file, so I can statically link to this DLL and won't need to do all this dynamic loading LoadLibraryE…