Monday, November 09, 2009

Resolution to code 0x8007007e (WTL, Windows Mobile)


Demo_ce in CxImage 6.0.


It seems that Microsoft Visual Studio linker has dependency order problem.

  • Property->Library->Input    (a.lib, b.lib, c.lib, ...)
  • Property->Library->Custom (a.lib, b.lib, c.lib, ...)

As you see, above setting does have differences.
Although it looks almost same, Input field has some conflicts in order. But Custom field doesn't have.

So conclusion in here is use custom field. (if you want to avoid stupid nuisances)

No comments: