Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Calendar
  New Posts New Posts RSS Feed - VC++ 6.0 and Codejock 13.0.0 compatibility?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

VC++ 6.0 and Codejock 13.0.0 compatibility?

 Post Reply Post Reply
Author
Message
prashant View Drop Down
Senior Member
Senior Member
Avatar

Joined: 19 February 2007
Location: India
Status: Offline
Points: 165
Post Options Post Options   Thanks (0) Thanks(0)   Quote prashant Quote  Post ReplyReply Direct Link To This Post Topic: VC++ 6.0 and Codejock 13.0.0 compatibility?
    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.
Back to Top
prashant View Drop Down
Senior Member
Senior Member
Avatar

Joined: 19 February 2007
Location: India
Status: Offline
Points: 165
Post Options Post Options   Thanks (0) Thanks(0)   Quote prashant Quote  Post ReplyReply Direct Link To This Post Posted: 15 April 2009 at 6:14am
Hi Oleg,

Any feedback on this, I wanted to switch to 13.0.0 ASAP. Thanks.
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 15 April 2009 at 8:16am
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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 15 April 2009 at 8:17am
... and you need install sp5 or sp6 above Visual Studio.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
prashant View Drop Down
Senior Member
Senior Member
Avatar

Joined: 19 February 2007
Location: India
Status: Offline
Points: 165
Post Options Post Options   Thanks (0) Thanks(0)   Quote prashant Quote  Post ReplyReply Direct Link To This Post Posted: 15 April 2009 at 10:11am
ok, thanks.

Which Calendar changes from Mark?
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 15 April 2009 at 1:46pm
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
Back to Top
prashant View Drop Down
Senior Member
Senior Member
Avatar

Joined: 19 February 2007
Location: India
Status: Offline
Points: 165
Post Options Post Options   Thanks (0) Thanks(0)   Quote prashant Quote  Post ReplyReply Direct Link To This Post Posted: 16 April 2009 at 3:17am
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 :



Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 16 April 2009 at 4:19am
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
prashant View Drop Down
Senior Member
Senior Member
Avatar

Joined: 19 February 2007
Location: India
Status: Offline
Points: 165
Post Options Post Options   Thanks (0) Thanks(0)   Quote prashant Quote  Post ReplyReply Direct Link To This Post Posted: 16 April 2009 at 6:31am
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



Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.