radasm+codesize

Тема в разделе "WASM.BEGINNERS", создана пользователем n1kt0, 14 ноя 2009.

  1. n1kt0

    n1kt0 Забанен

    Публикаций:
    0
    Регистрация:
    18 июл 2007
    Сообщения:
    160
    В общем решил прикрутить CodeSize к Radasm
    1)скопировал dll в папку Addons, перезапустил радасм. Когда запускаю tools->codesize, то выдает ошибку: cannot assemble, я заглянул в фак плагина и обнаружил следующее:
    - If the project assembles successfully inside RadASM, but when choosing
    Tools -> Get code size you get the "Cannot assemble" message, then make
    sure that the paths are set up correctly. Open the fasm.ini file in the
    RadASM directory and make sure that the "$B" entry in the "Paths" group
    points to fasm.exe.
    Далее я пошел в корень радасма и открыл fasm.ini. Внутри изначально было так:
    [Paths]
    $A=D:\1\fasmw167
    $B=$A
    Что неверно-то ?
     
  2. n1kt0

    n1kt0 Забанен

    Публикаций:
    0
    Регистрация:
    18 июл 2007
    Сообщения:
    160
    В общем после долгой переписки вот что мне отписали по данному поводу: Alex B:You are correct, the problem is present. It / when the problem is resolved a new version will be released that does not contain the problem.