![]() |
Compiler error ??? with v10.4.2 and VS2005 |
Post Reply ![]() |
Author | |
terrym ![]() Senior Member ![]() Joined: 13 April 2007 Status: Offline Points: 836 |
![]() ![]() ![]() ![]() ![]() Posted: 13 April 2007 at 2:23pm |
I am getting a strange error when compiling 64 bit unicode dlls, please see below if anybody has any ideas:
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. Linking... LINK : fatal error LNK1104: cannot open file 'kernel32.lib' Build Time 3:04 Build log was saved at "file://c:\Program Files\Xtreme Toolkit Pro\MFC\WorkSpace\ToolkitPro\Unicode_Debug\vc80x64\BuildLog.htm" Codejock.ToolkitPro.Shared - 1 error(s), 0 warning(s) |
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
terrym ![]() Senior Member ![]() Joined: 13 April 2007 Status: Offline Points: 836 |
![]() ![]() ![]() ![]() ![]() |
Below is the 4 errors I get when building all libraries ???
Any help appreciated as just purchase this library today
Thanks
------ Build started: Project: Codejock.ToolkitPro.Shared, Configuration: Unicode Debug x64 ------
Linking... LINK : fatal error LNK1104: cannot open file 'kernel32.lib' Build Time 0:20 Build log was saved at "file://c:\Program Files\Xtreme Toolkit Pro\MFC\WorkSpace\ToolkitPro\Unicode_Debug\vc80x64\BuildLog.htm" Codejock.ToolkitPro.Shared - 1 error(s), 0 warning(s) ------ Build started: Project: Codejock.ToolkitPro.Shared, Configuration: Unicode Release x64 ------ Linking... LINK : fatal error LNK1104: cannot open file 'kernel32.lib' Build Time 0:12 Build log was saved at "file://c:\Program Files\Xtreme Toolkit Pro\MFC\WorkSpace\ToolkitPro\Unicode_Release\vc80x64\BuildLog.htm" Codejock.ToolkitPro.Shared - 1 error(s), 0 warning(s) ------ Build started: Project: Codejock.ToolkitPro.Shared, Configuration: Debug x64 ------ Linking... LINK : fatal error LNK1104: cannot open file 'kernel32.lib' Build Time 0:17 Build log was saved at "file://c:\Program Files\Xtreme Toolkit Pro\MFC\WorkSpace\ToolkitPro\Debug\vc80x64\BuildLog.htm" Codejock.ToolkitPro.Shared - 1 error(s), 0 warning(s) ------ Build started: Project: Codejock.ToolkitPro.Shared, Configuration: Release x64 ------ Linking... LINK : fatal error LNK1104: cannot open file 'kernel32.lib' Build Time 0:11 Build log was saved at "file://c:\Program Files\Xtreme Toolkit Pro\MFC\WorkSpace\ToolkitPro\Release\vc80x64\BuildLog.htm" Codejock.ToolkitPro.Shared - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 4 failed, 20 up-to-date, 0 skipped ========== |
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi,
Do you able compile any x64 code with your VC? may be you haven't installed headers/libraries for x64? Visual Studio can't finc 'kernel32.lib' for x64 version.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
terrym ![]() Senior Member ![]() Joined: 13 April 2007 Status: Offline Points: 836 |
![]() ![]() ![]() ![]() ![]() |
Hi, we made a full install of VS 2005, with x64, do we need to install Platform SDK etc. with x64 ???
Please let us know for fast reponce.
|
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
terrym ![]() Senior Member ![]() Joined: 13 April 2007 Status: Offline Points: 836 |
![]() ![]() ![]() ![]() ![]() |
and I meant, thanks for fast responce.
|
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi,
try just open solution in IDE and build x64 vesion. Think something with paths
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
terrym ![]() Senior Member ![]() Joined: 13 April 2007 Status: Offline Points: 836 |
![]() ![]() ![]() ![]() ![]() |
Hi
I have tried this and still same problem, could you please tell me which paths you recommend in which order ??? to see if this is the issue.
|
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi,
Open Menu->Tools->Options->Project and Solutions->VC++ Directories
Change to x64 and Library Files:
and check if you have directory
c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib\AMD64
if not - add it and check if kernel32.lib indeed in this directory. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
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 |