Friday, November 06, 2009

code 0x8007007e (WTL) (2/2)

Environments : Visual Studio 2005, WTL WTL80_7161_Final, Windows Mobile 6.0 emulator

Finally I found the solution to solve 0x8007007e error on my project. Error looks like this.



I was testing with my newly built CxImage. And I just copy library setting from demo_ce which is included in CxImage.

I Put these libraries(png.lib jpeg.lib zlib.lib tiff.lib jbig.lib jasper.lib cximaged.lib) at the end of "Setting -> Linker -> Additional Dependency" (속성-> 링커 ->입력->추가 종속성)

then I deploy and as I ran an application I encountered "code 0x8007007e"   -_-;

PS. Please read my next article about resolution to this.

No comments: