The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: KetilO on May 25, 2009, 11:31:20 AM

Title: MasmEd 1.0.5.6 Uploaded
Post by: KetilO on May 25, 2009, 11:31:20 AM
Whats new:
1.0.5.6 - 2009.05.22
--------------------
o Added combo to select Release or Debug build.
o Added Make Option to set Debug Link command.
o Included RichEdit editor project.
o Fixed bug with dialog editor Chinese font names.
o Fixed bug with resource editor RCDATA / RT_RCDATA,MANIFEST and TOOLBAR. Linefeeds was missing.
o Fixed bug with locals code complete list.

Get it here:
http://radasm.110mb.com/masmed/

KetilO
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: UtillMasm on May 25, 2009, 12:49:21 PM
 :U
beautiful!
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: d0d0 on May 25, 2009, 05:57:03 PM
Hi KetilO,

Possible bug in the latest version. The app crashes when it can't find the last file opened. In my case, I moved a resource file from it's location and the app reports it can't find then crashes when you click ok. see attached screenshot

OS - Server 2008

Thanks

[attachment deleted by admin]
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: mitchi on May 25, 2009, 11:55:53 PM
Great app.
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: Howard on May 26, 2009, 03:10:34 AM
Hi KetilO

I'm always eager to get your updates - been using this program (plus other utilities of yours) for several years now, has excellent features. :U

However, I'm not sure what's happening here, but the link just brings me down Ver 1.0.5.5 again, whereas the others here seem to be getting the latest. Any suggestions of what's happening?

Thanks

Howard
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: KetilO on May 26, 2009, 06:27:37 AM
Thanks d0d0

New upload with bug fixed.

KetilO
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: KetilO on May 26, 2009, 06:28:45 AM
Hi Howard

Try to clear your browser cashe.

KetilO
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: UtillMasm on May 26, 2009, 06:51:51 AM
 :U

http://fbedit.svn.sourceforge.net/viewvc/fbedit/

above URL is a very stable download site.
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: azdps on May 30, 2009, 07:40:10 AM
Great work KetilO! One thing though that is getting anoying for me is the Set current as mainfile selection from the menu. Can you get rid of that or make it so i can disable it?
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: KetilO on June 01, 2009, 04:26:00 PM
Hi azdps

If you create a session (.mes) file for your project and use the session file to open your project, then you only have to specify the main file once.

KetilO
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: Kema01 on June 02, 2009, 08:12:51 AM
Quote from: KetilO on June 01, 2009, 04:26:00 PM
Hi azdps

If you create a session (.mes) file for your project and use the session file to open your project, then you only have to specify the main file once.

KetilO


1. specify main file is good when you have more than one file open with .asm ending, but if it's only one file open then feels bit annoying but can't you add shortcut to "set current as main file" mean like keyboard shortcut or double click on tab to set it as main?

2. is it possible to change color on the 'main file' tab? like visual mark that tells me that this file is set to 'main file'.

3. switching between building a dll and a exe file requires that i need to change Make options everytime, since dll need /DLL and /DEF switch so is it something you can add in future version?
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: KetilO on June 02, 2009, 02:50:39 PM
Hi Kema01

>1.,3.
Creating a .mes file is recomended even if iyour sources is only one file. A .mes file also contains the build options.
>2.
I will look into it.

KetilO
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: Kema01 on June 02, 2009, 03:32:50 PM
Quote from: KetilO on June 02, 2009, 02:50:39 PM
Hi Kema01

>1.,3.
Creating a .mes file is recomended even if iyour sources is only one file. A .mes file also contains the build options.
>2.
I will look into it.

KetilO

Thx as always :)
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: azdps on June 05, 2009, 01:57:32 AM
Hi Ketil0,

Where is version 1.0.5.6b of MasmEd?

I just experienced the bug where MasmEd would fail if a previous opened file was removed. I went to your website and looked at the whatsnew.txt. It indicates that version 1.0.5.6b corrected the problem but the download link still points to version 1.0.5.6.
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: UtillMasm on June 05, 2009, 02:33:12 AM
here.

[attachment deleted by admin]
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: azdps on June 05, 2009, 03:19:39 AM
getting same crash problem UtilMasm. you posted version 1.0.5.6 not version 1.0.5.6b
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: Jorgitus on June 06, 2009, 03:52:25 PM
Hey KetilO: nice work. I'm just a "recreational coder" beginning with assembly and windows programming. I've downloaded MasmEd 1.0.5.6 and I built it with itself. No problems except for a "not benign structure redefinition: too few labels: MENUINFO" error message in MasmEd.Inc line 335 (fmask-fMask, dwstyle-dwStyle). I corrected it and line 350 of Misc.asm (fmask) and it worked.
I think, the fact that such a huge project with so many files is able to build itself succesfully shows how good is your idea of not using "project files" with complicated settings. Thank you very much.
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: azdps on June 13, 2009, 06:14:28 AM
KetilO im just reporting a bug I ran into the other day. If you have an asm file opened with MasmEd and you delete the file before closing MasmEd, MasmEd  will crash when attempting to start. The crash won't occur if you click on an asm file to open up MasmEd. If you don't it will crash.
Title: Re: MasmEd 1.0.5.6 Uploaded
Post by: disintx on June 23, 2009, 03:02:13 AM
KetilO, this is an amazing tool and I'd just like to say THANKS A MILLION.
:)