pureikyubu/RnD/DolwinNative
2020-04-19 15:57:35 +03:00
..
DolwinNative.vcxproj Small changes 2020-04-19 01:33:51 +03:00
DolwinNative.vcxproj.filters Version 0.130 2020-04-19 00:14:09 +03:00
DolwinNative.vcxproj.user Standalone Core 2020-03-08 14:18:54 +03:00
DolwinNativeInterface.cpp Fixed interoping 2020-04-19 15:57:35 +03:00
pch.cpp Completed native code refactoring 2020-03-08 19:01:51 +03:00
pch.h Interoping 2020-04-19 15:32:04 +03:00
Readme.md Version 0.130 2020-04-19 00:14:09 +03:00

DolwinNative

Native part of Dolwin to run in managed environment.

When Dolwin starts in a managed environment, the interop library calls EMUCtor at boot and EMUDtor at exit.

All other interactions are made through JDI calls (CallJdi).