Commit graph

9 commits

Author SHA1 Message Date
7b0714bda0 Restart Windows implementation, using C# fully again
Created new .NET 5 project instead of the existing one
Installed JWS API but it's probably not what I need
2021-06-04 03:17:02 +02:00
d3dbea885c Using Variant instead of Dispatch
Getting an object variant instead of a dispatch one
2020-11-23 03:22:09 +01:00
17c3d4c268 Fix sending the reference to COM object
Basically 2 lines of actual code change
2020-11-23 00:34:32 +01:00
5adc49d40a Using a mix of jni4net and Jacob
This shoooouuld work
But now jni4net can't load the .NET proxy
2020-11-22 03:29:46 +01:00
6eee57f18e Full MSCOM support in a hacky way - might not work
And almost at the end I realized I could make a simple proxy that relays everything, or just fix the things automatically
2020-10-16 18:59:06 +02:00
d68ddb3418 Attempts to add support for MSCOM via jni4net
Also only building the necessary modules
2020-10-16 03:19:34 +02:00
5dd5546dc1
Add VBoxJXPCOM source
Successfully compiled VirtualBox
2018-07-06 23:27:58 +02:00
f933d417b7 Testing Windows impl.
DLL location and hardening issues
2018-07-05 18:49:00 +02:00
dfc86e8371 Fixed double start, and some older changes
Fiiinally got VBox working inside a VM spending a day on it. I was/am
tired. Now I have it set up and it's really easy to debug.

No errors, at first start anyways, but the machine only goes Starting
for a very short amount of time then it's off again.
2017-10-15 03:55:16 +02:00