CL Dont crash please

  • Thread starter Thread starter Wildspirit
  • Start date Start date
W

Wildspirit

I have simple problem, i have written program in pure C++ and builded a
library. Now i wanna connect program which is wrotten in Managed
C++(GUI) with native code. And my cl compiler is crashing down when it
starts linking. It not return a error. I don't know where is the
problem.
 
How do you know it's "crashing down" if there is no error message?
PS. You better post VC questions to the specialized VC NG at -
microsoft.public.dotnet.languages.vc

Willy.
 
I had similar problem I did 2 things.
- I slowly rebuilt my code by adding file 'a bunch' at a time I pinpointed
the problem
- did a bug report to Microsoft
 
Back
Top