Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. AddFunction and AddMember in VS2008 Standard VC++ MFC Project

AddFunction and AddMember in VS2008 Standard VC++ MFC Project

Scheduled Pinned Locked Moved Visual Studio
helpc++questionjavajavascript
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    geoyar
    wrote on last edited by
    #1

    I have a problem with AddFunction and AddMember dialog boxesin my VS2008 Standard edition. My project is VC++ MFC, in MS VS2008 Standard under Window XP Home SP3. The web browser is IE8. When I try to add a function to my C++ class, the AddFunction dialog box apeears without edit boxes for the function return type and for a parameter type. In process of invoking the AddFunction dialog box I am getting two error messages: 1. Line 849, char 2, error "Parametertype Vale Length is null or not object Code 0 File///C:/Program%20Files/Microsoft%20Visual%20Studio%209.0/VC/VCWizards/CodeWiz/MFC/Function/HTML/ 1033/default.htm. 2. The same message is for the line 505. When I tried to display this file, default.htm, in IE8.0 I got the same message, errors at lines 849 and 505. In the JS debugger line 849 is: document.scripts("INCLUDE_SCRIPT").src = windows.external.FindSymbol("SCRIPT_COMMONPATH")+ "/script.js" and error is: "Object does not support this property or method. The same story is with the AddMember dialog box: no edit box for a member type, and the same messages for a VariaableWiz.. Both dialog boxes display a message at the top, in information bar help: "An add-on for this web site failed to run. Check the security settings in Internet Options for potential conflict." If I ignore the messages and use the dialog boxes anyway, I am getting added members of undefined type or function of undefined return type and parameter of undefined type It is not a problem with VS2008. The same defects are in VS2005 Standard. What is more interesting, in VS2003 Enterprise Editions the AddFunction and AddMember dialog boxes are normal, but in IE8 the html file for these Wizard are displayed as in VS2008, without edit boxes for function return type, parameters type or type of member varialbles. It seems that I am experiencing these problems after I have upgraded my IE7 to IE8, and these problems are with Java scripts. Any help? geoyar

    geoyar

    K 1 Reply Last reply
    0
    • G geoyar

      I have a problem with AddFunction and AddMember dialog boxesin my VS2008 Standard edition. My project is VC++ MFC, in MS VS2008 Standard under Window XP Home SP3. The web browser is IE8. When I try to add a function to my C++ class, the AddFunction dialog box apeears without edit boxes for the function return type and for a parameter type. In process of invoking the AddFunction dialog box I am getting two error messages: 1. Line 849, char 2, error "Parametertype Vale Length is null or not object Code 0 File///C:/Program%20Files/Microsoft%20Visual%20Studio%209.0/VC/VCWizards/CodeWiz/MFC/Function/HTML/ 1033/default.htm. 2. The same message is for the line 505. When I tried to display this file, default.htm, in IE8.0 I got the same message, errors at lines 849 and 505. In the JS debugger line 849 is: document.scripts("INCLUDE_SCRIPT").src = windows.external.FindSymbol("SCRIPT_COMMONPATH")+ "/script.js" and error is: "Object does not support this property or method. The same story is with the AddMember dialog box: no edit box for a member type, and the same messages for a VariaableWiz.. Both dialog boxes display a message at the top, in information bar help: "An add-on for this web site failed to run. Check the security settings in Internet Options for potential conflict." If I ignore the messages and use the dialog boxes anyway, I am getting added members of undefined type or function of undefined return type and parameter of undefined type It is not a problem with VS2008. The same defects are in VS2005 Standard. What is more interesting, in VS2003 Enterprise Editions the AddFunction and AddMember dialog boxes are normal, but in IE8 the html file for these Wizard are displayed as in VS2008, without edit boxes for function return type, parameters type or type of member varialbles. It seems that I am experiencing these problems after I have upgraded my IE7 to IE8, and these problems are with Java scripts. Any help? geoyar

      geoyar

      K Offline
      K Offline
      Kevin McFarlane
      wrote on last edited by
      #2

      It looks like you've run into this problem Some VS2005 and VS2008 Wizards Pop Up Script Error[^] and there is a workaround described there.

      Kevin

      G 1 Reply Last reply
      0
      • K Kevin McFarlane

        It looks like you've run into this problem Some VS2005 and VS2008 Wizards Pop Up Script Error[^] and there is a workaround described there.

        Kevin

        G Offline
        G Offline
        geoyar
        wrote on last edited by
        #3

        Thank you Kevin! It is exactly what I need, and it works just fine.

        geoyar

        K 1 Reply Last reply
        0
        • G geoyar

          Thank you Kevin! It is exactly what I need, and it works just fine.

          geoyar

          K Offline
          K Offline
          Kevin McFarlane
          wrote on last edited by
          #4

          I haven't used C++ for a few years but I like to keep aware of what's going on and when I saw your post I vaguely remembered reading an issue about this just after IE 8 was released. :) Presumably there should be a proper patch for this in due course.

          Kevin

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups