|
The relevant instructions for download are:
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 ...
The several libraries that need to be added in the above Link option settings, but when the program runs, an error occurs, "cximage.lib could not be found", all the added * .lib libraries are not found, how can this happen? ? ?
(Note: The WIN32 project is created, convert the jpg to bmp format and save)
This is my first time using the xcimage library. Thank you for your help! !! !! |
|