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
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