Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Lee10
  • Order by date
  1. Lee10

    Assigning pointers of the exact same type won't work in release mode

    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...
  2. Lee10

    Assigning pointers of the exact same type won't work in release mode

    Hi Thanks for your effort but it did help. Regards Lee10
  3. Lee10

    Assigning pointers of the exact same type won't work in release mode

    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...

Part and Inventory Search

Back
Top