![]()  | 
 
Does Codejock 9.81version support VS 2005 | 
 
    Post Reply  
   | 
  
| Author | |
   
   Shajeer  
   
   Newbie  
   Joined: 20 January 2006 Location: India Status: Offline Points: 16  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Topic: Does Codejock 9.81version support VS 2005Posted: 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 
 | 
 |
![]()  | 
 |
   
   Sven  
   
   Senior Member  
   Joined: 21 August 2003 Location: Germany Status: Offline Points: 127  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 19 February 2007 at 3:54pm | 
 
| 
   
    
   Did you add the toolkit path to your VC 2005 include dirs?
    
   
   | 
 |
![]()  | 
 |
   
   Shajeer  
   
   Newbie  
   Joined: 20 January 2006 Location: India Status: Offline Points: 16  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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 
 | 
 |
![]()  | 
 |
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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  | 
 |
![]()  | 
 |
   
   Shajeer  
   
   Newbie  
   Joined: 20 January 2006 Location: India Status: Offline Points: 16  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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 
    | 
 |
![]()  | 
 |
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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  | 
 |
![]()  | 
 |
   
   Suyambu2002  
   
   Newbie  
   Joined: 28 April 2006 Location: India Status: Offline Points: 15  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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  | 
 |
![]()  | 
 |
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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  | 
 |
![]()  | 
 |
   
   Suyambu2002  
   
   Newbie  
   Joined: 28 April 2006 Location: India Status: Offline Points: 15  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 26 February 2007 at 4:04am | 
 
| 
   
    Hi Oleg Thans for you reply. My problem is "'ToolkitPro1031vc80SUD.lib' or not sure whether I made any mistake while Can you please help me out.  | 
 |
| 
   
     
     Best Regards
 
   
  Suyambu  | 
 |
![]()  | 
 |
   
   Shajeer  
   
   Newbie  
   Joined: 20 January 2006 Location: India Status: Offline Points: 16  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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 
 | 
 |
![]()  | 
 |
   
   apuhjee  
   
   Senior Member  
   Joined: 02 September 2005 Location: United States Status: Offline Points: 130  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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.  | 
 |
![]()  | 
 |
    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  |