"七彩魚+孔雀魚" wrote:
> Linking...
> error LNK2001: unresolved external symbol __imp__InitCommonControls@0
> 該怎麼辦....
> 是lib的問題嗎!?
> 謝謝你的指導...謝謝
欸..., 你自已都寫出答案了, 到 project-> setting 的 link 下加入 comctl32.lib,
不過假如你是自已呼叫 InitCommonControls(), 我勸你改用 InitCommonControlsEx(),
因為保留 InitCommonControls() 是為了相容性,
除此外, 該 function 簡直一無可取, 自已比較一下兩個 function 的不同吧!
--
Murphy's Laws of Combat...
Law 13. The simple things are always hard.