what is LDR-IMPORT???

Login to reply to this topic.
Sun, 2005-02-13 09:16
Joined: 2005-01-06
Forum posts: 23
can somebody please tell me what LDR-IMPORT is? i get an error in the phone (P800) that says:

Program closed
reason LDR-IMPORT
reason number 2


what may be the cause of this? in my code, it occurs in the part where i call a function from a DLL.

i see that documentation doesn't explain anything about this. hope u guys can help me.

thanks a lot in advance!

Sun, 2005-02-13 17:42
Joined: 2003-04-03
Forum posts: 39
what is LDR-IMPORT???
This mean that your application can't find function entry point in dll or somthing like that.  Probably you link app with differ lib file then dll on device.
  • Login to reply to this topic.