Menu

#2 variable substitution doesn't work

version_0.1
open-accepted
5
2002-12-11
2002-12-04
HYOUCK KIM
No

whatever variable I enter, the variable is inteprested
as "x" variable.

Discussion

  • HYOUCK KIM

    HYOUCK KIM - 2002-12-10

    Logged In: YES
    user_id=531928

    This is actually feature request.
    According version 0.2 release plan,
    this should be a part of 0.2 release.
    moving the target to 0.2

     
  • HYOUCK KIM

    HYOUCK KIM - 2002-12-10
    • labels: 482495 -->
    • milestone: 260085 -->
    • assigned_to: peakhunt --> nobody
     
  • HYOUCK KIM

    HYOUCK KIM - 2002-12-10

    Logged In: YES
    user_id=531928

    started working on this.
    We need the following new objects.

    1>CVariableDB,
    this class keeps track of all input variables.
    especially, the following operations should be supported.
    a)addVar(TCHAR* name, double value)
    b)delVar(TCHAR* name)
    c)modVar(TCHAR* name, double value)
    d)bool lookUp(TCHAR* name,double* value)

    2>CVariableDBDlg
    this is user interface for variable database.

     
  • HYOUCK KIM

    HYOUCK KIM - 2002-12-10
    • labels: --> stack machine
    • milestone: --> version_0.1
    • assigned_to: nobody --> peakhunt
     
  • HYOUCK KIM

    HYOUCK KIM - 2002-12-11
    • status: open --> open-accepted
     
  • HYOUCK KIM

    HYOUCK KIM - 2002-12-11

    Logged In: YES
    user_id=531928

    working on this problem.
    Since I'm not a MFC gui expert,
    works on dialog part will drag me for a while

     

Log in to post a comment.