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 - TeeChart35.cproj isn’t compiled in VS2008
Summary: TeeChart35.cproj isn’t compiled in VS2008
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Others (show other bugs)
Version: TeeChart for .Net 4.1.2016.05125
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-29 11:22 EDT by sandra pazos
Modified: 2016-08-17 10:00 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.