Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > General Discussion
  New Posts New Posts RSS Feed - Does Codejock 9.81version support VS 2005
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Does Codejock 9.81version support VS 2005

 Post Reply Post Reply
Author
Message
Shajeer View Drop Down
Newbie
Newbie
Avatar

Joined: 20 January 2006
Location: India
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote Shajeer Quote  Post ReplyReply Direct Link To This Post Topic: Does Codejock 9.81version support VS 2005
    Posted: 19 February 2007 at 7:40am
Hi
 
I created a sample dialog in VC++.Net ( VS2005) and included the
#include <XTToolkitPro.h> in stdafx.h as we did VC++6.0.
 
But it gives me the compilation error
- " fatal error C1083: Cannot open include file: 'XTToolkitPro.h': No such file or directory".
 
Let me know if have to something else.
I am new to VC++.net too.
 
Kindly help me to resolve my issue.
 
Thanks
 
Back to Top
Sven View Drop Down
Senior Member
Senior Member


Joined: 21 August 2003
Location: Germany
Status: Offline
Points: 127
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sven Quote  Post ReplyReply Direct Link To This Post Posted: 19 February 2007 at 3:54pm
Did you add the toolkit path to your VC 2005 include dirs?
Back to Top
Shajeer View Drop Down
Newbie
Newbie
Avatar

Joined: 20 January 2006
Location: India
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote Shajeer Quote  Post ReplyReply Direct Link To This Post Posted: 20 February 2007 at 1:44am

I have included all the required directories. But when i compile after that it is giving error as follows

cannot open file 'ToolkitPro981vc80UD.lib'
 
But my question is whether the existing version 9.81 for VC 6.0 is not compatible with VS 2005?
Do we have to buy separate package for VS2005?
Kindly explain in detail.
 
Thanks
 
 
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: 20 February 2007 at 2:36am
Hi,
It was compitable. Now you have build dll in vc 2005. Open solution in workspace folder and build it.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Shajeer View Drop Down
Newbie
Newbie
Avatar

Joined: 20 January 2006
Location: India
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote Shajeer Quote  Post ReplyReply Direct Link To This Post Posted: 23 February 2007 at 12:49am
Hello Oleg
I have XT v 10.3.1. I had installed XT after installing VS 2005. And by default it had linked all directories with VC++. But after that I created the sample MFC dialog and included #include <XTToolkitPro.h> in stdafx.h and renamed a CButton  to CXTButton and compiled the workspace. It complied well and when I try to launch it throws me message Toolkitpro1031vc80UD.dll was not found, ReInsalling the application may fix the problem.
I tried the same in different machine but resulted in the same.
Note: I compiled and launched the sample provided by XT and it worked fine.
Can you suggest me what to be done.
Thanks
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: 23 February 2007 at 1:10am
Hi,
You can just copy this dll from codejock/bin folder to your debug folder.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Suyambu2002 View Drop Down
Newbie
Newbie
Avatar

Joined: 28 April 2006
Location: India
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote Suyambu2002 Quote  Post ReplyReply Direct Link To This Post Posted: 23 February 2007 at 5:33am
Hi
 
Am getting a linker error as..
fatal error LNK1104: cannot open file 'ToolkitPro1031vc80SUD.lib'

in VS 2005.

I have already checked this lib in codejock respective folder.
Its is not available.
Can you please help me out.
Best Regards
Suyambu
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: 25 February 2007 at 1:13am
Hello,
Obviously, you didn't build it. Open workspace in IDE, select "Static Unicode Debug" and build it. or run Wizard and add check box for static library.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Suyambu2002 View Drop Down
Newbie
Newbie
Avatar

Joined: 28 April 2006
Location: India
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote Suyambu2002 Quote  Post ReplyReply Direct Link To This Post Posted: 26 February 2007 at 4:04am

Hi Oleg

Thans for you reply.
But I have checked my project settings.
Its already linked with Static Library.

My problem is "'ToolkitPro1031vc80SUD.lib' or
the dll file is not available in my machine.

not sure whether I made any mistake while
installation.

Can you please help me out.

Best Regards
Suyambu
Back to Top
Shajeer View Drop Down
Newbie
Newbie
Avatar

Joined: 20 January 2006
Location: India
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote Shajeer Quote  Post ReplyReply Direct Link To This Post Posted: 18 June 2007 at 1:11am
Hi Oleg
I have a problem in using CXTButton.
I am doing the following to get the XTStyle in Oinitdilaog
 m_btnTest.SetTheme ( new CXTButtonThemeOfficeXP ( TRUE ) );
1) It is working fine but I am not able to highlight the button using TAB control(key).Is there any way to do the same. 
2) Do I want to do "delete" as I have done new for getting XT Style.
Thanks
Shajeer
 
Back to Top
apuhjee View Drop Down
Senior Member
Senior Member
Avatar

Joined: 02 September 2005
Location: United States
Status: Offline
Points: 130
Post Options Post Options   Thanks (0) Thanks(0)   Quote apuhjee Quote  Post ReplyReply Direct Link To This Post Posted: 18 June 2007 at 11:22am
I'm sorry - but anyone using 9.81 is totally suspect.  That's the version that was released on P2P.
I like mathematics because it is not human and has nothing particular
to do with this planet or with the whole accidental universe — because,
like Spinoza's God, it won't love us in return.
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.219 seconds.