Re: can a starkit create starkits?
Harald Oehlmann <[email protected]> Wed, 04 Aug 2010 17:59:05 +0200
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Thank you for the question ! Am 04.08.2010 17:31, schrieb jemptymethod: > 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. As far as I know you need two files on windows. When a windows exe is executed, there is no access to this file. On other platforms, this should be possible. > 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 I don't know. I would look to the sources of sdx. It should be relatively easy to find out how to do it. The sources are here: (or just unwrap the kit) http://code.google.com/p/tclkit/ Hope this helps, Harald -- 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