Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

"Invalid conversion" error (c++) keycode.c #22

Closed
slremy opened this issue Jun 27, 2011 · 1 comment
Closed

"Invalid conversion" error (c++) keycode.c #22

slremy opened this issue Jun 27, 2011 · 1 comment
Labels

Comments

@slremy
Copy link

slremy commented Jun 27, 2011

Hi all, and thanks again for the time and brain power dedicated towards this project!

Now that I've pulled a more recent update, I noticed that another cast conversion warning/error exists in keycode.c.
error: invalid conversion from ‘void*’ to ‘const __CFData*’

I believe that this should be rectified with the following.
(CFDataRef) TISGetInputSourceProperty(currentKeyboard,

@msanders
Copy link
Collaborator

msanders commented May 2, 2018

This should be fixed now in the latest version of AutoPy.

@msanders msanders closed this as completed May 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@msanders @slremy and others