pjw62
21st December 2001 19:39 UTC
ExDlg - InstallOptions little brother
I was bored and I wanted a quick way so that I could use the VC++ IDE or any other resource editor to create dialogs in NSIS.. the result ExDlg ;)
quite patchy at the moment but has start menu chooser thingy etc ..
It is different to installoptions because you save your dialogs in a .res file and use 'GetWindowText' like functions to get the texts out of memory, they are not written to an ini file like IO..
(source and demo included)..
dbareis
22nd December 2001 21:50 UTC
Hi,
I tried the download, fails to work under NT/2K but looked good in Win98.
Bye
Dennis
Angry Weasel
23rd December 2001 14:57 UTC
Would you mind posting the actual DLL? Or at least the ExDLL.h file that's needed to compile it?
pjw62
23rd December 2001 15:02 UTC
Ahh.. okay, I'll take a look in Win2k.. I cant at the moment because I am my dads laptop..
Thanks
pjw62
23rd December 2001 15:07 UTC
ahh sorry about that as well.. the dll is extracted to your temporary directory onInit.
I must have just forgotten to include the file :(
okay, I am going up to my computer now to ge this fixed..
pjw62
23rd December 2001 15:27 UTC
I just tried it on win2k 2195 and it appears to work okay..
anyway, here is a zip file with the files.
dbareis
23rd December 2001 22:18 UTC
Originally posted by pjw62
I just tried it on win2k 2195 and it appears to work okay..
anyway, here is a zip file with the files.
Just to make sure we are talking about the same thing, on WIN2K the "EXE" failed to install it said something about not being able to load your DLL but no return code. I then got heaps of popups containing numbers such as "1018".
Bye
Dennis
Angry Weasel
24th December 2001 14:08 UTC
So how do we use it?