Hello Pidea,
what you are trying to do, will not work. Especially the invocation of EwLoadExternBitmap() within native statement does not make sense. Before you continue, it would be helpful when you read once more the following documentation:
Displaying dynamically loaded images
The error message "Call to an unknown method 'EwLoadExternBitmap()" indicates that there is no corresponding functionality available during Prototyping. See the excerpt from the above referred documentation:

The question here: do you want to display dynamically loaded bitmaps in the target system only or also during prototyping?
1. In the first case, the above explained option 1 is sufficient. This should suppress the error message during prototyping.
2. If you want the images to be displayed also during prototyping (in Embedded Wizard Studio), option 2 is true. In this last case, you have to provide the functionality (e.g. image.c file) compiled within an Intrinsic Module.
Creating Intrinsic Modules, however, is a very advance aspect. Thus the question, do you really need the dynamically loaded images during prototyping?
Best regards
Paul Banach