Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - HOWTO: Compile applications with Toolkit 22.0
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

HOWTO: Compile applications with Toolkit 22.0

 Post Reply Post Reply
Author
Message
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Topic: HOWTO: Compile applications with Toolkit 22.0
    Posted: 27 January 2023 at 5:34am
Hello;

How can we compile our huge application with toolkit 22.0 without renaming CXTPReportControl and it's related classes to CXTPGridControl?

I can't figure out how to get this done?

And, why did all this have to be renamed in the first place?
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 01 February 2023 at 2:39am
Why do I not get any response from CJ?
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
lrenoux View Drop Down
Groupie
Groupie


Joined: 20 April 2009
Status: Offline
Points: 62
Post Options Post Options   Thanks (1) Thanks(1)   Quote lrenoux Quote  Post ReplyReply Direct Link To This Post Posted: 13 February 2023 at 3:42am
Because they dont care !

How is it possible to wake up one morning and change a class name that has been used for 14 years in over a million lines of code ...

Ftm i used this sh*t ... 

#if _XTPLIB_VERSION_MAJOR >= 22
#define CXTPReportControl CXTPGridControl
#define CXTPReportRecord CXTPGridRecord
#define CXTPReportRecordItemText CXTPGridRecordItemText
#define CXTPReportRecords CXTPGridRecords
#define CXTPReportColumn CXTPGridColumn
#define CXTPReportRow CXTPGridRow
#define CXTPReportRecordItemNumber CXTPGridRecordItemNumber
#define XTPREPORTCTRL_CLASSNAME XTPGRIDCTRL_CLASSNAME
#define XTP_NM_REPORT_VALUECHANGED XTP_NM_GRID_VALUECHANGED
#endif

Good luck

L.


Back to Top
rdhd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 13 August 2007
Location: United States
Status: Offline
Points: 865
Post Options Post Options   Thanks (0) Thanks(0)   Quote rdhd Quote  Post ReplyReply Direct Link To This Post Posted: 13 February 2023 at 12:31pm
Irenoux,

Guessing you may be correct. We have an issue where CJ changed their font (ttf) file so that it is incompatible with earlier versions. Now, when two CJ apps get installed on the same box, last install "wins" the font war. My post is so far unanswered.


However, CJ now says that posting on the forums is not how to get CJ's attention. One must use their support and file a support request.

Forums are for ... us only now (I guess). So, kudos to you for posting a solution to the renaming issue. I was about to say use #defines.
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 14 February 2023 at 12:54pm
The problem is that my CJ support account has about 10 unanswered posts so far.
We have been using CJ since 2003 and I noticed that there was only support in the beginning. There hasn't been any for years.
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 645
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Posted: 15 February 2023 at 4:07am
I agree with Martin.
It is a shame that this fantastic toolkit does not have better forum support.
I'm still making faster, feature full, and better looking software using XTToolkit compared with my .NET colleagues.
But of cause fast support is important, and a deciding factor when selecting future tools. Having Codejock monitoring and commenting this forum would be a great help. Maybe spend the next month answering questions - and who knows, maybe some new features and improvement could arise from this. 
-cpede

Product: Xtreme ToolkitPro (20.3.0)
Platform: Windows 10 (x64)
Language: Visual Studio 2017 (C++)
Back to Top
bschaer View Drop Down
Groupie
Groupie


Joined: 27 June 2006
Location: United States
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote bschaer Quote  Post ReplyReply Direct Link To This Post Posted: 19 February 2023 at 10:06am
I think the only path forward for this product is open source..  Maybe too late, don't know.  Very few eyeballs on it at this point.
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.