registering new window classes and creating windows#163
registering new window classes and creating windows#163dblock merged 5 commits intojava-native-access:masterfrom wolftobias:master
Conversation
Create new code for registering new window classes and creating window example. Listening for win32 window events. Listening for logoff/logon events. Created also new api for 'Wtsapi32.dll'.
|
This is good. You need unit tests for this to be merged. You wrote a demo app in Move the demo app out into contrib demos and please also edit CHANGES. |
- Now the java guid structure can be used directly as alternative to 'Ole32Util.getGUIDFromString()'. - The listening for usb devices is now working also with filter usage
|
Done as you told me. Want to ask to get merged. |
|
Thank you, this is very close. A few issues:
|
|
Also, the demo needs to be buildable/runnable, it should have all the usual build.xml, .project, etc. |
|
please have another check on my latest code. I`ve done all changes as you suggested. |
|
Sorry to be a pest, but we want this to be perfect, especially since a large amount of people are going to prefer the native GUID to the Ole32 functions. So, I would write these (as separate test functions).
Take a stab at this and I'll fix/add/edit anything else that I find after that. |
|
No, that |
|
sorry I`ve closed the pull request as a mistake. I still want to get merged! |
|
Would you please be so kind to have a check please |
|
The code looks good. I need to check it on a PC when I have one in front of me, definitely this week. |
|
Merged. I rewrote the CHANGES to be proper markdown. Thanks for contributing! Looking forward to more. |
Create new code for registering new window classes and creating window
example. Listening for win32 window events. Listening for logoff/logon
events. Created also new api for 'Wtsapi32.dll'.