From: stan <st...@uc...> - 2003-02-13 22:23:02
|
I am using OpenC++ ver 2.5.12 I am calling Environment::GetLineNumber at various instances, with p being class declarations: int line; Ptree* file = e->GetLineNumber(p, line); and I always get: file = unknown line = 0 why does this not work? thanks stan |