I want to ask, is there any way of making Windows XP program to work under Windows CE? I got some DLLs compiled in Windows Xp, but they refuse to load in WIndows CE. SO is it a real big problem to make such a transform or may be there are some solutions? I searched internet by they all talking about transforming Windows CE to ordinary Windows. Does anyone encountered this problem?
Some updates of my question based on comments: Actually I have a really big open source project, And I tried compiling it under Windows CE, there are many compilation errors, so changing that Open source program will be also hard to do?
There are such problems like this: Type mismatch in some Windows API function parameters. Some header files do not exists in the system. The __asm keyword gives errors. Function declared as a dllimport function also gives error This is not all of errors