Problems compiling under VS6 |
Post Reply |
Author | ||
RolandoE.
Groupie Joined: 19 May 2003 Location: United States Status: Offline Points: 30 |
Post Options
Thanks(0)
Posted: 28 October 2005 at 7:54am |
|
Hi, Currently I have been working with the calendar control under VS2003 without any problems in combination with the XTreme Toolkit MFC Extentions. Recently I built a new proyect using C++ VS6 and the Xtreme Toolkit. When I integrate the Calendar Control I get many error messages...
Weird thing is that I do not get these messages when compiling with C++ VS2003!! Within stdafx.h
Am I missing something? None of you sample code combines the calendar control with Xtreme Toolkit. If I change the order of include statements I get the similar results. Thanks for your help. Edited by RolandoE. |
||
Rolando E. Cruz-Marshall
|
||
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
|
The problem that in Toolkit Standard 3.0 XPCOLOR_BASE was declared as define: #define XPCOLOR_BASE 30 in ToolkitPro as UINT const UINT XPCOLOR_BASE = 30;
You must patch Toolkit Standard to make it decalred as UINT too. |
||
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
||
RolandoE.
Groupie Joined: 19 May 2003 Location: United States Status: Offline Points: 30 |
Post Options
Thanks(0)
|
|
Hi, Thanks for the reply.
I could do this for the 13 or so lines of code but it does not explain why I have the compilation problem in VS6 and not in VS2003! Anyone else have an explanation? Thanks. |
||
Rolando E. Cruz-Marshall
|
||
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 |