error LNK2019: 無法解析的外部符號 "int __cdecl wsprintf


“1>正在鏈接... 1>CDXGraph.obj : error LNK2019: 無法解析的外部符號 "int __cdecl wsprintfWInternal(wchar_t *,wchar_t const *,...)" (?wsprintfWInternal@@YAHPA_WPB_WZZ),該符號在函數 "private: void __thiscall CDXGraph::AddToObjectTable(void)" (?AddToObjectTable@CDXGraph@@AAEXXZ) 中被引用

 

 解決方法:

把wsprintfW改為swprintf即可。

swprintf(wsz, L"FilterGraph p pid x", (DWORD_PTR)mGraph, GetCurrentProcessId());

 

轉自:http://blog.sina.com.cn/s/blog_4ae178ba0100rbcf.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM