Menu

Using BLT with windows

Help
2002-05-08
2002-10-22
  • Christopher Rose

    Hi,

    Please forgive what I'm sure is a novice question.
    I am running Windows 2000 with Tcl8.1 and Wish8.1.
    I downloaded from this site the installer
    blt24y-for-tlc81.exe, which ran successfully.
    Now if I fire up my my Wish81.exe and type

    package require BLT

    I get back the following;

    couldn't load file "BLT24.dll"; no such process

    Could someone please tell me what else I need
    to do to use BLT with windows?  Thanks thanks
    thanks in advance.

    Sincerely,
    Chris

     
    • Ben Wilson

      Ben Wilson - 2002-10-11

      Hey I see your post has been out here  while ... hae you found out anything on that error ? I'm getting the same thing ... just wondering ...

      Thanks,
      Ben

       
    • Ben Wilson

      Ben Wilson - 2002-10-11

      Hey I see your post has been out here  while ... hae you found out anything on that error ? I'm getting the same thing ... just wondering ...

      Thanks,
      Ben

       
    • George A. Howlett

      The easiest method is to install BLT in the same location as
      Tcl/Tk.  By default, the blt24z-for-tcl81.exe installer will
      assume that you have installed Tcl/Tk in C:\Program Files\Tcl.

      Otherwise you will have to
        1) add the path of the directory containing the blt2.4 directory
            to the "auto_path" Tcl variable.  You have to do this before
           you can run "package require BLT".
        2) make sure the the directory containing BLT24.dll is in your PATH.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.