Works on one device

J

jayderk

Hello all,

I was wondering if you had any idea about the following.

I am writing an application for a PPC that is calling dll functions
generated in eVC 4. the target processor is a ARM processor however I have
tried both the ARM and ARMV4 process compiles for the dll as suggested in a
previous thread.

[DllImport(\\Windows\\DllFileName.dll, EntryPoint="ClearCodes")]
private static extern int ClearCodes (int codesID);



My issue is this function works perfectly on a compaq iPaq 2200 and I get a
MissingMethodException on the Dell Axim X5.

regards,
Jay
 
C

Chris Tacke, eMVP

When you compiled the DLL, what did you target? If you targeted PPC03 and
are trying to use it on a PPC02, it will fail. Try the other way, build for
PPC02 and run it on PPC03
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top