Link to home
Start Free TrialLog in
Avatar of ktreddy510
ktreddy510

asked on

unable to list down class member variables & member functions using visual studio IDE

HI ,
Iam trying to develop a mail client for Novell Groupwise 6.0 .
Iam using microsoft visual studio IDE for development.using  my sample
program Iam trying to Initialze the GWSession .Iam able to build the
project ,but I cannot list down the member variables of Groupwise objects
using scope resolution operator .

For Example in the below mentioned CreateSession() method after declaring
DIGWAccount like
DIGWAccount* pDIGWAccount;
Now If I try to listdown member functions and variables available with  
DIGWAccount like pDIGWAccount-> ,Iam unable to get the member functtions
available with pointer variable.
I have included all necessary .h files.
In visual studio project settings do I need to do any extra settings to
access Novel Groupwise objects member variables& functions ??
Please help me out ..thanks in advance..

BOOL CreateSession()
{
DIGWAccount* pDIGWAccount;
VARIANT vUserId, vCmdLine, vPassword, vWhenToPrompt, vReserved;

//etc
pDIGWAccount->Release();
}

ASKER CERTIFIED SOLUTION
Avatar of diarmaid
diarmaid

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of diarmaid
diarmaid

no objections, it defenitely appears to be abandoned.