am using windows ce 5.0 and would like to develop an application which uses a .lib file which does not come with the windows ce. its a 3rd party library. I have the option to use platform builder 5.0 , VS 2005 and eVC++ 4.0 to develop my application.
I developed the application on all of the three platforms and could compile my code successfully. When i run the exe on windows ce, it throws me an error " unable to load the library file". i am using the arm4 processor and the lib file is surely compiled for arm4 processor.
i am ok even if the library gets statically binded.
please give me some solution.