Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 14th August 2004, 14:01   #1
Comm@nder21
Major Dude
 
Join Date: Jul 2003
Location: germany, b-w
Posts: 734
Send a message via ICQ to Comm@nder21
WinFunctions.nsh - need help writing new header-file

hy there!

as deguix suggested, i've began writting an header-file, containing as much ready-to-use functions from the windows-api as possible.

the point is, to give the user e.g. this syntax:
code:
${AnimateWindow} $HWND "500" "${AW_SHOW}|${AW_SLIDE}" "r0"

instead of this:
code:
System::Call 'user32::AnimateWindow(i $HWND, i "500", i "${AW_SHOW}|${AW_SLIDE}") i .r0'
Attached Files
File Type: nsh winfunctions.nsh (10.5 KB, 27 views)
Comm@nder21 is offline   Reply With Quote
Old 14th August 2004, 14:26   #2
deguix
Major Dude
 
deguix's Avatar
 
Join Date: Dec 2002
Location: Everett - MA, USA
Posts: 1,351
Send a message via ICQ to deguix
You don't know how many Windows API's in total exists... Patience is the key in doing these things, and that I don't have, unfortunately... hehe

My Wiki Pages

Working now on:
New projects. (language: any)
deguix is offline   Reply With Quote
Old 14th August 2004, 14:28   #3
Comm@nder21
Major Dude
 
Join Date: Jul 2003
Location: germany, b-w
Posts: 734
Send a message via ICQ to Comm@nder21
i can imagine - the list doesn't have an end
so, that's the point, i don't have the time to rip all of them out of the msdn.
i've begun, but without help, i won't have success.
so, if anyone could write only a part, the file would grow, and grow, and grow ...
Comm@nder21 is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump