I found that if I define a C++ function like this:
extern "C" int myfunction()
{
....
}the "Code explorer window" can't recognize the function. if remove 'extern "C"', it can be recognized. -- <http://forum.pspad.com/read.php?2,49454,49454> PSPad freeware editor http://www.pspad.com
