문제 :
VS2005에서 Renderer Filter Compile 시 Error 발생
I am getting this error message while compiling a SubTitle Renderer Filter code in
VS2005 for Wince5.0 Platform.
fatal error LNK1112: module machine type 'ARM' conflicts with target machine type 'X86'
해결
You can either for compiler to target ARM.To do so Go to Properties->Linker->Advanced->Target Machine. Verify also that in properties->Configuration Type is good because sometimes between platform switch you can have some pbs.
If you are compiling a resource DLL do not forget to set NO ENTRY POINT
in Linker->Advanced.
Wince Filter 작업을 할때 참고 하세요.