MAsmEd v0.34 Last *PREVIEW* before the *FINAL*
might be obtained here:
http://membres.lycos.fr/hitchhikr/MAsmEdInstall.exe
Cheers,
Hashishhikr.
might be obtained here:
http://membres.lycos.fr/hitchhikr/MAsmEdInstall.exe
Cheers,
Hashishhikr.
Nice to see my favorite assembly IDE returned! Keep up the great work!
Hello, hitchhikr!
I really like your wonderful IDE. But there is a bug I found now. Look at the picture. When I click on the yellow field an exception occurs.
I really like your wonderful IDE. But there is a bug I found now. Look at the picture. When I click on the yellow field an exception occurs.
First catch.
You clicked it ?
There's nothing to click here but thanks to you coz i never thought someone would ever think to click on that.
That's one dirty bug i'll fix.
Hint: Don't click on that, please.
Thanks,
h.
You clicked it ?
There's nothing to click here but thanks to you coz i never thought someone would ever think to click on that.
That's one dirty bug i'll fix.
Hint: Don't click on that, please.
Thanks,
h.
This one will be corrected.
Just don't click meanwhile, for the record just tell me what u tried to obtain by clicking on it (somkind of paste maybe ?) ?
And thanks again coz it gave me an idea.
h.
Just don't click meanwhile, for the record just tell me what u tried to obtain by clicking on it (somkind of paste maybe ?) ?
And thanks again coz it gave me an idea.
h.
Yes, I clicked it. I can't explain why. :) It appeared and I clicked :)
Ok continue that way.
h.
h.
when I click such things it's usually to get rid of them :grin:
Hi hitchhikr
Very, very good work on VB6toVC6. Are you intending to make the same to masm, I mean VB6toMasm ? It would be a wonderfull tool.
Best Regards,
Beyond2000!
Very, very good work on VB6toVC6. Are you intending to make the same to masm, I mean VB6toMasm ? It would be a wonderfull tool.
Best Regards,
Beyond2000!
Thanks you,
i've chosen c for future inter-platforms implementations
but converting C to asm should be mush easier than vb to asm
anyway, the converter is not finished at all.
But...
I've just posted the FINAL*FINAL preview of MASMED 0.34 today.
Since the last time:
- It now takes care of Click'o'Mania.
- I've added an Add-In system powered by the WA Library and
exposing 525 functions+ internal variables.
- Improved da dezign.
- Added several little options here and there and corrected the
usual bugs.
The Add-Ins SDK is yet to be done, that will be a big work to document every functions and i'll do it only if enough people are interested by tricking MAsmEd from the inside
Also it certaintly have bugs somewhere so beware.
Ho, and it can be found at the url posted previously
( http://membres.lycos.fr/hitchhikr/MAsmEdInstall.exe )
H.
i've chosen c for future inter-platforms implementations
but converting C to asm should be mush easier than vb to asm
anyway, the converter is not finished at all.
But...
I've just posted the FINAL*FINAL preview of MASMED 0.34 today.
Since the last time:
- It now takes care of Click'o'Mania.
- I've added an Add-In system powered by the WA Library and
exposing 525 functions+ internal variables.
- Improved da dezign.
- Added several little options here and there and corrected the
usual bugs.
The Add-Ins SDK is yet to be done, that will be a big work to document every functions and i'll do it only if enough people are interested by tricking MAsmEd from the inside
Also it certaintly have bugs somewhere so beware.
Ho, and it can be found at the url posted previously
( http://membres.lycos.fr/hitchhikr/MAsmEdInstall.exe )
H.
Hi hitchhikr
If you want documented comments on functions, i'm doing an very huge work to Spasm.
I'm recently finished collecting all possible equates (About 52.000) displayed all of them in hexadecimal values.
Nowadays i'm inserting all the data to them, i mean, comments, retrieve values, remarks, etc....So all the user needor wants to knows aout the constants.
The same work i'm doing with Api functions (About 8000 functions), Structures, and later, the macros.
For teh Api functions, the intention is exactly as the equates, displaying all that is about the api, to improve spasm disassembler/assembler.
If you want to download the full equates, and later the commented and in a few months the commmented api, you can go to spasm site, and d/l BigEquates.zip.
About your translator, making a C to asm would be very usefull too.
Best Regards,
Beyond2000!
If you want documented comments on functions, i'm doing an very huge work to Spasm.
I'm recently finished collecting all possible equates (About 52.000) displayed all of them in hexadecimal values.
Nowadays i'm inserting all the data to them, i mean, comments, retrieve values, remarks, etc....So all the user needor wants to knows aout the constants.
The same work i'm doing with Api functions (About 8000 functions), Structures, and later, the macros.
For teh Api functions, the intention is exactly as the equates, displaying all that is about the api, to improve spasm disassembler/assembler.
If you want to download the full equates, and later the commented and in a few months the commmented api, you can go to spasm site, and d/l BigEquates.zip.
About your translator, making a C to asm would be very usefull too.
Best Regards,
Beyond2000!
C to asm ?
wasn't it called a compiler ? :)
Well, since i wrote the library i think i don't need any further docs myself. Writing a complete guide with fully commented examples will requires some extras (huge) work.
(even if that can't hurt to have some clear docs for private purpose only, that's true).
Actually i don't know what people are doing with this editor (if they are doing something out of it anyway) and if developping addins for it would be valuable for those who use it or not. I can't guess.
H.
wasn't it called a compiler ? :)
Well, since i wrote the library i think i don't need any further docs myself. Writing a complete guide with fully commented examples will requires some extras (huge) work.
(even if that can't hurt to have some clear docs for private purpose only, that's true).
Actually i don't know what people are doing with this editor (if they are doing something out of it anyway) and if developping addins for it would be valuable for those who use it or not. I can't guess.
H.
Hi,
oops, sorry, i meant VC6toMasm syntax, just like the Vb6toVC6.
Btw: Does VB6toVC6 can handle .frm on vb projects ?
Best Regards,
Beyond2000!
oops, sorry, i meant VC6toMasm syntax, just like the Vb6toVC6.
Btw: Does VB6toVC6 can handle .frm on vb projects ?
Best Regards,
Beyond2000!
Btw: Does VB6toVC6 can handle .frm on vb projects ?
Why dont you use my programm for that? :)
http://www.asmcommunity.net/board/index.php?topic=7975&highlight=frm2asm
The converter doesn't handle forms yet.
Converting modules is the hardest task to do, i want it to reconstruct anything with apis and to be able to redirect everything to Xwindows code finally. Maybe also converting to kylix could be interesting and not as hard as converting vb code to c.
H.
Converting modules is the hardest task to do, i want it to reconstruct anything with apis and to be able to redirect everything to Xwindows code finally. Maybe also converting to kylix could be interesting and not as hard as converting vb code to c.
H.
Yea something like that but able to generate forms and any activex decoding to some other languages/OSes.
H.
H.
Hi Bazik
I use your program constantly, but his project seems to translate all coding in visual basic (and not only those one regardinsg to forms) to visualC.
I saw on the board that you are intending to release a new version of zconvert, which is just wonderfull. So with your tool and with his tool (If an VB6toMAsm would be implemented), could be much more interesting since we could be able to convert any VB project to masm.
Best Regards,
Beyond2000!
I use your program constantly, but his project seems to translate all coding in visual basic (and not only those one regardinsg to forms) to visualC.
I saw on the board that you are intending to release a new version of zconvert, which is just wonderfull. So with your tool and with his tool (If an VB6toMAsm would be implemented), could be much more interesting since we could be able to convert any VB project to masm.
Best Regards,
Beyond2000!
Well, with my switch to Linux, the development of it stoped ;) Anyone interested in the source code? Its done in PowerBASIC, though...
Hi Bazik,
it would be a good thing releasing the source code. On that way we could try to improve zconvert, adapting it to any kind of forms.
Pls, post the source code on the board.
Btw: Is your source commented ? I mean, is it easy to follow ?
Tks, in advance
Best Regards,
Beyond2000!
it would be a good thing releasing the source code. On that way we could try to improve zconvert, adapting it to any kind of forms.
Pls, post the source code on the board.
Btw: Is your source commented ? I mean, is it easy to follow ?
Tks, in advance
Best Regards,
Beyond2000!
Bazik,
Wouldn't you release your source code ?
Regards,
Beyond2000!
Wouldn't you release your source code ?
Regards,
Beyond2000!