Advertisement
Guest User

Average v0.94 VS2019でビルド失敗

a guest
Jun 27th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. cl : コマンド ライン warning D9025 : '/sdl' より '/GS-' が優先されます。
  2. average.cpp
  3. ライブラリ Average.lib とオブジェクト Average.exp を作成中
  4. average.obj : error LNK2001: 外部シンボル ""void __cdecl weighted_average_avx<unsigned short,16>(unsigned char *,int,unsigned char const * *,int *,float *,int,int,int)" (??$weighted_average_avx@G$0BA@@@YAXPEAEHPEAPEBEPEAHPEAMHHH@Z)" は未解決です。
  5. average.obj : error LNK2001: 外部シンボル ""void __cdecl weighted_average_avx<unsigned short,14>(unsigned char *,int,unsigned char const * *,int *,float *,int,int,int)" (??$weighted_average_avx@G$0O@@@YAXPEAEHPEAPEBEPEAHPEAMHHH@Z)" は未解決です。
  6. average.obj : error LNK2001: 外部シンボル ""void __cdecl weighted_average_avx<unsigned short,12>(unsigned char *,int,unsigned char const * *,int *,float *,int,int,int)" (??$weighted_average_avx@G$0M@@@YAXPEAEHPEAPEBEPEAHPEAMHHH@Z)" は未解決です。
  7. average.obj : error LNK2001: 外部シンボル ""void __cdecl weighted_average_avx<unsigned short,10>(unsigned char *,int,unsigned char const * *,int *,float *,int,int,int)" (??$weighted_average_avx@G$09@@YAXPEAEHPEAPEBEPEAHPEAMHHH@Z)" は未解決です。
  8. average.obj : error LNK2001: 外部シンボル ""void __cdecl weighted_average_avx<unsigned char,8>(unsigned char *,int,unsigned char const * *,int *,float *,int,int,int)" (??$weighted_average_avx@E$07@@YAXPEAEHPEAPEBEPEAHPEAMHHH@Z)" は未解決です。
  9. average.obj : error LNK2001: 外部シンボル ""void __cdecl weighted_average_f_avx(unsigned char *,int,unsigned char const * *,int *,float *,int,int,int)" (?weighted_average_f_avx@@YAXPEAEHPEAPEBEPEAHPEAMHHH@Z)" は未解決です。
  10. Average.dll : fatal error LNK1120: 6 件の未解決の外部参照
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement