View Ticket
Ticket Hash: faa590a5fad6c01a407719a93f5ccfc2f05e006f
Title: Create KitDLL
Status: Closed Type: Feature Request
Severity: Minor Priority: Low
Subsystem: Resolution: Fixed
Last Modified: 2010-10-05 02:34:54
Version Found In: N/A
Description:
Create KitDLL -- libtcl that includes VFS

<hr /><i>rkeene added on 2010-09-30 09:39:47:</i><br />
Added KitDLL support as of [2dbaa7246a].

package require vfs::zip  is failing

<hr /><i>rkeene added on 2010-09-30 09:40:34:</i><br />
Need to add some way for users to update the VFS without recompiling/relinking the DLL

<hr /><i>rkeene added on 2010-09-30 16:22:01:</i><br />
Fixed issue with not being able to "package require vfs::zip", it was a KitDLL VFS issue and fixed in [b358be54cd]

<hr /><i>rkeene added on 2010-10-05 02:33:43:</i><br />
KitDLL is supported in KitCreator 0.5.0.[ef2f679de2] and newer.

<hr /><i>rkeene added on 2010-10-05 02:34:54:</i><br />
The user can extend the KitDLL VFS in two ways:
  #  Append a zip file to their application; and
  #  Append a zip file to the DLL itself