You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For initialization OCX (ActiveX Control) requires a window subsystem, message queue processing etc.
NodeJS does not provide this. Only simple ATL Object/MFC Class/COM Automation Object can be used.
(Maybe this is not an issue, just a question.)
I made tutorial OCX using visual studio 2015 (using MFC ActiveX Control project).
And try testing with winax like following .. and got error.
This is my code
(The function AboutBox() of tutorial OCX just shows an about window.)
and npm start result in...
I think OCX loaded well but something wrong with function call..
But another built-in(?) OCX success.
Any help.. would be great
Thanks in advance.
More test)
Calling my OCX in visual studio MFC project ... works correct.
(Calling an AboutBox() shows about dialog well.)
The text was updated successfully, but these errors were encountered: