|
下载的相关说明中有:
To use CxImage in your project, you must edit these settings:
Project Settings
|- C/C++
| |- Code Generation
| | |- Use run-time library : Multithreaded DLL (must be the same for
| | | all the linked libraries)
| | |- Struct member alignment : must be the same for all the linked
| | | libraries
| |- Precompiled headers : not using precompiled headers
| |- Preprocessor
| |- Additional Include Directories: ..\cximage
|- Link
|- General
|- Object/library modules: ../png/Debug/png.lib
../jpeg/Debug/jpeg.lib
../zlib/Debug/zlib.lib
../tiff/Debug/tiff.lib
../cximage/Debug/cximage.lib ...
上述Link选项设置中需要加的那几个库,可是程序运行时候就出错,“找不到cximage.lib”,所有加上的*.lib的库都找不到,怎么会这样啊???
(注:建立的是WIN32 工程,将jpg转换成bmp格式并保存)
我是第一次用xcimage类库,多谢大家帮忙了!!! |
|