|
|
#1 |
|
Junior Member
Join Date: Nov 2005
Posts: 2
|
Hi,
i'd like to ask how to develope a plugin for NSIS with Dev C++. And how do i pass a variable from plugin to NSIS program? I have look this thread: http://forums.winamp.com/showthread....hreadid=173485 But i still have no idea. May anyone give me some guideline? Thanks a lot. |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Jul 2004
Posts: 671
|
See "${NSISDIR}\Contrib\ExDLL\" in nsis-2.11-src.tar.bz2
|
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
|
Take one of plug-ins with source code and rename it.
Common way to return value is push it to stack in plug-in and pop in the script. You also have access to $0 - $R9 and some other vars from plug-in (see exdll.h). |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Nov 2005
Posts: 2
|
Thanks a lot. It's really a great help. Thanks.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|