| T O P I C R E V I E W |
| SaloS |
Posted - Jan 20 2006 : 05:49:07 AM I have member-function that declared as
static void FreeStat(CAtlArray<AMWebServService::APPSTATS>& HourStats);
AMWebServService is namespace, struct APPSTATS is separated from AMWebServService by :: however when I create function body, VAX suggest me the following
void CHarnetClient::FreeStat(CAtlArray<AMWebServService.APPSTATS>& HourStats)
struct APPSTATS is separated from AMWebServService by . (dot). If I use this suggestion I have compiler error. |
| 1 L A T E S T R E P L I E S (Newest First) |
| support |
Posted - Jan 20 2006 : 12:19:54 PM case=923 |
|
|