February 2004
- New release on the www site
- The new DA-PL/M 32-Bit Release V3.5.555 is now available on our www site, please visit it and download DA-PL/M update or full installation (if you have trial license or Maintenance Agreement for 32-Bit DA-PL/M):
Direct, full installation:
Setup, 4.7MB
PDF Manual, 1.2MB
- The new DA-PL/M 32-Bit Release V3.5.555 is now available on our www site, please visit it and download DA-PL/M update or full installation (if you have trial license or Maintenance Agreement for 32-Bit DA-PL/M):
September 2000
- New release on the www site
- The new DA-PL/M 32-Bit Release V3.5.554 is now available on our www site, please visit it and download DA-PL/M update or full installation (if you have trial license or Maintenance Agreement for 32-Bit DA-PL/M):
- The new DA-PL/M 32-Bit Release V3.5.554 is now available on our www site, please visit it and download DA-PL/M update or full installation (if you have trial license or Maintenance Agreement for 32-Bit DA-PL/M):
- Improvements and bug fixes
- New:
- Formatter Ported from DA-PL/M V2.2
- UDA Actions %Errjump() added to jump directly after %ErrGet() to given message.
- Improvements:
- Window menu Message Window handling
- Manual ErrGet and ErrJump descriptions, Formatter options.
- Help ErrGet and ErrJump descriptions, Formatter options.
- Bug fixes:
- UDA Actions %ErrGet() Macro, message filter problems.
- Analysis "DECLARE (TEXT BASED TEXT_PTR) (*) BYTE;" error
- New:
- DA-PL/M V3.5 (32-bit) is released.
- VAX/VMS notation in $include(P_LIB:inclfile.inc) supported.
- Added new possibility: DA-PL/M also accepts the $INCLUDE(:P_LIB:incfile.inc) and if program environment contains variable: :P_LIB:=path1;path2;path3 or P_LIB=path1;path2;path3 DA-PL/M will search the path1, path2 and path3 to find a file.
- New possibility in DPP:
[AltDirectory]
File-path-1=File-path-2
File-path-3=File-path-4
specifies alternate directory which will be searched for the source file if the file is not found in the original place (max 5). - Added new section in DPP:
[EnvSubstitutes]
key=value
If variables from envirnoment are not found, they will be searched in DPP section [EnvSubstitutes], which is read by DA-PL/M during opening of the project. - Added possibility to specify files which have module extension but should not be analyzed. See Help: Configuration/DPP files.
- The predefined switches SMALL, MEDIUM, RAM, WORD16, COMPACT, LARGE, ROM and WORD32 are overlooked by DA-PL/M (because of dependencies from $LARGE, $MEDIUM, ...) if so defined in source "$RAM" or expect PL/M compiler defaults... You must put what you need into "Options / Analysis / Predefined switches" or direct in your source with SET command "$SET (RAM)" (see for defaults PL/M manual 11.1.10).
If you need module specific switches these switches should be placed in the DPP file of the project, under the section
[FileAnalyzeSwitches]
somemod.plm=SOMESW, SOMEVAL=33
somedir\anothmod.plm=ANOTHVAL=11, SOMESW, MORESW
- Support for $INCLUDE(:LOG_DRIVE:INCFILE.EXT)