Hi All,

I got some C++ source and headers files from client.

I created a GUI application using .NET 2003 and Qt. I have included those files and built the application successfully. And also I can run the application successfully.

I created a new project/workspace of type MFC exe (or Win32 Application). And added the same files as in the .NET 2003. When I compile this application, then it is showing the errors like ,

error C2248: 'numericId' : cannot access private member declared in class 'VariableNameT'
see declaration of 'numericId'

I am getting 100's of errors from different classes.

Can anybody help me in solving this problem?
I am suspecting that, do I need to do some change in settings / properties to application in VS 6.0.

Thanks,
Segu Prasad