Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - C++/MFC evaluation install
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

C++/MFC evaluation install

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


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Topic: C++/MFC evaluation install
    Posted: 07 March 2008 at 11:00am
Hello everyone
 
I installed and deploy the evaluation kit.
I included the XTToolkitPro.h in stdafx.h
 
When I compile, first it's linking with the dll but then I have this error:

1>LINK : fatal error LNK1104: cannot open file 'ToolkitProEval1122vc90UD.lib'

I don't understand and I don't know what to do.
 
Hope you can help me!
 
Thanks
 
 
Back to Top
bobblanco View Drop Down
Newbie
Newbie


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Posted: 07 March 2008 at 11:22am
I found the lib and include it in the project settings.
 
Now I have....

1>LINK : fatal error LNK1104: cannot open file 'C:\Program.obj'

Please help me I really want to start today....

Thanks in advance.
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: 07 March 2008 at 3:09pm
Hi,
You set some wrong path to lib.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
bobblanco View Drop Down
Newbie
Newbie


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Posted: 10 March 2008 at 6:55am
Hi
Thanks for your answer, here is the path...

C:\ProgramFiles\CodejockSoftware\MFC\XtremeToolkitProv11.2.2forVisualStudio2008\lib\vc90\ToolkitProEval1122vc90UD.lib

That's the path for the lib I'm sure it's good so I still have the error:

1>LINK : fatal error LNK1104: cannot open file 'C:\Program.obj'

Is there a manual on how to install the eval kit?

Thanks


Back to Top
bobblanco View Drop Down
Newbie
Newbie


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Posted: 10 March 2008 at 9:51am
someone.... please??
going crazy....
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 10 March 2008 at 11:56am

Ok lets see if we can resolve this, first things first, which version of Visual Studio are you using?

Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
bobblanco View Drop Down
Newbie
Newbie


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Posted: 10 March 2008 at 12:06pm
I m using visual studio 2008 version 9.0.20706.1 Beta2

Thanks
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 10 March 2008 at 1:52pm
Ok, I would recommend that you install the release (non-beta) version of Visual Studio, the version I have installed is v9.0.21022.8 RTM.
 
Also, make sure that you have downloaded the correct version of of the eval, "Visual Studio 2008 (9.0) for Win32", I am assuming you have alread done this from the path you gave earlier.
 
1. Launch Visual Studio 2008, and choose Tools -> Options to open the Options Dialog.
 
2. Expand Projects and Solutions and click on VC++ Directories.
 
3. Change Show directories for: to Include files.
 
4. Make sure that C:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v11.2.2 for Visual Studio Visual Studio 2008\Source is in the list (if not add it) and move it to the top. Your path might be different if you installed to a different location.
 
5. Change Show directories for: to Source files and repeat step 4.
 
5. Change Show directories for: to Library files and repeat step 4 using the path C:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v11.2.2 for Visual Studio Visual Studio 2008\Lib\vc90.
 
You can now remove the lib from your project settings and your project should compile. Please let me know how this turns out or if you have more questions.
 
Regards, 
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
bobblanco View Drop Down
Newbie
Newbie


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Posted: 11 March 2008 at 6:33am
Thanks a lot it works perfect.... I will now try this and probably buy it in the future because the product and support are great!!!!


Back to Top
bobblanco View Drop Down
Newbie
Newbie


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Posted: 11 March 2008 at 7:40am
Sorry I guess I was too fast...

It compiles well but when I execute the ToolkitProEval1122vc90UD.dll is missing.
If I copy/paste it in the Debug directory where the .exe is then It crashes as well.


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: 12 March 2008 at 2:11am
Hi,
 
Try to build our examples from Samples folder.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
bobblanco View Drop Down
Newbie
Newbie


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Posted: 12 March 2008 at 6:08am
Hi

Sample build is OK, but they crashe when I try to execute them.
I always get the same error: Initialization error (0x0150002), I can't launch any .exe

Thanks

Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 12 March 2008 at 6:29am
Have you build the Samples with the Beta2 of VS2008? The eval DLL is probably built with the RTM version and they might not like each other.

Codejock support
Back to Top
bobblanco View Drop Down
Newbie
Newbie


Joined: 07 March 2008
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bobblanco Quote  Post ReplyReply Direct Link To This Post Posted: 12 March 2008 at 6:45am
Yes I did

I guess the problem is this beta2 of visual studio...
I will try with an RTM version and let you know.

Thanks
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.125 seconds.