Custom Query (76 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 76)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#40 fixed When opening some help file with certain keywords newview will crash Gregg Young Gregg Young
Description

Highlight "return" and open the open watcom 2.0 C reference guide. You get the following from newview. Note if you search "return" after opening this file the same thing happens. It doesn't happen if you open the C++ guide

This application has crashed.

Access violation exception (EGPFault) occured at CS:EIP =$0000005B:$00012154 (Details logged to W:\VAR\LOG\NewView?.log)

Close application?

#41 fixed Trap in PMMERGE.DLL on starting external program which appears to be caused by estlrl11.dll Gregg Young Gregg Young
Description

12-15-12 19:23 40,456 0 _A_ estlrl11.dll

Signature: @#AlessandroCantatore:1.1#@eStylerLite V.1.1.96 - (c) 1998-2004

Alessandro Cantatore

Vendor: AlessandroCantatore? Revision: 1.01 File Version: 1.1 Description: eStylerLite V.1.1.96 - (c) 1998-2004 Alessandro Cantatore

#42 fixed Unaligned indention with REXX Gregg Young jep
Description

The problem found in earlier OS/2 versions of FTE is also present in eFTE/2. The Windows/DOS¹ version indent DO ... END and nested IF ... THEN ELSE as expected.

/* Example of some basic code in REXX */ IF ARG(1) = THEN DO

input = 'NONE' END /* <- Not ok */

IF ARG(1) = THEN DO

input = 'NONE'

END /* <- OK! */

¹) Indention is ok in About: fte 0.49.13 Copyright (c) 1994-1998 Marko Macek Copyright (c) 2000-2001 Others

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.