![]()  | 
 
Version 10.4.0 | 
 
    Post Reply  
   | 
  
| Author | ||
   
   SuperMario  
   
   Senior Member  
    
   Joined: 14 February 2004 Status: Offline Points: 18057  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Topic: Version 10.4.0Posted: 20 December 2006 at 8:20pm  | 
 |
| 
   
    
   
Hi All, 
   
  You can download version 10.4 from the evaluation section. The retail version will become available by then end of tomorrow. Note the website is still gettig updated. Also for MFC customers check out the new Syntax Editor control. Thanks  | 
 ||
![]()  | 
 ||
   
   Simon HB9DRV  
   
   Senior Member  
   Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 21 December 2006 at 3:01am | 
 |
| 
   
    
   
A URL and link to release notes would save your customers a lot of time  
   
    !The elusive release notes are here: http://www.codejock.com/products/releasenotes/release_notes.asp The syntax editor is - stunning! http://www.codejock.com/downloads/samples/syntaxedit.asp  | 
 ||
| 
   
     
     Simon HB9DRV
     
   
   | 
 ||
![]()  | 
 ||
   
   tobi  
   
   Senior Member  
   Joined: 09 September 2004 Location: Germany Status: Offline Points: 451  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 21 December 2006 at 2:14pm | 
 |
| 
   
    
   Is the Syntax Editor control also part of the ActiveX suite ?
    
   
   | 
 ||
![]()  | 
 ||
   
   reeves  
   
   Newbie  
   Joined: 12 September 2006 Status: Offline Points: 12  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 December 2006 at 12:35am | 
 |
| 
   
    CXTPSyntaxEditCtrl can not compiled. C:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v10.4\Source\SyntaxEdit\XTPSyntaxEditCtrl.cpp(2076) : error C2001: newline in constant 
C:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v10.4\Source\SyntaxEdit\XTPSyntaxEditCtrl.cpp(2089) : error C2001: newline in constant C:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v10.4\Source\SyntaxEdit\XTPSyntaxEditCtrl.cpp(2076) : fatal error C1057: unexpected end of file in macro expansion  | 
 ||
![]()  | 
 ||
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 December 2006 at 1:01am | 
 |
| 
   
    
   Hi,
 
   
  It can't compile _T('»') ? What locale you have?  
can you try to replace it to 
strBuffer += (TCHAR)0xAF; 
    | 
 ||
| 
   
     
     Oleg, Support Team 
   
  CODEJOCK SOFTWARE SOLUTIONS  | 
 ||
![]()  | 
 ||
   
   reeves  
   
   Newbie  
   Joined: 12 September 2006 Status: Offline Points: 12  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 December 2006 at 1:50am | 
 |
| 
   
    
   hi, 
 
   
  i am using windows xp sp2 simplified chinese version and VC++ 6, 
