Print Page | Close Window

non standard character in a header file

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=16982
Printed Date: 04 December 2024 at 2:50pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: non standard character in a header file
Posted By: sisira
Subject: non standard character in a header file
Date Posted: 20 July 2010 at 9:41am
In file

V13.4.0/Source/Calendar/XTPCalendarTimeLineViewParts.h there is a include statement with "\" character as sthe folder sepaeration.

 
#include "Common\XTPDrawHelpers.h"
 
This is not ANSI C++ standard. It resulted in wrong include filename as #include "CommonXTPDrawHelpers.h" .
 
So it should be changed to
 
#include "Common/XTPDrawHelpers.h"
 


-------------
Sisira



Replies:
Posted By: SuperMario
Date Posted: 21 July 2010 at 2:54pm
fixed for next release



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net