MissingMethodException while writing Unmanaged Functions

The PDA that i am running my application on is Toshiba E800.
The processor in Toshiba E800 PDA isIntel? PXA263 . And according to the specification it is ARM* v.5TE ISAcompliant .

While writing a WCE Dynamic-Link Library t
here 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 forIntel? PXA263 using eMbedded Visual C++ 4.0 or am i making some other mistake.

[803 byte] By [AmandeepMann] at [2008-1-19]
# 1
You should be able to use the ARMV4 profile for this processor. Are you sure that your function is exported correctly without any name mangling? Use dumpbin to check this.
NeilCowburn-MVP at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...