Print Page | Close Window

CXTMemDC implementation problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=7872
Printed Date: 13 November 2025 at 11:55am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTMemDC implementation problem
Posted By: terrym
Subject: CXTMemDC implementation problem
Date Posted: 25 August 2007 at 2:02pm
CXTMemDC needs a function so that we can check if the memory was allocated ok, eg. IsValid(), as right now the m_bValid flag is protected :( and we cant access it to know if the DC creation was successful or not
 


-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey



Replies:
Posted By: kstowell
Date Posted: 25 August 2007 at 5:37pm
Good point, we have added IsValid() for the next release. For now, you can add the following public method to the class definition found in XTMemDC.h, then rebuild the library:

BOOL IsValid() const
{
    return m_bValid;
}




-------------
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<


Posted By: terrym
Date Posted: 25 August 2007 at 5:43pm
Excellent, we already added this for our own use but great to see it will be included in next release.  How long before next release please ?


-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey


Posted By: kstowell
Date Posted: 25 August 2007 at 9:17pm
Originally posted by terrym terrym wrote:

Excellent, we already added this for our own use but great to see it will be included in next release.  How long before next release please ?


Looks like it could be as early as the end of next week.


-------------
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<


Posted By: terrym
Date Posted: 26 August 2007 at 6:59am
Excellent, we look forward to this new version, is there a list of what is new so we can decide whether to hold off launch of our product.
 
Also I posted a question on Thursday via support and have not heard back ???


-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey


Posted By: kstowell
Date Posted: 26 August 2007 at 11:13am
We are still working on release notes, so I do not have a list of what is new yet. I would be more than happy to look into your support request, do you have a ticket number?

-------------
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<


Posted By: kstowell
Date Posted: 26 August 2007 at 11:23am
Hi Terry, I found your support issues, they have been answered. :)


-------------
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<


Posted By: terrym
Date Posted: 27 August 2007 at 5:55am
Just one that has not, I emailed you the ticket id.
 
Cheers
 


-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net