Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Visual Studio 2017 Support?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Visual Studio 2017 Support?

 Post Reply Post Reply
Author
Message
Fredrik View Drop Down
Senior Member
Senior Member


Joined: 22 June 2005
Status: Offline
Points: 226
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fredrik Quote  Post ReplyReply Direct Link To This Post Topic: Visual Studio 2017 Support?
    Posted: 07 March 2017 at 4:55pm
Hi, 

Visual Studio 2017 has been released, when can we expect a version of Toolkit Pro with support for VS 2017? (I can probably add it myself, but better to get an official release.)

Thanks, 
Fredrik
Windows 10, Visual Studio 20157, Toolkit Pro 18.3.0
Back to Top
calvi View Drop Down
Groupie
Groupie


Joined: 20 March 2004
Location: United Kingdom
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote calvi Quote  Post ReplyReply Direct Link To This Post Posted: 08 March 2017 at 7:08am
On past experience, Toolkit Pro support for new releases of Visual Studio is available 6-9 months after the launch date.
Back to Top
adrien View Drop Down
Senior Member
Senior Member


Joined: 30 April 2007
Location: New Zealand
Status: Offline
Points: 449
Post Options Post Options   Thanks (0) Thanks(0)   Quote adrien Quote  Post ReplyReply Direct Link To This Post Posted: 13 March 2017 at 5:58pm
We've already built 17.2.0 on VS 2017
Back to Top
Marcus View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Location: Germany
Status: Offline
Points: 42
Post Options Post Options   Thanks (0) Thanks(0)   Quote Marcus Quote  Post ReplyReply Direct Link To This Post Posted: 15 March 2017 at 1:40pm
If 18 is still out of sight, maybe you could release a version 17.3.1 with VS 2017 support?
Back to Top
adrien View Drop Down
Senior Member
Senior Member


Joined: 30 April 2007
Location: New Zealand
Status: Offline
Points: 449
Post Options Post Options   Thanks (0) Thanks(0)   Quote adrien Quote  Post ReplyReply Direct Link To This Post Posted: 22 March 2017 at 9:27pm
I think the only change we did to get CJ 17.2 (we didn't move to 17.3 yet since we patched 17.2 a few places) was to add support in the main CJ header for the version of the compiler.

I think it took my dev about 5 minutes to figure this out, so maybe easier than you fear.


Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 442
Post Options Post Options   Thanks (0) Thanks(0)   Quote markr Quote  Post ReplyReply Direct Link To This Post Posted: 23 March 2017 at 2:20pm
I've been looking into doing this as well. I think we can make a single change to "XTToolkitPro.h". 

So instead of this:

#if _MSC_VER == 1900
#define _XTPLIB_VISUALSTUDIO_VERSION "vc140"
#endif

We would check as follows:

#if _MSC_VER => 1900
#define _XTPLIB_VISUALSTUDIO_VERSION "vc140"
#endif

I believe this works because VS 2017 C++ compiler retains binary compatibility.

Adrien, is this consistent with what you did?

- Mark R.

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.156 seconds.