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
{{ message }}
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
I have installed node-ffi-generate on my system for genrating bindings of a dll providing the header file and the library but it throws following error :-
"Unable to load libclang, make sure you have 3.2 installed, either specify -L or
have llvm-config in your path"
My command is > ffi-generate -f PremiereSoftphone.h -l SoftphoneLib.dll
I have installed node-ffi-generate on my system for genrating bindings of a dll providing the header file and the library but it throws following error :-
"Unable to load libclang, make sure you have 3.2 installed, either specify -L or
have llvm-config in your path"
My command is > ffi-generate -f PremiereSoftphone.h -l SoftphoneLib.dll