MissingMethodException while writing Unmanaged Functions

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 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 for IntelR PXA263 using eMbedded Visual C++ 4.0  or am i making some other mistake.



Answer this question

MissingMethodException while writing Unmanaged Functions

  • Tanny

    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.



  • MissingMethodException while writing Unmanaged Functions