VC++ 6.0 and Codejock 13.0.0 compatibility? |
Post Reply |
Author | |
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
Posted: 14 April 2009 at 6:12am |
Hello Codejock Team,
Does Codejock 13.0.0 is compatible with VC++ 6.0? Last time when I tried to use 13.0.0 with VC++ 6.0; it gave me problem while displaying calendar. Please refer: https://forum.codejock.com/forum_posts.asp?TID=13566&KW= Thanks. |
|
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
Hi Oleg,
Any feedback on this, I wanted to switch to 13.0.0 ASAP. Thanks. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, you can switch to 13.0 but apply fix for calendar that Mark suggested in bottom of post.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
... and you need install sp5 or sp6 above Visual Studio.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
ok, thanks.
Which Calendar changes from Mark? |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
It does not matter - if you will be able to build 13.0 - you can add / modify files and build 13.1 and so on
|
|
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
Oleg / Mark,
Problem still there with 13.0.0, Not able to see Codejock Calendar My machine Environment:- 1) Visual studio 6.0 (Service pack 6) 2) Operating system : Windows XP 3) Codejock 13.0.0 installed Here is the screenshot:- # Using Codejock 12.1.1 : # Using Codejock 13.0.0 : |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Do you apply fix from https://forum.codejock.com/forum_posts.asp?TID=13566 ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
prashant
Senior Member Joined: 19 February 2007 Location: India Status: Offline Points: 165 |
Post Options
Thanks(0)
|
Oleg / Mark,
Thanks for your help, I am able to resolve the issue. I have applied following changes suggested by Mark. File: C:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v13.0.0\Source\Calendar\XTPCalendarControlView.cpp Function: void CXTPCalendarControlView::_ResizeControls() Code: (At the end of function) else //no scrollbar - ignore nScroll and RTL settings { GetCalendarCtrl().MoveWindow(0, nCalendarY, cx, max(0, cy - nCalendarY)); } Finally I switched to 13.0.0, thanks again |
|
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 |