Ok this might seem a pretty simple question but I'm new to working with MFC.
My task is simple, I dragged dropped a Tree Control and now I want to populate some data in it.I've followed some online examples like in the link below
http://www.functionx.com/visualc/controls/treectrl.htm
there's no build errors in the code but when I run the code I get the error Debug Assertion Failed.
Can anyone help me solving this issue or Provide some basic tutorial or online help of populating data into a Tree Control.