so the line 2076 is      strBuffer += _T('?);   // Char 0xAF 
line 2089 is strBuffer += _T('?); // Char 0xFA  | 
 ||
![]()  | 
 ||
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 December 2006 at 3:36am | 
 |
| 
   
    
   oh. Thats I afraid. Please replace to
 
   
  strBuffer += (TCHAR)0xAF; 
and 
strBuffer += (TCHAR)0xFA; 
Will be fixed in first hot fix.  | 
 ||
| 
   
     
     Oleg, Support Team 
   
  CODEJOCK SOFTWARE SOLUTIONS  | 
 ||
![]()  | 
 ||
   
   MNovaro  
   
   Groupie  
   Joined: 20 June 2006 Status: Offline Points: 71  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 December 2006 at 4:10am | 
 |
   
     The Syntax Editor control is great!Do you have plans to add it to the ActiveX controls in some (near, hopefyllu :D) future??  | 
 ||
![]()  | 
 ||
   
   reeves  
   
   Newbie  
   Joined: 12 September 2006 Status: Offline Points: 12  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 December 2006 at 4:11am | 
 |
| 
   
    
   oleg, thanks.
 
   
  ![]()  | 
 ||
![]()  | 
 ||
   
   halbertlouis  
   
   Newbie  
   Joined: 22 December 2006 Status: Offline Points: 6  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 23 December 2006 at 1:22pm | 
 |
| 
   
    
   Downloaded evaluation. Can't compile. Receiving the following errors: 
   
  c:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v10.4 for Visual Studio 2003\Source\SyntaxEdit\XTPSyntaxEditLexParser.h(967) : error C2589: '(' : illegal token on right side of '::' c:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v10.4 for Visual Studio 2003\Source\SyntaxEdit\XTPSyntaxEditLexParser.h(967) : error C2059: syntax error : '::' c:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v10.4 for Visual Studio 2003\Source\SyntaxEdit\XTPSyntaxEditLexParser.h(967) : error C2589: '(' : illegal token on right side of '::' I'm not even using the syntax editor here.  | 
 ||
![]()  | 
 ||
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 24 December 2006 at 3:54am | 
 |
| 
   
    
   Do you have same problem when compile our samples?
 
   
  Think problerm that you defined _MAX somewhere. try to add 
#undef _MAX 
#undef _MIN 
before add toolkitpro in stdafx.h 
 | 
 ||
| 
   
     
     Oleg, Support Team 
   
  CODEJOCK SOFTWARE SOLUTIONS  | 
 ||
![]()  | 
 ||
   
   halbertlouis  
   
   Newbie  
   Joined: 22 December 2006 Status: Offline Points: 6  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 25 December 2006 at 10:24pm | 
 |
| 
   
    
   Hi Oleg, 
   
  The samples compile fine, it happens to my own application only. It fixes the compile errors once I followed your suggestions. IMHO, I think if this can be fixed in the Toolkit itself would be good. Otherwise customers might be turned away while trying the evaluation.  | 
 ||
![]()  | 
 ||
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 26 December 2006 at 2:16am | 
 |
| 
   
    
   Yes, of course we will fix it.
    
   
   | 
 ||
| 
   
     
     Oleg, Support Team 
   
  CODEJOCK SOFTWARE SOLUTIONS  | 
 ||
![]()  | 
 ||
   
   tobi  
   
   Senior Member  
   Joined: 09 September 2004 Location: Germany Status: Offline Points: 451  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 26 December 2006 at 5:04am | 
 |
| 
   
    
   (When) will the SyntaxEdit be available as ActiveX control ?
    
   
   | 
 ||
![]()  | 
 ||
   
   gshawn  
   
   Senior Member  
   Joined: 04 October 2004 Status: Offline Points: 227  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 26 December 2006 at 5:15am | 
 |
| 
   
    
   I would also love to have the SyntaxEdit control as part of the ActiveX suite.... thanks
    
   
   | 
 ||
![]()  | 
 ||
   
   apuhjee  
   
   Senior Member  
   Joined: 02 September 2005 Location: United States Status: Offline Points: 130  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 02 January 2007 at 5:56pm | 
 |
| 
   
    
   And I'll third, fourth, and fifth that... I feel like a kid in grade school screaming, "but it's not fair!!!".
 
   
  Please compile SyntaxEdit as a COM control :) jp  | 
 ||
| 
   
     
     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.  | 
 ||
![]()  | 
 ||
   
   lorax1284  
   
   Groupie  
   Joined: 10 September 2005 Location: Canada Status: Offline Points: 14  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 08 January 2007 at 10:18pm | 
 |
   
   
 Is there an expected delivery date for this fix?  | 
 ||
| 
   
     
     Ryan Germann
 
   
  Product Manager & UI Designer  | 
 ||
![]()  | 
 ||
   
   venkyhyd  
   
   Groupie  
   Joined: 29 June 2006 Location: India Status: Offline Points: 70  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 09 January 2007 at 8:33am | 
 |
| 
   
    
   Hello Oleg,
 
   
  Do u mean to say that we should replace _T("ABC") to  
strBuffer += (TCHAR)0xAF; 
and 
strBuffer += (TCHAR)0xFA; 
I am afraid that we used _T("abc") in many place in the workspace... can you suggest on the alternate solution for this. 
Thanks 
 | 
 ||
![]()  | 
 ||
   
   venkyhyd  
   
   Groupie  
   Joined: 29 June 2006 Location: India Status: Offline Points: 70  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 09 January 2007 at 8:54am | 
 |
   
   
 Hello We are using Windows XP Sp2, i fear bcoz we are using _T("abc..") in many places in workspace.... 
pls suggest how to overcome this compilation error 
error C2589: '(' : illegal token on right side of '::' error C2059: syntax error : '::' 
error C2589: '(' : illegal token on right side of '::'  | 
 ||
![]()  | 
 ||
   
   lorax1284  
   
   Groupie  
   Joined: 10 September 2005 Location: Canada Status: Offline Points: 14  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 10 January 2007 at 2:07am | 
 |
| 
   
    
   FWIW, I took the following steps and was able to "patch" SyntaxEdit so my app would compile: 
   
  I searched for all occurrences of the string XTP_EDIT_LINECOL in all files in the following folder on my file system: C:\Program Files\Codejock Software\MFC\Xtreme ToolkitPro v10.4\Source\SyntaxEdit and in all of the 10 files that contained that string, I replaced all occurrences of _MIN _MAX with _cjMIN _cjMAX respectively. I only replaced occurrences that came immediately after a space character or two consecutive colons :: I didn't replace any that were part of other strings, like "INT_MAX" or "INT_MIN". I then ran the CodeJock Deployment Wizard: did "Compile the selected libraries" did "Deploy using" and only checked "Visual C++ Version 7.1" (I also have 8.0 installed) only chose "as a static library for applications using MFC as a library" did both "ANSI" and "Unicode", and "Win32" (not Win64) Your mileage may vary: we determined that _MAX and _MIN were used in one of the MSVC DLLs, and that was causing a conflict. Good luck.  | 
 ||
| 
   
     
     Ryan Germann
 
   
  Product Manager & UI Designer  | 
 ||
![]()  | 
 ||
   
   Tsenoh  
   
   Groupie  
   Joined: 08 November 2006 Status: Offline Points: 69  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 15 January 2007 at 8:39am | 
 |
| 
   
    
   Hi!
 
   
  Can you tell us when will the documentation for CommandBars 10.4 be ready? I downloaded the new version, but there is still documentation from 10.3 distributed with it. 
In the meantime, where can we find more detailed version of release notes? 
Thanks! 
Bojan Hrnkas 
    | 
 ||
![]()  | 
 ||
   
   Tsenoh  
   
   Groupie  
   Joined: 08 November 2006 Status: Offline Points: 69  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 15 January 2007 at 8:42am | 
 |
| 
   
    
   My bad! Ignore my last post.
    
   
   | 
 ||
![]()  | 
 ||
   
   robdon  
   
   Groupie  
   Joined: 27 April 2006 Location: United Kingdom Status: Offline Points: 30  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 19 January 2007 at 10:39am | 
 |
| 
   
    
   Hi, 
   
  I would also like to know when / if the SyntaxEdit might be avialable for ActiveX. Can someone from support tell us please... Thanks, Rob D.  | 
 ||
![]()  | 
 ||
   
   apuhjee  
   
   Senior Member  
   Joined: 02 September 2005 Location: United States Status: Offline Points: 130  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 19 January 2007 at 11:03am | 
 |
| 
   
    No offense - but from the looks of it, they are using the MFC crowd as beta testers --- with an added benefit --- Fixes are usually submitted when the bug is found :) 
Cheers ~ jp 
    | 
 ||
| 
   
     
     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  |