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.

Signature
Przemek Biernat ( "Kicek", "Wildspirit" ),
wildspirit@poczta.onet.pl,
gg: 5296726, tlen: wildspirit
Willy Denoyette [MVP] - 24 Sep 2005 19:43 GMT
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 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.
Lloyd Dupont - 25 Sep 2005 02:21 GMT
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

Signature
If you're in a war, instead of throwing a hand grenade at the enemy, throw
one of those small pumpkins. Maybe it'll make everyone think how stupid war
is, and while they are thinking, you can throw a real grenade at them.
Jack Handey.
>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.