leadedge / Spout2

A video frame sharing system for Microsoft Windows
BSD 2-Clause "Simplified" License
760 stars 138 forks source link

Link with comctl32 for MinGW #96

Closed scribam closed 1 year ago

scribam commented 1 year ago

This library is required with the recent addition of TaskDialogIndirect

https://github.com/leadedge/Spout2/blob/fe910076c3d365d9037970c175b2133122359624/SPOUTSDK/SpoutGL/SpoutUtils.cpp#L1612

leadedge commented 1 year ago

Why can't comctl32 be included in the list for SpoutLink? I tried it and the project properties linker input shows comctl32.lib.

leadedge commented 1 year ago

I have added comctl32 to the SpoutLink list. Please re-open this PR if further change is required.