When i try to run examples, error occurred due to initvfpc32 method not found. Display Status didn't show that method name. is really bug or i missing something with newer release.
Comments: ** Comment from web user: cehlscheid **
Comments: ** Comment from web user: cehlscheid **
Hello,
the function "InitVFP2C32" was removed, it isn't needed anymore.
All functions of the FLL that depend on any kind of system dll that is loaded dynamically at runtime
are now self initializing (e.g. on the first call to AllocMem, a memory heap is created automatically).
I've forgotten to remove the InitVFP2C32 calls in the example project. Just erase them an anything should run fine.
Regards
Christian