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

Thread: build issue

  1. #1
    Join Date
    May 2006
    Location
    Mumbai, India
    Posts
    292

    build issue

    Hi,

    I recently downloaded the sample for MFCIE sample from MSDN. IT uses CHTMLView classes to implment the functionality of IE.

    When I tried buliding this sample, somehow my build gets skipped.
    The error was
    Code:
    1>------ Skipped Build: Project: mfcie ------
    1> 
    ========== Build: 0 succeeded or up-to-date, 0 failed, 1 skipped ==========
    Can anyone tell me how to build this sample?
    Thanks,

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: build issue

    Go to your build configuration and see if the project is enabled.
    Which version of Visual Studio are you using?
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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