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
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
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
Regards,
hutch@movsd.com
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
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
Hi Henrik
I am not at all shure what you mean.
There is nothing in RadASM that inserts 'invoke' into your code.
KetilO
I am not at all shure what you mean.
There is nothing in RadASM that inserts 'invoke' into your code.
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
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
Use the Replace dialog to replace all "invoke" with "call". Wouldn't that work ???
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
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
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.
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.