Add full XPCOM support on directvb branch #1

Closed
opened 2017-01-07 21:10:58 +00:00 by NorbiPeti · 1 comment
NorbiPeti commented 2017-01-07 21:10:58 +00:00 (Migrated from github.com)
No description provided.
NorbiPeti commented 2018-07-05 22:45:09 +00:00 (Migrated from github.com)

The vboxjxpcom library is missing pointer handling, that needs to be implemented to get direct access to the screen.

The code for handling
the various 'out' parameter passing cases is in
src/libs/xpcom18a4/java/src/nsJavaWrapper.cpp, function FinalizeParams
(which is called from Java through the JNI function callXPCOMMethod in
the same file). The 'in' case is in SetupParams.
The vboxjxpcom library is missing pointer handling, that needs to be implemented to get direct access to the screen. ``` The code for handling the various 'out' parameter passing cases is in src/libs/xpcom18a4/java/src/nsJavaWrapper.cpp, function FinalizeParams (which is called from Java through the JNI function callXPCOMMethod in the same file). The 'in' case is in SetupParams. ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: norbipeti/VirtualComputer#1
No description provided.