Author Topic: envvar plugin problem: no variable show on the list  (Read 3583 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
envvar plugin problem: no variable show on the list
« on: March 25, 2011, 04:34:29 am »
I'm using winXP, svn7017.
see the image below:


How can I get it to work??

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

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: envvar plugin problem: no variable show on the list
« Reply #1 on: March 25, 2011, 09:42:26 am »
I don't understand your question. Environment variables are only listed *if* they are changed. If not, all the system defaults apply, and the list is shown empty.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: envvar plugin problem: no variable show on the list
« Reply #2 on: March 26, 2011, 04:25:35 am »
I don't understand your question. Environment variables are only listed *if* they are changed. If not, all the system defaults apply, and the list is shown empty.
thanks, I don't know this before.
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.