error result returned from 'cl.exe'

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
 
D

David Lowndes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top