-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clsid from prog #194
Clsid from prog #194
Conversation
Looks like you branched from your previous branch that has other code. Close the other PR, merge from upstream and update CHANGELOG, please. LMK if you need any help with this. |
While I know subversion rather well, I have to confess that I am a total rookie on GIT and GITHUB. I would be happy if you could provide some help how I can proceed the steps you ask for?
|
You have a branch called "master", so You have a branch called "CLSIDFromProgID", so You're a fork from "git@github.com:twall/jna.git" (it's in the little window on https://github.com/twall/jna/. This is your "upstream". So you can add a remote for it so that you don't have to type the whole thing all the time: To merge changes from upstream's master branch to your branch, you check out the branch then do Finally, when you start working on a new feature, Try it. |
Thanks, perfect. I think we don't need to have a line for every unit test added in CHANGES, but it's not a big deal, merging. |
Thank you for your kind introduction to GIT. In fact, it looks like the powerful tool we waited for, but we have a lot to learn still... :-) We have some more work in the queue as our project evolves. Now that you gave exact steps how to set up a feature branch, I hope in future we will not produce the same trouble again... ;-) Regards |
There's no trouble at all. It's much easier to learn git than translate Win32 API mappings and esoteric Win32 structures into JNA ;) Thanks for contributing! |
Motivation: Quiche 0.7.0 added QUICHE_ERR_STREAM_STOPPED, we need to handle it Modifications: Add missing QUICHE_ERR_STREAM_STOPPED handling Result: All errors are correctly converted
I noticed that there is no test for CLSIDFromProgID so I am providing one here.
It checks the CLSID for "jpegfile" which should be working on all revisions of Windows, as it is part of the Windows Desktop.