You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: David G. <dav...@po...> - 2002-04-17 00:13:19
|
Scott Redman <re...@ti...> wrote: >If you "wrap" the DLL, you can >"install" it at runtime (into c:/tmp or something) before >you try to load it by copying the file into the file system >(and out of the wrapper's zip blob), then load it from there. I think the [load] command is renamed to [load_unsupported] when wrapped and I don't there's a mention of this in the docs. -- David Gravereaux <dav...@po...> [species: human; planet: earth,milkyway,alpha sector] Please be aware of the 7.5 year ping times when placing a call from alpha centari |
From: Thomas D. <tde...@lb...> - 2002-04-16 23:12:13
|
Here is the log of my cvs check out of the tclpro package with script TclProCheckout.tcl >tclsh tclpro/TclProCheckout.tcl -user thot 2002/04/04 14:31:54 Starting tclpro/TclProCheckout.tcl 2002/04/04 14:31:54 th...@cv... checking out package 'tclpro', module 'buildenv' 2002/04/04 14:31:54 executing cvs -z3 -d...@cv...:/cvsroot/tclpro co buildenv 2002/04/04 14:32:25 exec error: usw-pr-cvs.sourceforge.net: Connection refused cvs [checkout aborted]: end of file from server (consult above messages if any) 2002/04/04 14:32:25 checkout failed, attempting anonymous checkout 2002/04/04 14:32:25 executing cvs -d:pserver:ano...@cv...:/cvsroot/tclpro login 2002/04/04 14:32:25 >> Logging in to :pserver:ano...@cv...:2401/cvsroot/tclpro ... and after that, it stays blocked. Does anyone know how to handle this? Thanks. Thomas (tde...@lb...) |
From: Scott R. <re...@ti...> - 2002-03-22 17:30:13
|
It's been over a year since I've used this, but I seem to remember that by default the Wrapper only includes a small set of the encoding files, you need to add the ones that you're using (or all of them) explicitly. Not sure about vtcl, but it's probably a DLL. You can't wrap a .dll, instead you need to make a static version of it and *link* it with prowish8.3 to form a "custom shell" (see the documentation). There is a trick, though. If you "wrap" the DLL, you can "install" it at runtime (into c:/tmp or something) before you try to load it by copying the file into the file system (and out of the wrapper's zip blob), then load it from there. It's really not a clean way to do it though, you risk getting clobbered by another copy (or clobbering someone else). -- Scott huncar wrote: > > Hello. > > I have two problems. > I'm using TclPro with vtcl. > Win98, Tcl 8.3 Tk 8.3 > 1. I cannot wrap the toolbar widget, please help me how to specify the > options. > 2. I'm writing an application which uses Eastern european encoding > cp-1250, but after wraping and running it, the special characters are > displayed wrong. When running it as a Tcl script, there's no problem. > Please help me to set the options correctly, with this too. :-))) > > Thank you. > > -- > Best regards, > huncar mailto:hu...@ch... > > _______________________________________________ > Tclpro-users mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tclpro-users |
From: huncar <hu...@ch...> - 2002-03-22 09:20:37
|
Hello. I have two problems. I'm using TclPro with vtcl. Win98, Tcl 8.3 Tk 8.3 1. I cannot wrap the toolbar widget, please help me how to specify the options. 2. I'm writing an application which uses Eastern european encoding cp-1250, but after wraping and running it, the special characters are displayed wrong. When running it as a Tcl script, there's no problem. Please help me to set the options correctly, with this too. :-))) Thank you. -- Best regards, huncar mailto:hu...@ch... |