Skip to content
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

Bind DDEML (Dynamic Data Exchange Management Library) #693

Merged
merged 3 commits into from
Aug 28, 2016

Conversation

matthiasblaesing
Copy link
Member

Primary intention of this PR is binding the DDEML and adding a convenience wrapper
for that. The two other commits support this effort:

  • The clipboard formats are used in the DDEML bindings as format specifier
  • The MessageLoopThread implementation is the basis for the StandaloneDdeClient, that takes care of running a message loop by itself.

This is intended to be used in conjunction with APIs, that need a
spinning message loop. One example for this are the DDE functions, that
can only be used if a message loop is present.
@matthiasblaesing matthiasblaesing merged commit 4d68a20 into java-native-access:master Aug 28, 2016
@matthiasblaesing matthiasblaesing deleted the dde branch September 4, 2016 20:16
mstyura pushed a commit to mstyura/jna that referenced this pull request Sep 9, 2024
Motivation:

Sometimes it is useful to be able to download the generated jars. For
example to inspect these.

Modifications:

Add step that uploads jars and aars

Result:

Be able to inspect jar after workflow run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants