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
    Location
    London, England
    Posts
    42

    Virtual functions not appearing in DevStudio..

    I created a new class (derived from CStatic) and when I right click the new class, I DON'T get the option to add virtual function... What have I missed?


  2. #2
    Join Date
    Jun 1999
    Posts
    13

    Re: Virtual functions not appearing in DevStudio..

    I don't think you have missed anything. Probably you should reinstall VC++ on your computer. On my computer, adding virtual functions on a class derived from CStatic works fine.

    Petrut Isan <[email protected]>

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