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
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
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
For more complete information about compiler optimizations, see our Optimization Notice.