Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6708 Discussions

Building video_enc_con_wce4.cpp under MS VS 2005?

midshipman
Beginner
363 Views
Hi,all
Is it possible to use IPP under MS VS 2005? Or maybe better to use it under 2003 or VC6 ?
Anyway,when I tried to compile video_enc_con_wce4.cpp,I got :
video_enc_con_wce4 : error PRJ0004 : Could not generate command line for the 'VCCLCompilerTool' tool.
Can anyone tell me where is wrong ?
Any help appreciated !!
0 Kudos
5 Replies
Vladimir_Dudnik
Employee
363 Views

Hello,

probably younoticed that we provide some build scripts with IPP media sample. Do you have problems with build of IPP media sample?

Regards,
Vladimir

0 Kudos
midshipman
Beginner
363 Views

Thanks for your reply ! you rfast :)

I can build all the samples using ur scripts. Then I created a new project for WM2005 under VS2005,and got this problem.

0 Kudos
midshipman
Beginner
363 Views

Well,Ifixed the problem:)

just creating a new projects of 'smart device' instead of creating the projects from existing code.

Buta after some steps,now I have 7 errors like:

error LNK2019: unresolved external symbol "public: int __cdecl UMC::H264EncoderParams::ReadParamFile(wchar_t *)"

I think I should add h264_enc.lib to 'additional dependencies' through linker->input.But it doesn't work,strange......

Any point to this problem ?

Thanks a lot !

0 Kudos
Vladimir_Dudnik
Employee
363 Views
Probably you also should specify to linker path where to look for additional libraries
0 Kudos
midshipman
Beginner
363 Views
I already did it,that's why so strange......
0 Kudos
Reply