I have my first question: When I compile the faac-Sources from www.audiocoding.com, I get the follwing two error messages:
libfaac_dll error LNK2019: Nicht aufgelöstes externes Symbol '_MSEncode', verwiesen in Funktion '_faacEncEncode@20'
libfaac_dll error LNK2019: Nicht aufgelöstes externes Symbol '_MSReconstruct', verwiesen in Funktion '_faacEncEncode@20'
(unresolved external symbol '_MSEncode' used in function '_faacEncEncode@20')
I am using VC7.
How can I resolve the problems? I already discoveres a msencode.dll in my Windows. Do I have to use it - and how?
//=======================================================
try facc-1.25 in VC++ 6.0.
用户在使用VC7编译从audiocoding.com获取的faac源码时遇到两个未解决的外部符号错误,涉及'MSEncode'和'MSReconstruct'函数。询问是否需要使用发现的amsencode.dll及其使用方法。
421

被折叠的 条评论
为什么被折叠?



