|
|
#1 |
|
Member
Join Date: Sep 2007
Posts: 63
|
My dll and "ExDll.h"
I want to write a dll.
If add the header file "ExDll.h" into my dll.I can refer to my dll in NSIS script like the following way? mydll::myfunciton ..... Must I include "ExDll.h" ? Thanks. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jun 2007
Location: Otrokovice, Czech Republic
Posts: 308
|
It would be very nice to have good "How-to" about creating DLL's. I know, that it isn't topic related with NSIS.
|
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
Start with Exaples\Plugin which creates a plug-in that exports myFunction and work your way from there. Change the function's name, add more functions, add some stack magic and add your code.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|