• 设为首页
  • 收藏本站
  • 手机版
  • 微博
  • 微信
    微信公众号 添加方式:
    1:搜索微信号(888888
    2:扫描左侧二维码
  • 快捷导航
    查看: 5117|回复: 1

    解决 win7 下 allegro 16.3 stroke editor 不能使用

    [复制链接]
  • TA的每日心情
    难过
    2024-5-26 18:39
  • 签到天数: 2 天

    [LV.1]初来乍到

    4327

    主题

    73

    回帖

    2495

    积分

    管理员

    积分
    2495

    社区居民终身成就奖宣传大使奖社区明星

    发表于 2012-5-3 20:28:25 | 显示全部楼层 |阅读模式
    *解决 win7 下 allegro 16.3 stroke editor 不能使用

    a、查看HOME变量的值
    我的电脑右键 > 更改设置 > 高级 > ??用户的变量 > HOME变量 > 值(例如:D:\SPB_Data)
    b、把《allegro.strokes》和《allegro.ilinit》文件放在HOME变量的值的路径下的pcbenv文件夹中(例如:D:\SPB_Data\pcbenv)
    c、导入.strokes 文件
    Tool > Utilities > Stroke Editor > open 导入D:\SPB_Data\pcbenv中的.strokes 文件:
    d、设置SETUP > User Preferences... > UI > input > 勾选no_drapopup这项就可以了.

    《allegro.ilinit》文件内容为:(下面红字部分为Allegro16.3比16.2增添的内容)
    ;
      ; This example file shows how to load Skill files (those with the
      ; extension ".il" in the current directory.
      ; To use copy to allegro.ilinit if to be used by all Allegro based programs
      ; or .ilinit if intended for only one program
      ;
      ; Setting Allegro environment variable, LoadSkillFilesDebug will turn
      ; on printing the name of each file as it is loaded.
      unless(boundp('LoadSkillFilesDebug)
      LoadSkillFilesDebug = axlGetVariable("LoadSkillFilesDebug"))
      when(LoadSkillFilesDebug printf("\n"))
      (foreach file (rexMatchList "\\.il$" (getDirFiles "."))
      when(LoadSkillFilesDebug printf("Loading Skill file: %s\n" file))
      (load strcat("./" file))
      )
      ; Load any ini files (containing axlCmdRegister)
      (foreach file (rexMatchList "\\.ini$" (getDirFiles "."))
      when(LoadSkillFilesDebug printf("Loading Skill file: %s\n" file))
      (load strcat("./" file))
      )
      when(LoadSkillFilesDebug printf("\n"))
       procedure(stroke_fix_163(t_open)

      axlShell("strokefile allegro")
      axlMsgPut("Strokes now enabled in Allegro 16.3 base release") )
      axlTriggerSet('open 'stroke_fix_163)
    回复

    使用道具 举报

    该用户从未签到

    1

    主题

    3100

    回帖

    0

    积分

    二级逆天

    积分
    0

    终身成就奖特殊贡献奖原创先锋奖优秀斑竹奖

    发表于 2021-8-8 09:03:50 | 显示全部楼层
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    公告:服务器刚移机,
    大家请不要下载东西。
    会下载失败


    QQ 手机版 小黑屋 监管台 遇到问题请联系QQ1308068381 逆天PCB论坛

    Powered by Discuz! X3.5 © 2001-2023

    快速回复 返回顶部 返回列表