- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
we provide a sample how to write C# wrappers above IPP functions. You also might be interested to see similar threads on this forum:
1. IPP and C#
2. Use of IJL Library in C# for creating JPEG images
3. IPP with C# : RGB Image histogram : HELP!
4. C# Wrappers for Ippi (image library) ?
5. IJG-IPP using C# for JPEG displaying
6. Example on how to call FFT in IPP from C#?
7. How do I FFT from C#? What is my code missing?
8. What's wrong with this C# FFT Class: Included is my source
9. Displaying a IplImage in C#.NET Winform
10. C# Wrappers using P/Invoke
Please feel free to express your ideas about what can be missed in samples we provide. Whatwas your main reason to look at IPP? Is it because of performance?
Regards,
Vladimir
Message Edited by vdudnik on 06-06-2006 04:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please take a look on attached files (without MSVC solution file) provided by our engineer:
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the response. Many of the links you provided are questions with no answers, but they all seem to relate to .NET development on the desktop. I am specifically interested in Windows Mobile development with the .NET Compact Framework 2.0 (for the Pocket PC) using Visual Studio 2005. I have seen several references to Pocket PC coding on the forums, but I can't figure out where to download the libraries (or if they are part of the IPP download, which ones). I was also hoping that you had a sample that could be deployed to Pocket PC. The IPP samples fail on Pocket PC due to the "SuppressUnmanagedCodeSecurityAttribute" attribute missing in the Compact Framework, and some other attributes. I changed those around, but I'm still not sure of which DLL's to copy.
Question 1: Is .NET Compact Framework 2.0 on the Pocket PC a supported environment for IPP?
Question 2: Is there a specific download for DLL's and samples for .NET Compact Framework 2.0 on the Pocket PC, or do I have what I need?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
w_ipp_ixp_p_5.1.017.exe
"Intel IPP 5.1 for Windows* on Intel IXP4XX Network Processor Family"
I ask because it says "Windows" without the "CE" qualifier.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
w_ipp_pca_wmmx_p_5.0.2.001.exe
"Intel IPP 5.0.2 for Windows* Mobile 5 and Windows* Mobile 2003 for Pocket PC on Intel PCA Processors with Wireless MMX Technology Package (PXA27X processors)"
This seemed to make more sense, but it says PCA instead of IXP. When I installed it, it just seemed to be an update package to 5.0.2 of IPP. Sorry, but at this point I'm just a bit confused!
What's my best route for developing .NET software for Windows XP, then to easily port that software to Pocket PC? A whitepaper/sample or two for Pocket PC development would be very helpful!
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for providing details. There is several IPP packages for different arhitectures (like IA32, EM64T, Itanium, IXP and PCA). IPP for PCA have no updates for v5.1 and so it still version 5.0. Note, IPP for PCA is indended for PCA27x based systems and will not be run on PCA25x processors. IPP for IXP will work on IXP42x and PCA25x/27x. The only limitation is that IPP for IXP does not contain WMMX optimized code.
To use IPP with .NET on PocketPC you basically need to do three steps:
1. create custom DLL, which contains only functions you need in your application. See appropriate IPP sample, which demonstrate how to create custom DLL from IPP static libraries
2. you need to create C++ wrappers for C functions exported from your custom DLL. See attached sample.
3.link your application with that DLL and this should work
Regards,
Vladimir

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page