[Solved] resources to make java card application similiar like RB 5.0 [closed]

Smart card specifications: Global Platform Card Specification (This is v 2.2.0.7, your card may was compatible a lower version) ISO/IEC 7816 (Regularly you need part 3 and 4) Java Card applet development kit (including API Specifications + RE and VM Specification): Java Card Development Kit 3.0.2 (Download the version that is compatible with your card) … Read more

[Solved] Changing a resource at runtime?

The API for modifying linked resources is accessed with BeginUpdateResource, UpdateResource and EndUpdateResource. Consult the API documentation on MSDN to learn how to use these functions, and also refer to the example code on MSDN. Including large ZIP file resources in an executable, and frequently modifying them, seems to me like the sort of behaviour … Read more