ResEd 2.2.0.0 uploaded (2008-11-11)

Started by KetilO, November 11, 2008, 08:10:53 AM

Previous topic - Next topic

KetilO

2.2.0.0 - 2008-11-06
---------------------
o Dialog editor uses dialogunits instead of pixels.
o Fixed bug with custom styles.
o To make a custom control keep it's height, enter a negative default height.
  Example:
  "mtcombo.dll,Mt_ComboBox32,IDC_MTCB,,MTComboBox,100,-100,50000003,00000000"
o Added support for custom controls that has the the CustomControlInfoA function.
  Also, if the dll has a group icon then the icon is used on the toolbox button.
  Example:
  "mtcombo.dll,,IDC_MTCB,,,,-100"

Get it here:
http://www.radasm.com/resed/index.html

NOTE!
Downloading from www.radasm.com can be difficult.
Just keep on trying until you get the whole file.

Included here is the ResEd.exe file.

KetilO

EDIT.
2008-12-04 New upload

[attachment deleted by admin]

KetilO

Hi all

New upload:
2.2.0.0b - 2008-11-17
---------------------
o Reduced flicker on dialog editor.
o Fixed bug with menu editor.

KetilO

Draakie

Hi KetilO,

Sorry if this is a stupid question, but is the latest Resource Editor, API's (intellisense),
mneomonic high-lighting support (SSE, FPU, x64, etc.), line numbering, etc
always available with the FULL RADASM download or do you need to grab bit's and pieces
from here and there. IF NOT - is some-one prepared to compile  "latest & greatest edition"
that would work right off the cuff, sporting the above with major revision (non-aplha at least) numbers.

Reasoning : I've been grabbing bit's and piece upgrades for last 2 years now - but I get the
sense if something went really wrong - I'd loose my development platform
- backup's excluded - I get a sneaky feeling everything is all over the place.
I formal download would just make me feel better I guess.

Thanks
Draakie
Does this code make me look bloated ? (wink)

KetilO

Hi Drakie

ResEd is only a resource editor. It does not know anything about api's or asm syntax.
It is very useful for those using a code editor that does not support resorces.

KetilO

jdoe

This is a usefull tool KetilO. I use it to build my dialog window.

One bug I had. ResEd crash when (in this order)...

1) Run
2) Click New Project
3) Select a project path
4) Click Add Dialog from the Project menu.
5) Crash

Few time, it do not crash but I didn't found why ?

BlackVortex

Confirmed. I created a enw project, then added a dialog successfully. Then immediately I tried to add another dialog and it crashed. I uploaded the whole function where it crashed, and noted the exact place, I'm sure it'll help :

http://pastebin.com/m5561cd

KetilO

Thanks jdoe / BlackVortex

New upload, bug fixed.

2.2.0.0c - 2008-11-18
---------------------
o Fixed serious bug with adding a new dialog to a project.
  ResEd could crash.

KetilO


jdoe


Two suggestions about XP Manifest resource...


Replacing < processorArchitecture="X86" > by < processorArchitecture="*" > make the manifest compatible for both Win32 and Win64.

-----------------

It could be nice if the real SDK value were used

#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1  // instead of IDR_XPMANIFEST1
#define RT_MANIFEST 24                        // instead of MANIFEST

CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "MANIFEST.XML"


:U


KetilO

Hi all

New upload.

2.2.0.0d - 2008-12-04
---------------------
o Added caption property to RichEdit control.
o Fixed bug with multiline caprion in design mode.

KetilO

jdoe


Little bug...

Create a new project and add an XP manifest. The window content show up like in the image attachment ?!?!



[attachment deleted by admin]

KetilO

Thanks jdoe

Problem fixed, new upload.

KetilO

xanatose

I am having a problem

ResEd.exe crashes when loading a resource by double clicking on its icon or by using Visual Studio Express to open it.
The problem does not appear when used on the command line or when the program is run directly and the resource is open by hand.


Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   ResEd.exe
  Application Version:   2.2.0.0
  Application Timestamp:   4937e006
  Fault Module Name:   ResEd.exe
  Fault Module Version:   2.2.0.0
  Fault Module Timestamp:   4937e006
  Exception Code:   c0000005
  Exception Offset:   0000816c
  OS Version:   6.0.6001.2.1.0.768.3
  Locale ID:   1033
  Additional Information 1:   fd00
  Additional Information 2:   ea6f5fe8924aaa756324d57f87834160
  Additional Information 3:   fd00
  Additional Information 4:   ea6f5fe8924aaa756324d57f87834160


After more testing. It seems that the problem is with using the " character to enclosing the path. For example.


ResEd.exe c:\myres.rc


Has no problems, but:


ResEd.exe "c:\myres.rc"

Crashes with the error above.

KetilO

Thanks xanatose

ResEd 2.2.0.1 is uploaded.

KetilO