First, I started with the win32 gui wizard so I have a modal dialog resource with a bunch of checkboxes. Can I use/convert them as an array of checkboxes? I hope to use something like thisarrOptions[intIndex] = IsDlgButtonChecked(hwnd, ckFlags[intIndex]);
Second, I don't know how to describe what I believe to be a common scenario. I am including zopfli in my project. Can't I put the zopfli project folder in my project folder and have the lib built automagically when I build my project?