|
I used CxImage 4 years ago and I feel pretty good, no problem.
Today I downloaded a new version from http://www.codeproject.com/KB/graphics/cximage.aspx. It feels very good. It contains all the source code, especially a demo program. However, when you encounter problems while studying, you can't solve them all the time, so please give advice. Those who are interested, download it and try it.
Open the workspace CxImgLib.dsw, set the demo to active at this time, compile and run OK! very good.
In the Demo folder, there is demo.dsw. After compiling at this time, it is OK. In fact, there is no compilation at all at this time, and the last executable program is used directly. If you make a slight modification to any file in the demo, such as (fill in a blank line), then the compilation link is all Lnk2001 wrong, and it always says that CxImage.lib cannot be found. But I have been watching it for two days and I feel that their settings are exactly the same. I'm so depressed, I haven't slept well for 2 days. The error is as follows:
Compiling...
demo.cpp
demoDoc.cpp
demoView.cpp
Generating Code...
Linking...
Creating library ../bin/demou.lib and object ../bin/demou.exp
cximage.lib(ximaraw.obj): error LNK2001: unresolved external symbol _dcr_cleanup_dcraw
cximage.lib(ximaraw.obj): error LNK2001: unresolved external symbol _htons@4
..........................
..............
../bin/demou.exe: fatal error LNK1120: 24 unresolved externals
Error executing link.exe.
demou.exe-25 error(s), 0 warning(s) |
|