- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear experts:
i want touse the ippiCopyCopySubpix_8u_C1R or ippiCopySubpixIntersect_8u_C1R function
then i got the message from the VC6.0 Compiler
: error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier
and i have include "ippi.h",but in ippi.h i couldn't find this function
Thanks for your reply.
i want touse the ippiCopyCopySubpix_8u_C1R or ippiCopySubpixIntersect_8u_C1R function
then i got the message from the VC6.0 Compiler
: error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier
and i have include "ippi.h",but in ippi.h i couldn't find this function
Thanks for your reply.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Wenlei Song
Gennady,
thanks!but "undeclared identifier" means i can't find the function declaration.and ihave triedto link my application whith ippcv.lib,the complier also told me "error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier"
thanks!but "undeclared identifier" means i can't find the function declaration.and ihave triedto link my application whith ippcv.lib,the complier also told me "error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier"
How about include "ippcv.h" ortouse #include "ipp.h", which shouldinclude all ipp functions?
Regards,
Ying
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Wenlei Song
Dear experts:
i want touse the ippiCopyCopySubpix_8u_C1R or ippiCopySubpixIntersect_8u_C1R function
then i got the message from the VC6.0 Compiler
: error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier
and i have include "ippi.h",but in ippi.h i couldn't find this function
Thanks for your reply.
i want touse the ippiCopyCopySubpix_8u_C1R or ippiCopySubpixIntersect_8u_C1R function
then i got the message from the VC6.0 Compiler
: error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier
and i have include "ippi.h",but in ippi.h i couldn't find this function
Thanks for your reply.
Wenlei,
you have to link your application with ippcv.lib in case of dynamic linking mode and/or ippcvemerged.lib ippcvmerged.lib in case of static.
Please refer to the article to find out more about IPP linkage mode
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Gennady Fedorov (Intel)
Wenlei,
you have to link your application with ippcv.lib in case of dynamic linking mode and/or ippcvemerged.lib ippcvmerged.lib in case of static.
Please refer to the article to find out more about IPP linkage mode
--Gennady
thanks!but "undeclared identifier" means i can't find the function declaration.and ihave triedto link my application whith ippcv.lib,the complier also told me "error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Wenlei Song
Gennady,
thanks!but "undeclared identifier" means i can't find the function declaration.and ihave triedto link my application whith ippcv.lib,the complier also told me "error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier"
thanks!but "undeclared identifier" means i can't find the function declaration.and ihave triedto link my application whith ippcv.lib,the complier also told me "error C2065: 'ippiCopyCopySubpix_8u_C1R' : undeclared identifier"
How about include "ippcv.h" ortouse #include "ipp.h", which shouldinclude all ipp functions?
Regards,
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Ying H (Intel)
How about include "ippcv.h" ortouse #include "ipp.h", which shouldinclude all ipp functions?
Regards,
Ying
Ying,
thanks.i find the functions in "ippcv.h".so in document "ippiman.pdf",there are two errors:
IppStatus ippiCopyCopySubpix_
Ipp
and
The function ippiCopySubpix is declared in the ippi.h file.
The function ippiCopySubpixIntersect is declared in the ippi.h
then "ippcv.h" should instead of "ippi.h"
Regards
wenleiSong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, we will check and correct ippiman.pdf if there is a typo.
Sorry, Ican'tagree with where ippiCopySubpix/CopySubpixIntersect are decrlared. They definetely declared in ippcv.h not in ippi.h. Please double check.
Regards,
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page