The LDR-IMPORT 2 panic is not documented in the SDL v7.0. This panic is produced by the fileserver when it cannot resolve a function call to a DLL.
This is typically the case when the LIB you link against and the DLL which is present on the phone does not match: you have probably added new functions in the LIB, but the DLL was not updated.
|