CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lucky6969b

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    1,892

    Re: How to call this function?

    http://usa.autodesk.com/adsk/servlet/item?id=19038533&siteID=123112
  2. Replies
    5
    Views
    1,892

    How to call this function?

    Value*
    globalVars_get_cf(Value** arg_list, int count)
    {
    // globalVars.get <global_name>
    check_arg_count(globalVars.get, 1, count);
    Value* glob_name = Name::intern(arg_list[0]->to_string());...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured