-
Notifications
You must be signed in to change notification settings - Fork 12
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
Windows 7 Issue- undefined method `attach_function' for Spoon:Module (NoMethod Error) #17
Comments
I've been messing around with this. I got past the initial spoon error by adding "ffi_lib 'MSVCRT'" above attach_function :_spawnve. MSVCRT is the dll where those functions are defined. |
It looks like the way spoon handles windows is very different from a unix. |
Has anyone found a fix yet? I want to use RSense with Atom but it's impossible without this. |
@sanekfta, it looks like @agross might have a fix for that. Thanks for bumping this issue. Why don't you give it a try on your local and see if it works. I'll do the same when i get to it 😁 |
@headius Doesn't seem to work for me. But the error message has changed, now it looks like this: |
@sanekfta rsense is using an API that's only available in the Unix version of Spoon, it appears. There's no |
Fixed in 0.0.5. Sorry for the epic delay on this one. |
No fix yet, but this issue has been closed? Seriously? |
@headius I got a report on rsense that appears to be an spoon error:
rsense/rsense#36
Any ideas about it?
The text was updated successfully, but these errors were encountered: