wrapping application that uses .dll's

From: no-one (none_at_null.com)
Date: 11/28/03


Date: Fri, 28 Nov 2003 02:33:26 GMT

Hello all, need some help here. I've got a tcl script that I'd like to
wrap into an exe. I'm on a windows platform. I've got a copy of tclpro
1.4.1. My tcl script uses two packages that are implemented as dll's.
When I wrap my app w/ prowrap myapp.tcl -uses tclsh, I get an exe
file. When I try to run that file, I get an error saying it can't find
the package. Can anyone sched some light?



Relevant Pages

  • Re: wrapping application that uses .dlls
    ... I'm on a windows platform. ... My tcl script uses two packages that are implemented as dll's. ... There are better aproaches to wrap ...
    (comp.lang.tcl)
  • Re: wrapping application that uses .dlls
    ... My tcl script uses two packages that are implemented as dll's. ... There are better aproaches to wrap ... looking at freewrap and tclkit now, ...
    (comp.lang.tcl)
  • Re: WRAPPING TK GUI
    ... > (tclkitsh-win32.upx.exe sdx.kit qwrap gui.tcl gives a gui.kit file) ... That last line won't give you an exe, ... while you can use the "tcl-only" version to wrap your ... want to wrap with, and include the same tclkit, you ...
    (comp.lang.tcl)
  • Re: wrapping application that uses .dlls
    ... I'm on a windows platform. ... My tcl script uses two packages that are implemented as dll's. ... There are better aproaches to wrap ... get an error on the package require Tnm line. ...
    (comp.lang.tcl)
  • about using tclapp wrap tcl/tk and c problem
    ... first method is by calling Tcl_Main, ... and then load the library in tcl script. ... Is there any method to use tclapp wrap the program developed by the ... now I wrap my tcl script and libmylib.so to a starpack. ...
    (comp.lang.tcl)