Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Compiler error ??? with v10.4.2 and VS2005
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Compiler error ??? with v10.4.2 and VS2005

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


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Topic: Compiler error ??? with v10.4.2 and VS2005
    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
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 13 April 2007 at 2:44pm
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
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: 13 April 2007 at 3:02pm
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
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 13 April 2007 at 3:05pm
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
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 13 April 2007 at 3:05pm
and I meant, thanks for fast responce.
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
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: 14 April 2007 at 1:25am
Hi,
 
try just open solution in IDE and build x64 vesion. Think something with paths
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 14 April 2007 at 3:28am
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
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 2007 at 9:12am
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
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.063 seconds.