Thanks Gavin. I removed the blt, itcl, tix and active tcl, and did a reinstallation of active tcl. Then I changed the lib_itcl.tcl file in the vtcl/lib directory to remove the package version. Running vtcl shows the iwidgets but not the blt and tix widgets. I've already set the path in autoexec.bat to include c:\tcl;c:\tcl\bin;c:\tcl\lib. In vtcl, help -> libraries, it shows that tix and blt widget support library not detected.
> Subject: Re: [vtcl-user] vtcl on windows, error > working with itcl > To: [EMAIL PROTECTED] > From: [EMAIL PROTECTED] > Date: Mon, 26 Nov 2001 08:45:50 -0800 > > > You should not install Itcl over the ActiveTcl > installation (Itcl > is already part of the ActiveTcl distribution). > > ActiveTcl comes bundled with [incr Widgets] 4.0 as > well as BLT > and I believe Tix also (so you shouldn't need to > install any of > these). > > vTcl 1.5.2 does not recognize Iwidgets 4.0 but it is > easy to fix this. > In the /lib folder of the vTcl distribution, open > the lib_itcl.tcl file > in a text editor and replace: > > package require Itcl 3.0 > package require Itk 3.0 > package require Iwidgets 3.0 > > by > > package require Itcl > package require Itk > package require Iwidgets > > CG > > > > |--------+-------------------------------------> > | | vtll <[EMAIL PROTECTED]> | > | | Sent by: | > | | [EMAIL PROTECTED]| > | | eforge.net | > | | | > | | | > | | 11/22/2001 02:25 AM | > | | | > |--------+-------------------------------------> > > >-----------------------------------------------------------------------------------------------------------| > | > > | > | To: [EMAIL PROTECTED] > > | > | cc: > > | > | Fax to: > > | > | Subject: [vtcl-user] vtcl on windows, > error working with itcl > | > | > > | > > >-----------------------------------------------------------------------------------------------------------| > > > > > Hi all, > > My installation procedure starts with the ActiveTcl > 8.3.4.1-8 installation into C:\Tcl directory. Then I > install blt2_4u-for-tcl83.exe, and > tix8.2.0b1-setup.exe into C:\Tcl. Then I uncompress > itcl3.2.1_beta2.zip into C:\Tcl and overwrite all > the > itcl related files when prompted. After which I > installed vtcl 1.5.2. > Starting vtcl gives me all the libraries supported. > I > insert a toplevel window and it works fine. However, > when I intend to place a combo box from the iwidget > onto the toplevel window, I received the "New > Toplevel > 1: wish83.exe -Application Error -> The instruction > at > "0x00000000" referenced memory at "0x00000000". The > memory could not be "read". Click on OK to terminate > the program, Click on CANCEL to debug the program." > The problem lies with the itcl I added in cos > previously with blt and tix, everything was alright. > Could someone help me? Thanks in advance. > > __________________________________________________ > Do You Yahoo!? > Yahoo! GeoCities - quick and easy web site hosting, > just $8.95/month. > http://geocities.yahoo.com/ps/info1 > > _______________________________________________ > vtcl-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/vtcl-user > > > > > > > --__--__-- > > _______________________________________________ > vtcl-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/vtcl-user > > > End of vtcl-user Digest __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 _______________________________________________ vtcl-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/vtcl-user
