- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello;
I integrated UIC jpeg decorder to my 32 bits application. Now everything is fine. Now I am trying to do it in 64 bits system. I set the C++ directory to C:\Program Files\Intel\IPP\6.1.0.032\em64t\... for dll, include, libs as instruction mentioned. however, when I build my program, error is LNK1104: cannot open file 'ippcore.lib'
I also check it and couldn't find ippcore.lib at C:\Program Files\Intel\IPP\6.1.0.032\em64t\...
so my question is:
In 64 bits system, what Libs should I link to my program except for those UIC_***.lib ?
thank you so much
fanguts
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello;
I integrated UIC jpeg decorder to my 32 bits application. Now everything is fine. Now I am trying to do it in 64 bits system. I set the C++ directory to C:Program FilesIntelIPP6.1.0.032em64t... for dll, include, libs as instruction mentioned. however, when I build my program, error is LNK1104: cannot open file 'ippcore.lib'
I also check it and couldn't find ippcore.lib at C:Program FilesIntelIPP6.1.0.032em64t...
so my question is:
In 64 bits system, what Libs should I link to my program except for those UIC_***.lib ?
thank you so much
fanguts
ok I mayfound the problem.. should link ipp**em64t.libs in 64 bits
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello;
I integrated UIC jpeg decorder to my 32 bits application. Now everything is fine. Now I am trying to do it in 64 bits system. I set the C++ directory to C:Program FilesIntelIPP6.1.0.032em64t... for dll, include, libs as instruction mentioned. however, when I build my program, error is LNK1104: cannot open file 'ippcore.lib'
I also check it and couldn't find ippcore.lib at C:Program FilesIntelIPP6.1.0.032em64t...
so my question is:
In 64 bits system, what Libs should I link to my program except for those UIC_***.lib ?
thank you so much
fanguts
The 32 and 64 bit IPP libraries have different names. I believe the 64-bit version of ippcore.lib is ippcoreem64tl.lib.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Yes, you are absolutely correct, for Intel 64 architecture we have 'em64t' postfix in the library names.
Vladimir