Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Cannot build 18.0.1 with VS 2017
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Cannot build 18.0.1 with VS 2017

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


Joined: 19 September 2006
Status: Offline
Points: 112
Post Options Post Options   Thanks (0) Thanks(0)   Quote MichaelN Quote  Post ReplyReply Direct Link To This Post Topic: Cannot build 18.0.1 with VS 2017
    Posted: 10 August 2017 at 3:21pm
The build immediately terminates with the message below. As per the suggested remedy, in VS 2017, THERE IS NO "Tools/Add-in Manager"  


Copyright (C) Microsoft Corporation. All rights reserved.

  StdAfx.cpp
C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v18.0.1\Source\Common/XTPDLLExports.h(71): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory [C:\PROGRA~2\CODEJO~1\MFC\XTREME~1.1\WORKSP~1\TOOLKI~1\TOOLKI~3.VCX]
----------------------------------------------------------------------------
IMPORTANT: If your Visual Studio environment crashed during the build, try  
           disabling all of your addins and try again. To disable addins:   
             1. Start Visual Studio                                         
             2. Go to Tools/Add-in Manager                                  
             3. Uncheck all the checkboxes in the Startup column            
----------------------------------------------------------------------------

Back to Top
g_j_a_i_n View Drop Down
Groupie
Groupie
Avatar

Joined: 27 August 2005
Status: Offline
Points: 86
Post Options Post Options   Thanks (0) Thanks(0)   Quote g_j_a_i_n Quote  Post ReplyReply Direct Link To This Post Posted: 01 September 2017 at 7:48am
I am getting similar error when building 18.0.1 for VS 2017:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\atlmfc\include\afx.h(62): fatal error C1083: Cannot open include file: 'new.h': No such file or directory [C:\PROGRA~2\CODEJO~1\MFC\XTREME~1.1\WORKSP~1\TOOLKI~1\TOOLKI~3.VCX]

Someone please help.

Thanks.
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 03 September 2017 at 1:22pm
Hello,

Have you tried to compile library without DeployWizard ?
Open project and choose necessary configuration.
c:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v18.0.1\Workspace\ToolkitPro\ToolkitProShared_vc140.vcxproj

I see the same unanswered questions for VS2015.

Regards,
Oleksandr Lebed
Back to Top
g_j_a_i_n View Drop Down
Groupie
Groupie
Avatar

Joined: 27 August 2005
Status: Offline
Points: 86
Post Options Post Options   Thanks (0) Thanks(0)   Quote g_j_a_i_n Quote  Post ReplyReply Direct Link To This Post Posted: 07 September 2017 at 6:06am
I uninstalled Visual Studio 2017, reinstalled and then it worked.

Thanks.
Back to Top
xang View Drop Down
Groupie
Groupie


Joined: 01 January 2013
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote xang Quote  Post ReplyReply Direct Link To This Post Posted: 14 September 2017 at 11:21am
Build from Solution gaves:

1>StdAfx.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\atlmfc\include\afx.h(62): fatal error C1083: Cannot open include file: 'new.h': No such file or directory
1>Done building project "ToolkitProShared_vc150.vcxproj" -- FAILED.
2>StdAfx.cpp
2>c:\program files (x86)\microsoft visual studio\2017\enterprise\vc\tools\msvc\14.11.25503\atlmfc\include\afx.h(62): fatal error C1083: Cannot open include file: 'new.h': No such file or directory
2>Done building project "ToolkitProStatic_vc150.vcxproj" -- FAILED.
Product: Xtreme Toolkit Pro (MFC) version 18.0.1 (with 1-year maintenance)
Platform: Windows 10 RS2 (x64)
Language: Visual C++
Back to Top
Jan Oudkerk View Drop Down
Newbie
Newbie


Joined: 02 November 2012
Location: Netherlands
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jan Oudkerk Quote  Post ReplyReply Direct Link To This Post Posted: 21 September 2017 at 10:47am

Your suggestion to compile the library without the DeployWizard was very helpful for me. I didn’t know about this possibility.

We installed a new PC with Windows 10 and Visual Studio 2017. The Codejock DeployWizard responded very short after startup with an error messagebox telling us “
An error occurred during the build process. The Deployment wizard is unable to continue”. Not very informative, so it was hard to find a way to get this working.

Opening the vcxproj file in VS2017 to compile the project made immediately clear what the problem was: Codejock relies on Windows SDK v8.1, which was not installed!

We changed this to Windows SDK V10 and now it works.

 

Thanks!

 

Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 21 September 2017 at 5:51pm
Hello Jan Oudkerk,

Unfortunately Codejock can't release new versions often, but you can find on this forum latest  hot fixes  from admins or customers, introduce them into code and rebuild library. You can even find bugs or make some improvements in library and post here.

Regards,
 Oleksandr Lebed
Back to Top
Marco1 View Drop Down
Senior Member
Senior Member


Joined: 16 January 2004
Location: Germany
Status: Offline
Points: 251
Post Options Post Options   Thanks (0) Thanks(0)   Quote Marco1 Quote  Post ReplyReply Direct Link To This Post Posted: 22 September 2017 at 6:46am
Originally posted by olebed olebed wrote:

Unfortunately Codejock can't release new versions often, but you can find on this forum latest  hot fixes  from admins or customers, introduce them into code and rebuild library. You can even find bugs or make some improvements in library and post here.

Sorry Oleksandr, but this is a really bad policy. As a paying customer I expect that minor updates and especially bug fixes are released in a frequent way.
I have no time to read all forum posts just to copy and apply all patches on my own - and I often read "we have already fixed this" by you. Yeah, fine. When you fixed it, pls just release a 18.0.x + 1 version.

This would be extremely helpful and a lot of developers here would greatly appreciate that, I guess.

Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 22 September 2017 at 6:54am
Hello Marco1,

I read such requests from customers all time. I have offered to made separate branch where we can accumulate little or critical fixes. Such changes don't need very big testing and can be released often. But unfortunately for some reason Codejock company can't do this.

Regards,
 Oleksandr Lebed

Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 30 October 2017 at 10:23am
Originally posted by g_j_a_i_n g_j_a_i_n wrote:

I am getting similar error when building 18.0.1 for VS 2017:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\atlmfc\include\afx.h(62): fatal error C1083: Cannot open include file: 'new.h': No such file or directory [C:\PROGRA~2\CODEJO~1\MFC\XTREME~1.1\WORKSP~1\TOOLKI~1\TOOLKI~3.VCX]


Hello,

Try to changing the SDK to version 10 and higher. Some customers use v10.0.15063.0.

Regards,
 Oleksandr Lebed 
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.141 seconds.