CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    ATL Wizard on Windows98



    The ATL Class Wizard doesn't work since I upgraded to Windows98. I searched MS-KB without finding an answer. I tried uninstalling/installing, start a new project from scratch to no avail.


    Create a ATL-simple object. Add a method or a property. You will get:


    Unrecognized extra information found in ""STDMETH... bla..bla..looks ok to me ...pVal);""




  2. #2
    Join Date
    Aug 1998
    Posts
    1

    Re: ATL Wizard on Windows98



    Hello!

    I had the same problem when using user-defined keyword coloring (UserType.dat file). If this file contains words 'STDMETHOD', 'STDMETHODOIMP', etc., then ATL Wizard does not work. The solution is either not to use UserType.dat or search and remove 'STDMETHOD', 'STDMETHODOIMP' and similar from it. (Do not forget to restart DevStudio :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured