News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RAEdit collapse/expand code

Started by Sevag.K, July 16, 2006, 07:56:53 PM

Previous topic - Next topic

Sevag.K


Did anything change in the way this is done?  In my program, it works using v.1.0.7.1 of RAEdit.dll, but no longer works it I use v.1.1.0.3 (or 1.1.0.2).




KetilO

Hi Savag.K

From RAEdit.txt

IMPORTANT:
Version 1.1.0.0 introduces collapse/expand blocks that are not backwards compatible.
- Use REM_ADDBLOCKDEF message or call SetBlockDef to set block definitions.
  A parameter of 0 resets the block definitions.
  There can be a maximum of 32 block definitions.
- REM_SETBLOCKS does not have any lpRABLOCKDEF parameter and needs only be called once
  for a newly opened file.
- REM_COLLAPSE and REM_COLLAPSEALL does not have any lpRABLOCKDEF parameter.

KetilO

Sevag.K

Thanks, I hadn't downloaded SimEd in a while and missed that announcemnt.