我刚在网上找到了一个英特尔IPL库(英特尔®图像处理库v2.5),然后我就安装好了。
我在已安装的文件夹中找到了一些示例,但这只是vs6.0环境。
否则,它在vs6.0中运行良好。
我想在VS2010中编译Intel IPL库。
如何将Intel IPL编译为Visual Studio 2010?
当我构建如下时,我收到了一条消息。
------ Build started: Project: room001, Configuration: Release Win32 ------
Build started 2015-11-21 오전 12:55:18.
InitializeBuildStatus:
Touching ".\Release\room001.unsuccessfulbuild".
ClCompile:
create.cpp
C:\Program Files\Intel\plsuite\include\ipl.h(778): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
create.cpp(303): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\Program Files\Intel\plsuite\examples\Tutorial.IPL\IPLROOMS\ROOM001\.\Release\room001.exe) does not match the Linker's OutputFile property value (C:\Program Files\Intel\plsuite\examples\Tutorial.IPL\create.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(room001) does not match the Linker's OutputFile property value (create). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
Link:
room001.vcxproj -> C:\Program Files\Intel\plsuite\examples\Tutorial.IPL\IPLROOMS\ROOM001\.\Release\room001.exe
FinalizeBuildStatus:
Deleting file ".\Release\room001.unsuccessfulbuild".
Touching ".\Release\room001.lastbuildstate".
Build succeeded.
Time Elapsed 00:00:03.08
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
请你帮帮我吗?我不知道如何解决这个问题。