Thanx Salem, chipperMDV and xwb.
The reason for the release (and not the debug version crashed was narrowed down to some other code) Salem is right debugging in release mode is not a funny process you get very paranoid and evavelent, vague and a bit dissy from the experiance that and the fact...
Hi
I have two pointer variables both with the same type.
Camera *a;
Camera *b;
But when I try a = b;
a won't take the pointer value of b in release mode, but it dose so in debug mode why is that?
My project is a bit more complicated than this example given here. But it's essens is the same an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.