error result returned from 'cl.exe'

  • Thread starter Thread starter Arun
  • Start date Start date
A

Arun

Hi,
When I try to compile my VC++.Net project in the release mode, I'm getting
the error, "error result returned from 'cl.exe' ". It happens when I add a
static data member to a class whose all other members are static

This doesn't happen when I compile in the debug mode.

Anybody has come across this situation?

Regards,
Arun
 
When I try to compile my VC++.Net project in the release mode, I'm getting
the error, "error result returned from 'cl.exe' ". It happens when I add a
static data member to a class whose all other members are static

This doesn't happen when I compile in the debug mode.

Arun,

Do you have a relatively small example of how to reproduce this
problem?

Dave
 
Back
Top