News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM 3.0 bugtest

Started by KetilO, May 31, 2010, 12:28:11 PM

Previous topic - Next topic

juozas

Works almost flawlessly, except I neaded to change some configs to get masm working propertly, since the program's dir isn't on the drive root. Once i did it, it now works ok.

Another thing, program doesn't like projects on different drives whitch is bad, altrough i have some custom bat files to handle that by running it on masm drive by providing full path to source and output. So a feature like that whitch could solve it w/o drastic change in project source could be good :)
Сделано в СССР

ragdog

Works almost flawlessly, except I neaded to change some configs to get masm working propertly

what for settings

juozas

Settings changed in masm.ini
Quote[Environment]
0=path,\masm32\bin;$A
1=include,$A;\masm32\Include
2=lib,\masm32\Lib;$A
Сделано в СССР

ragdog

#318
Have you Masm32 installed on drive C must you not change any settings

@Ketil

Is Updated
http://www.masm32.com/board/index.php?topic=14100.msg138116#msg138116

jcfuller

KetilO,
I have 9 items in my Option->Environment.
If I select tools->command line and then issue a SET only the first 7 appear to have been added.

James

juozas

@ragdog

I installed masm in drive D becouse I wanted to conserve some space on C. Though nearly almost all of my projects reside on D (there's a folder for it), sometimes I like to test something random or new on C, but then RadAsm folder is on D drive but is not on root of it and that's why I neaded to change those settings to as above.
Сделано в СССР

ragdog

@juozas

$A is Applications path from radasm
Your must change the path Menu>> Option >> Environment
Have you masm32 installed on d:

[Environment]
0=path,d:\masm32\bin;$A\..\Ollydbg
1=include,d:\masm32\Include
2=lib,$d:\masm32\Lib

ragdog

Thanks Ketil for added this new function
Now what fail if this AutoRefresh

This Autorefresh for currentfile button can you found here
http://www.masm32.com/board/index.php?topic=14100.msg138116#msg138116

and Add to code editor dialog a function for change the selection bar color for Output,Debug and Immediate window

Project converter have a little bug with a Radasm2 dll project

I must manuelly change to Dll release under project options


[MakeDef]
Menu=1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0
1=4,O,$B\RC.EXE /v,1
2=3,O,$B\ML.EXE /c /coff /Cp /nologo /I"$I",2
3=7,O,$B\LINK.EXE /SUBSYSTEM:WINDOWS /DLL /DEF:$6 /LIBPATH:"$L",3,4
4=0,0,,5
5=rsrc.obj,O,$B\CVTRES.EXE,rsrc.res
6=*.obj,O,$B\ML.EXE /c /coff /Cp /nologo /I"$I",*.asm
11=4,O,$B\RC.EXE /v,1
12=3,O,$B\ML.EXE /c /coff /Cp /nologo /I"$I",2
13=7,O,$B\LINK.EXE /SUBSYSTEM:WINDOWS /DEBUG /DLL /DEF:$6 /LIBPATH:"$L",3
14=0,0,,5
15=rsrc.obj,O,$B\CVTRES.EXE,rsrc.res
16=*.obj,O,$B\ML.EXE /c /coff /Cp /nologo /I"$I",*.asm
7=0,0,$E\OllyDbg,5
17=0,0,$E\OllyDbg,5



converted project

Make=0
0=Window Release,'/v "$R"',"$R.res",'/c /coff /Cp "$C"',"$C.obj",'/SUBSYSTEM:WINDOWS /RELEASE /VERSION:4.0 /OUT:$O $C $M $R',"$C.exe",'',


For WIndows projects works fine not for Dll projects and other have i not tested.

Then works fine

ragdog

New Function in Radasm UpdateChecker Addin

Check auto.. for new updates by start Radasm

juozas

Thanks for clarify about things, changed as provided :) On drive D works ok.

But if project is stored on drive C, it anyway gives me error, whitch I then solve it with bath files.
Quotefatal error A1000: cannot open file : \masm32\include\windows.inc
on alot of sources it might be like this.

P.s. on my bath files i change active drive to d and then provide full paths, also add current source dir to include and lib variables (as posted somewhere) becouse there might be some includes in the source dir too.
Сделано в СССР

ragdog

im not sure use a correct path

d:\masm32\include\windows.inc

jcfuller

There seems to be a size limit on ENVIRONMENT entries as I added a rather large one and RadAsm3 threw an exception. I had to hand edit the ini file and remove it before RadAsm3 would run again.

James

juozas

Well i could change it, but this means i nead to edit the source files even those not made of mine, also a format like i posted above i see even on masm32 examples or on alot places on internet.
Сделано в СССР

ragdog

Hi

I found in the Addin folder TbrCreate.dll for Toolbar greate
How i can use it i can not find any menĂ¼ entry in radasm to call it

donkey

Quote from: ragdog on May 08, 2011, 03:33:33 PM
Hi

I found in the Addin folder TbrCreate.dll for Toolbar greate
How i can use it i can not find any menĂ¼ entry in radasm to call it

http://www.masm32.com/board/index.php?topic=14100.msg123768#msg123768
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable