Error CXX0052: Member function not found
-
hello guys... I have a listbox on my dialog. I am debugging my program and getting this error. Here is what I am trying
if(ListBox.GetCount() >= 1)
//then do some stuffNow when I select
ListCtrl.GetCount()
and selectAdd Watch
, it shows me the said error. Now although the problem is solved using following technique but what if I don't want to add unnecessary variables.int count = ListBox.GetCount();
if(count >= 1)
//then do some stuffThis world is going to explode due to international politics, SOON.
-
hello guys... I have a listbox on my dialog. I am debugging my program and getting this error. Here is what I am trying
if(ListBox.GetCount() >= 1)
//then do some stuffNow when I select
ListCtrl.GetCount()
and selectAdd Watch
, it shows me the said error. Now although the problem is solved using following technique but what if I don't want to add unnecessary variables.int count = ListBox.GetCount();
if(count >= 1)
//then do some stuffThis world is going to explode due to international politics, SOON.
-
hello guys... I have a listbox on my dialog. I am debugging my program and getting this error. Here is what I am trying
if(ListBox.GetCount() >= 1)
//then do some stuffNow when I select
ListCtrl.GetCount()
and selectAdd Watch
, it shows me the said error. Now although the problem is solved using following technique but what if I don't want to add unnecessary variables.int count = ListBox.GetCount();
if(count >= 1)
//then do some stuffThis world is going to explode due to international politics, SOON.
-
hello guys... I have a listbox on my dialog. I am debugging my program and getting this error. Here is what I am trying
if(ListBox.GetCount() >= 1)
//then do some stuffNow when I select
ListCtrl.GetCount()
and selectAdd Watch
, it shows me the said error. Now although the problem is solved using following technique but what if I don't want to add unnecessary variables.int count = ListBox.GetCount();
if(count >= 1)
//then do some stuffThis world is going to explode due to international politics, SOON.