Register COM DLLs before Build
In my project, I have a reference to a COM DLL
(Interop.SKYPE4COMLib.dll), so that the build to work, it must be
registered as a COM DLL
See build
1.0.0.22
Build started
git clone -q --branch=master git://github.com/Ridermansb/wox.skype.git C:\projects\wox-skype
git checkout -qf bccd2b167191e557e3cc20a96d92fcf89bdee607
regsvr32 /s Interop.SKYPE4COMLib.dll
Command exited with code 4
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 05 Apr, 2015 04:34 AM
So, what does exit code 4 mean?
2 Posted by Riderman de Sou... on 05 Apr, 2015 02:40 PM
Sorry, I discovered the error.
I was trying to register a DLL that was not COM
https://ci.appveyor.com/project/Ridermansb/wox-skype/build/1.0.0.77
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:55 AM.