Skip to content
⌘ NSIS Forum Archive

Changing Images using Install Options

36 posts

deguix#
All those were inside WinUser.h, this one is the biggest file of defines on the SDK (I think).

Yes, I can. But by what way do you suggest? I'm putting even more defines from other SDK files now (separated by comments of each file name included)...
Joost Verburg#
Using such huge files will slow down compilation. It's better to split it up and let people choose.
deguix#
I was thinking this way, as every define is from a group of defines, to organize them as they were organizated, like:

All "HKEY_*" defines will be in one group called HKEY.
All "WM_*" defines will be in one group called WM.

So the compilation will be not so big as before, and you'll use those really you want.

What do you think about this?
deguix#
My computer is too fast it compiles the Modern UI examples (for example) in less than 1 second. Including with this huge file. But I didn't finished my work here, I need to add more define, however I didn't split it up yet. I'm working on several things at the same time so don't expect this done to today, nor tomorrow...