|
Posted by surindra on March 19, 2007, 12:27 am
Please log in for more thread options
Hi all,
I have to port a win32 based sink filter developed in vc++,VS2005 on
smartphone. I tried building the same application with solution platform as
Windows Mobile 5.0 Smartphone and target device as smartphone application but
it gave a series of errors.-
first it showed tht winmm.lib path is not available . this is because i
couldnt find a ARMVi4 version of winmm.lib. It is only available in win32
version. When i gave it tht path then is showed the following error
fatal error LNK1112: module machine type 'ARM' conflicts with target machine
type 'X86'
Does anyone has a solution to it?
|