December 24th, 2008 05:23 AM
I have been away for a while. How you guys are doing?
Merry Christmas and a Happy New Year to all. :):):)
September 8th, 2008 08:05 AM
Thanks zerver :thumb: didn't know if that was allowed :)
September 8th, 2008 07:26 AM
In our application we have the option of using color management or not. We are using a special library for color management.
This is controlled by preprocessor definitions.
#ifdef...
September 5th, 2008 05:53 AM
I murdered a fork because I was high.
Wow! it seems we have the same month and day :)
September 4th, 2008 07:24 AM
The documentation is not upto the mark.
Here is what it says:
And the most frustrating thing is that we don't have any of its usage example
Thanks,
September 4th, 2008 05:30 AM
I have a following member function prototype.
Dtk_Int32 ConvertToGeom(Geometric_set_select_entity **res = NULL) const;
If NULL is passed to the above function it returns the size of the...
April 12th, 2008 04:05 AM
I think it actually depends on what is Foo and what is Goo and what you are trying to achieve.
In your example the Goo object actually owns the Foo object. But if actually Foo doesn't belong to...
March 30th, 2008 04:14 AM
I have the following code:
// Get all of the children components from this m_Component object
_variant_t componentChildren = pComponent->GetChildren();
The returned variant contains a...