Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

急救...請問VC++ linker的問題

0 views
Skip to first unread message

七彩魚+孔雀魚

unread,
Aug 19, 1999, 3:00:00 AM8/19/99
to

Linking...
error LNK2001: unresolved external symbol __imp__InitCommonControls@0
該怎麼辦....
是lib的問題嗎!?
謝謝你的指導...謝謝
--
* Origin: ★ 交通大學資訊科學系 BBS ★ <bbs.cis.nctu.edu.tw: 140.113.23.3>

fellow

unread,
Aug 27, 1999, 3:00:00 AM8/27/99
to

"七彩魚+孔雀魚" 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.


0 new messages