-
Notifications
You must be signed in to change notification settings - Fork 53
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
Cannot handle VT_I2 (int16) variants.. #10
Comments
Are you able to provide example-code to illustrate this problem, please? |
I'm connecting to my Homeseer home automation software (I was previously using Python to do this but wanted to attempt it in Node.js). The setup:
Works as it does not return a response value but Homeseer does register the command:
Doesn't work because the returned value is a VT_I2:
Thanks for the quick reply! |
I believe I've sorted this out. Would you like to try my development version to check?
|
Works fantastically. Thank you for performing this enhancement for me. |
Hi Antony |
I'm afraid this is not my project to update. There hasn't been a release of node-win32ole for a long time now. I'm writing a more ad hoc node extension of my own these days so I can efficiently make the batches of COM calls I require directly from C++ without everything being marshaled to JavaScript in between. :-( |
I have a program that returns many values as type VT_I2. Is there a way to get node-win32ole to handle these? I notice that it handles 32 and 64 bit ints and can't think of any reason why it WON'T work but.. I've never worked with C++ before.
Thanks!
The text was updated successfully, but these errors were encountered: