Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - How to build
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to build "XSPNET7000LibXXX.lib" ?

 Post Reply Post Reply
Author
Message
JoeBlack View Drop Down
Newbie
Newbie


Joined: 10 June 2003
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote JoeBlack Quote  Post ReplyReply Direct Link To This Post Topic: How to build "XSPNET7000LibXXX.lib" ?
    Posted: 07 July 2003 at 1:59am

Env: WIndows XP sp1a(Japanese), VC++.net 2003(Japanese)

Please let me know how to build "XSPNET7000Lib.lib / XSPNET7000Libu.lib / XSPNET7000Libd.lib / XSPNET7000Libud.lib" ?

I'd like to build Pane samples. But compiler said

"LINK : fatal error LNK1104: Compiler couldn't open 'XSPNET7000LibXXX.lib'

Please help me. Thanks.

Back to Top
c_koerber View Drop Down
Newbie
Newbie


Joined: 08 July 2003
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote c_koerber Quote  Post ReplyReply Direct Link To This Post Posted: 09 July 2003 at 2:49am

Did you build the libraries with the deployment wizard? If not, simply do so, worked nice for me. The samples should run now.

Now for your own programs heres what I did (definately not the way to go, but working nevertheless), search for the files to locate their path and copy them in the directory where the .exe is located. Alternatively you could look into the samples (options, project settings, etc.)to see how it should be done. Another way shoud be to copy the dlls into the NT/System32 directory. 

Back to Top
JoeBlack View Drop Down
Newbie
Newbie


Joined: 10 June 2003
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote JoeBlack Quote  Post ReplyReply Direct Link To This Post Posted: 09 July 2003 at 6:29am

Actually I couldn't build libs and dlls by Deployment wizard. The detail is below.

(Deployment Wizard's options)///////////////////////////////////////////////////
Build Configurations
  ON:"As a DLL"
  ON:"As static library - for applications using MFC as DLL"
  ON:"As static library - for applications using MFC as static library"

Unicode Support
  ON:"Both"
////////////////////////////////////////////////////////////////////////////////

(Compiler's error)//////////////////////////////////////////////////////////////
Setting environment for using Microsoft Visual Studio .NET 2003 tools.
(If you have another version of Visual Studio or Visual C++ installed and
wish to use its tools from the command line, run vcvars32.var for that
version. )

Current directory is:
G:\Program Files\Codejock Software\XTPro\Suite

Microsoft(R) Development Environment Version 7.10.3077
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.

Solution file 'G:\Program Files\Codejock Software\XTPro\Suite\WorkSpace\
XTPSuite_Dll\XTPSuite_Dll.sln' was made by old version's Visual Studio. If you
want to build it, you have to convert it. If you want to convert this solution,
please open it by this version's Visual Studio.

*************************************************************
IMPORTANT: If your .NET environment crashed during the build,
you should disable all your addins and try again. To disable
the addins:
 1. Start VC.NET
 2. Go to Tools/Add-in Manager
 3. Uncheck all the checkboxes in the Startup column
*************************************************************

If you want to continue, Please press any key...
///////////////////////////////////////////////////////////////////////////////////

But there are no addins in my Tools/Add-in Manager. Then I selected 'SuitePro_Lib' and
'SuitePro_Dll' from Start menu and built all projects. The detail is below.

Libs:
XSP7000LibDynStatic.lib, XSP7000LibDynStaticd.lib, XSP7000LibDynStaticU.lib,
XSP7000LibDynStaticUD.lib, XSP7000LibStatic.lib, XSP7000LibStaticd.lib, XSP7000LibStaticU.lib,
XSP7000LibStaticUD.lib

Dlls:
XSP7000Lib.dll, XSP7000Libd.dll, XSP7000Libu.dll, XSP7000Libud.dll
///////////////////////////////////////////////////////////////////////////////////

I couldn't build 'XSPNET7000LibXXX.lib'.

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: 11 July 2003 at 12:07am

Open XTPSuite_Dll.sln  and build it manually.

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.