non standard character in a header file |
Post Reply |
Author | |
sisira
Newbie Joined: 14 April 2010 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
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
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
fixed for next release
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |