- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Atmapuri
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no special version of IPP for Windows CE. But, it seems for me that IPP for Windows should work under Windows CE for x86, but we never tested it. So, you can try, at least.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a problem to link with the libs
I get alikn error
error LNK2019: unresolved external symbol ippStaticInit
I use the VS2008
the sample at
ipp-samples\advanced-usage\wincex86
is very old -is theresample for VS2008 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1)"error LNK2019: unresolved external symbol ippStaticInit" - Please check the IPPROOT environment variable.
2) there is no such examples for MVSC2008
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using the #pragma comment lib - so is os not the case.
this is the all the code I have:
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// NOTE - this value is not strongly correlated to the Windows CE OS version being targeted
#define WINVER _WIN32_WCE
#include
#include "C:\Program Files (x86)\Intel\IPP\6.1.4.052\ia32\include\ipp.h"
#pragma comment(lib,"C:\\Program Files (x86)\\Intel\\IPP\\6.1.4.052\\ia32\\stublib\\ippcore.lib")
int WINAPI WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
IppStatus retval = ippStsNoErr;
retval = ippStaticInit();
return (int)retval;
}
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page