The PDA that i am running my application on is Toshiba E800.
The processor in Toshiba E800 PDA is IntelR PXA263 . And according to the specification it is ARM* v.5TE ISA compliant .
While writing a WCE Dynamic-Link Library there is no option in eMbedded Visual C++ 4.0 for this kind of processor.
However , I selected all the Processors available in the list and built the Dll. The Dll was then added to the Windows folder of the PDA. But when i run my application i get MissingMethodException .
Is it because we cannot build Dlls for IntelR PXA263 using eMbedded Visual C++ 4.0 or am i making some other mistake.

MissingMethodException while writing Unmanaged Functions
Tanny