Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1590

Summary: TeeChart35.cproj isn’t compiled in VS2008
Product: .NET TeeChart Reporter: sandra pazos <sandra>
Component: OthersAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: chris
Priority: Normal    
Version: TeeChart for .Net 4.1.2016.05125   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2016-07-29 11:22:10 EDT
Teechart35.cproj isn’t compile in VS2008. Basically the problem is that VS2008 doesn't allow assign the default parameter as do below: 
  private void DrawTo(PDFDocument page, Rect rect, Graphics3DPDF canvas = null)  
Only occurs for VS2008.