Sign In
MSDN Blogs
Microsoft Blog Images
More ...
February, 2008
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Archives
Archives
October 2011
(1)
April 2011
(2)
March 2011
(1)
November 2009
(2)
August 2009
(2)
March 2009
(1)
January 2009
(1)
November 2008
(1)
August 2008
(2)
June 2008
(4)
February 2008
(4)
January 2008
(1)
August 2007
(1)
June 2007
(1)
April 2007
(2)
March 2007
(2)
February 2007
(4)
January 2007
(3)
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
MSDN Blogs
>
Weblog of Gopalakrishna Palem
>
February, 2008
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Weblog of Gopalakrishna Palem
How to check if my code is executing inside a Managed App or Native App?
Posted
over 4 years ago
by
Gopalakrishna Palem
If you check the CRT source code (inside VC\crt\src\crt0.c ) you can find an interesting function check_managed_app() that returns 1 if managed app, 0 if not based on the COM Runtime Descriptor in the Image Data Directory of the PE or PE+ header. ...
Weblog of Gopalakrishna Palem
Well-designed libraries
Posted
over 4 years ago
by
Gopalakrishna Palem
It is very rare that we come across a well-designed library every day, and even rare that we get a chance to work on them on daily basis. While it is hard to define what makes any given library "well-designed", it is rather easy to identify what is not...
Weblog of Gopalakrishna Palem
Populating a tree control with Maya DAG Nodes
Posted
over 4 years ago
by
Gopalakrishna Palem
MItDag offers a convenient way to iterate over the DAG nodes in any Maya scene, but not in a way that is useful for populating the visited nodes in a Windows tree control. This is because MItDag gives a linear list of nodes that make it a little...
Weblog of Gopalakrishna Palem
Browse folder dialog in MLibrary::initialize
Posted
over 4 years ago
by
Gopalakrishna Palem
If you are encountering an empty message box followed by a browse folder dialog in for MLibrary::initialize Open Maya SDK 2008, then the chances are that you can resolve the problem by defining the MAYA_LOCATION environment variable. Define the MAYA_LOCATION...
Page 1 of 1 (4 items)