Back in build 2255 I reported a problem with the c++ code explorer not finding
functions defined within a namespace. I just check build 2262 and it has not
been fixed yet. Just wandering if this is on the short list to be fixed soon?

I am including the sample code here again so that you don't have to look it up.

---
#include "Sample.h"

namespace nspace
{

Sample::Sample(void)
{
fname_ = "";
}

Sample::~Sample(void)
{
}

int & Sample::Number()
{
return number_;
}

}// nspace

void Show()
{
}

-- 
<http://forum.pspad.com/read.php?6,39328,39383>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem