pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
901 stars 121 forks source link

How to make an addon or node module which has other dynamic DLL dependency and use extern Classes? #100

Closed zxbzswxr closed 5 years ago

zxbzswxr commented 5 years ago

So as the title say, If I want to make an xxx.node which can be use in node.js ,but It has other dynamic DLL dependencies .What should I do to deal with it 。 As I encounter some problems, I have write many classes and export it as DLL , I write the other classes which are interfaces exposed to node.js and export it as an Addon.. but I have these problems image I search it via google and It may be about DLL dependency problems ,But HOW?????

zxbzswxr commented 5 years ago

It's been solved,thanks, I just use a different VS version compiled dll and it cause runtime error

zxbzswxr commented 5 years ago

It's been solved,thanks, I just use a different VS version compiled dll and it cause runtime error