Hi

I really like RadASM but I'm one of them who use TASM for developing in Assembler.

When I use any graphic function in RadASM I get invoke and not call etc.

Is this something you will change in the future?


Except those little annoying errors RadASM is really good, but someone should write a program to transfer RadASM.ini to the new one keeping the new settings added.


If you will fix this RadASM will for sure be my nr 1 development IDE for TASM ;)


/Henrik
Posted on 2002-10-23 01:22:39 by port513
Where do I know the name "Henrik" ? Was it from the people who worked on the original Visual Assembler set up by mammon ?

Regards,

hutch@movsd.com
Posted on 2002-10-23 02:49:00 by hutch--
Hi

Nope, that's not me ;)

I'm a little "thing" that mainly use HLL such as C++, C#, JAVA, JSP, ASP and so on ;)

But if I want it small and fast I use assembler, TASM is the assembler that I learned at school once and I really like it so I don't want to change assembler if I don't have to do that.



/Henrik
Posted on 2002-10-23 06:00:34 by port513
Hi Henrik

I am not at all shure what you mean.
There is nothing in RadASM that inserts 'invoke' into your code.

KetilO
Posted on 2002-10-23 06:48:46 by KetilO
Hi

No, not insert in the code

But you can export the GUI right?

And when you do it is in MASM style with invoke

ex invoke CreateWindowEx blah blah

If I use TASM it should be call CreateWindowEx etc right?


/Henrik
Posted on 2002-10-26 03:46:18 by port513
Use the Replace dialog to replace all "invoke" with "call". Wouldn't that work ???
Posted on 2002-10-26 04:46:31 by Delight
Hi port513

I guess you mean DialogToWindow.

It is based on .rad templates and I doubt that anyone will create the templates for you.

I have included a simple template for use with TASM.

KetilO
Posted on 2002-10-26 05:56:27 by KetilO
Port513:

You shouldn't be so demanding. No one owes you or tasm users anything. If you want a tool, and no one wants to make it, make it yourself.
Posted on 2002-10-26 20:42:21 by Asm_Freak