News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Show inheritance info issue

Started by cfleury, January 07, 2009, 04:38:54 PM

Previous topic - Next topic

cfleury

Hi,
I configured code blocks (8.02) to show the inheritance information but it is not displayed ... have I missed something? Is it a known issue?
Regards,
Christian

ollydbg

Quote from: cfleury on January 07, 2009, 04:38:54 PM
Hi,
I configured code blocks (8.02) to show the inheritance information but it is not displayed ... have I missed something? Is it a known issue?
Regards,
Christian
Which os? Which version? How to configure? You should give more detail.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

cfleury

Ollydbg: Sorry for this late reply. OS is XP, version is 8.02 (indicated in my post) and configaration is through the menu "Settings -> Editor -> Code completion and Symbols browser -> Symbols browser -> Display inheritance info).
Christian

ollydbg

Why not try "nightly build version" :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.