Showing posts with label CxImage. Show all posts
Showing posts with label CxImage. Show all posts

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.

Windows Mobile Test Apps (CxImage 6.0 ce)

I've built CxImage 6.0 for Windows Mobile 6.0 Professional Version.





Although there need some tweaks in vanilla version of CxImage_ce But It doesn't have any problem to build  built demo_ce and it works just fine.

Supported Formats : png, jpg, tif, gif, ...   You can add as much as you like.