Skip to content
⌘ NSIS Forum Archive

Plugins

4 posts

6p9|K#edited

Plugins

I`m from Russia and my English suxxx...🙁 👎

How to use function from Plugin not by NSIS, but from C++?
e.g. from 'advsplash.dll' function 'show'?
Joost Verburg#
NSIS calls them itself and is written in C, so you might want to have a look at the source.
KirillKr#
Where I can find Plugin SDK for NSIS? How I can write own plugin? Which different I find if I write plugin with Delphi or Pascal-like languages?
Joost Verburg#
See Contrib\ExDLL. You can also use Delphi, but C/C++ is usually a better option for small plug-ins.