can a starkit create starkits?
jemptymethod <[email protected]> Wed, 4 Aug 2010 08:31:54 -0700 (PDT)
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <897f84fe-f01d-4d57-af8f-513638a8db02@f33g2000yqe.googlegroups.com> |
I'd like to use a starkit generated application be able to generate other starkits based on user input as to which tcl script or .vfs directory to wrap. Below is the command I run to create the starkit generator: ./tclkit-cli sdx.kit wrap dwexpress.exe -runtime ./tclkit-gui So within dwexpress.exe I will want to have some tcl code or a shell command that will likewise create an .exe. But I want to avoid needing to embed both a cli and gui version of tclkit within dwexpress.exe itself. Will I be able to access the starkit API from within dwexpress.exe to run something such as: package require starkit starkit::wrap userapp.exe -runtime ./tclkit-gui If so, what would be required? Possibly dwexpress.exe would need to contain it's own copies of sdx.kit and tclkit.gui, but not the tclkit- cli used to generate dwexpress.exe itself Thanks in advance -- You received this message because you are subscribed to the "starkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/starkit?hl=en