Custom Query (35 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 35)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#24 fixed Copyright statement at top of each IDL file michaelhalloran michelpons

Reported by michelpons, 4 years ago.

Description

Currently the following statement appears at the top of each IDL file:


/* IMPORTANT NOTICE 5 (c) The CAPE-OPEN Laboratory Network, 2002. 6 All rights are reserved unless specifically stated otherwise 7 8 Visit the web site at www.colan.org 9 10 This file has been edited using the editor from Microsoft Visual Studio 6.0 11 This file can viewed properly with any basic editors and browsers (validation done under MS Windows and Unix) 12 */ 13 14 This file was developed/modified by JEAN-PIERRE BELAUD for CO-LaN organisation - August 2003 15


In order to be consistent with the CO-LaN Management Board of June 10, 2020, the notice should be now as:

COPYRIGHT NOTICE Copyright 2003-2020 CAPE-OPEN Laboratories Network (CO-LaN). All rights reserved.

#31 fixed Cannot open include file afxres.h jasper michelpons

Reported by michelpons, 3 years ago.

Description

Running the python script to build the tlb/pia distribution leads to failures: 1-0-0.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. [C:\Users\CTO\Documents\TLB-PIA\CAPE-OPEN IDL\1- 0-0\1-0-0.vcxproj]

Done Building Project "C:\Users\CTO\Documents\TLB-PIA\CAPE-OPEN IDL\1-0-0\1-0-0.vcxproj" (Rebuild target(s)) -- FAILED.

1-1-0.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. [C:\Users\CTO\Documents\TLB-PIA\CAPE-OPEN IDL\1- 1-0\1-1-0.vcxproj]

#15 fixed CAPE-OPEN PIA definition of ICAPEUtilities::Edit method is incorrect michelpons michaelhalloran

Reported by michaelhalloran, 8 years ago.

Description

Reported by Jasper van Baten

ICAPEUtilities Edit returns S_FALSE when no change is made during an edit operation. The .net PIA therefore needs to return the HRESULT directly rather than converting it to an exception in the event of an error.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.