- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to add to PATH environment varaibale folder where OpenMP runtime libraries resides, for example on my system it is folder "C:\Program Files (x86)\Intel\ComposerXE-2011\redist\ia32\compiler"
Please check"C:\Program Files (x86)\Intel\ComposerXE-2011\Documentation\en_US\ipp\redist.txt" file on what components can redistributed.
Regards,
Vladimir
- 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
Hello Sir,
I developed a softphone. it is working on my PC but when i am running this softphone application on other PC then i getting a error so please help me any body about this issue what the exactly issue with application...
error message is as
Waiting for your valuable response .........
Thanks and Regards
Suresh Kansujiya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Suresh,
Since you application use dynamic linking to IPP libraries you need to take IPP dynamic libs to another PC along with the application executable itself.
Don't forget to take CPU architecture-specific dynamic libs also. I don't remember IPP 6.1 already:), but there could be ipps??-6.1.dll (ippsw7-6.1.dll or something similar). You should copy them too. Place dynamic libraries at the same directory as your application resides in, or use "set PATH=....." command to add path to these dynamic libraries to PATH variable so, that operating system will know where to look for dynamic libs.
Regards,
Sergey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Suresh
I have met this problem many times. Sergey is right, getting the path correct and installing the runtime time distributeables is a must on a delivery PC. Sometime, things don't work out as expected in which case I can strongly recommend depency walker which will tell you a lot about your application.
Ocassionaly, I have resorted to dumping ipp/mkl dlls in the same folder as the application folder. This is not quite how things should work but can help.
Adrian
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page