-
is it possible to embed these assemblies?
![image](https://user-images.githubusercontent.com/2453707/45931685-401b6600-bf26-11e8-974a-d8b82285363b.png)
I would like them to not show up in my project…
-
My unity project will use the third party plug-in(NoesisGUI), the plug-in used the C++ DLL , and the plug-in C# part of the use of P/Invoke.
My class needs to be registered to the plug-in, or plug-in…
-
# Short description
CSharp wrapper generator does not apply custom typemap to class member variable getter while typemap is applied to the setter. Typemap should be applied to both getter and sette…
-
Hi again, sorry for bugging you.
Since your Divert.Net is not yet compatible with 1.4.x, I'm planning to do my own wrapper.
In your wrapper, you've used C++, am I right? Since the extensions are *…
-
Reference: https://stackoverflow.com/questions/44813779/net-standard-1-4-class-library-in-uwp-app
I'm porting a C# wrapper to a .NET Standard 1.4 Class Library for a UWP app. The wrapper has `[DllI…
-
Any possibility / plans on getting this to run through Linux or Wine?
The problem would most likely be trying to reverse engineer the SDK...
-
I have single web application powered by signalr and hosted in IIS7 (Windows Server 2012 Standard, RAM 8 GB, Intel Xeon 2 Ghz (8 processors))
There are no other apps hosted for IIS
~500 users subscr…
ascho updated
6 years ago
-
Can I use this package to create my TCP redirector (similar to a proxy and a load balancer) without worrying about SYN and ACK value calculations?
-
August 10 is the date last year I put ImGui 1.0 online, following a month of preparation!
I will need to step back a little from ImGui and I thought the first year anniversary would be a good date fo…
-
Functions receiving IntPtr should receive SafeHandle instead.
E.g. instead of
```cs
public static extern bool CreateProcessAsUser(IntPtr hToken, ...)
```
It is better to have
```cs
public s…
NN--- updated
6 years ago