newbie quesion on missing clw fiile  
Author Message
AndyCarr





PostPosted: Sat Jul 10 22:36:34 CDT 2004 Top

MFC >> newbie quesion on missing clw fiile Hi,

I downloaded several VC++ projects from Internet, I am able to open them
using VC++ 6.0, but when I tried to open class wizard, I got error message
that the clw file is missing, do I want to build it from the source files.
When I click yes, I saw all the .cpp, .h ... My quesion is, which files
should I choose to build the clw file?

TIA

Visual Studio194  
 
 
SaltPeter





PostPosted: Sat Jul 10 22:36:34 CDT 2004 Top

MFC >> newbie quesion on missing clw fiile
"Raymond Du" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Hi,
>
> I downloaded several VC++ projects from Internet, I am able to open them
> using VC++ 6.0, but when I tried to open class wizard, I got error message
> that the clw file is missing, do I want to build it from the source files.
> When I click yes, I saw all the .cpp, .h ... My quesion is, which files
> should I choose to build the clw file?
>
> TIA
>


Only the source files are required (cpp). they'll include the headers
anyway.


 
 
Scott





PostPosted: Sun Jul 11 00:02:32 CDT 2004 Top

MFC >> newbie quesion on missing clw fiile Raymond Du wrote:

> Hi,
>
> I downloaded several VC++ projects from Internet, I am able to open them
> using VC++ 6.0, but when I tried to open class wizard, I got error message
> that the clw file is missing, do I want to build it from the source files.
> When I click yes, I saw all the .cpp, .h ... My quesion is, which files
> should I choose to build the clw file?
>
> TIA
>
>

All of them.

--
Scott McPhillips [VC++ MVP]

 
 
Joseph





PostPosted: Sun Jul 11 01:36:13 CDT 2004 Top

MFC >> newbie quesion on missing clw fiile You generally don't need to do anything, because the default is to include all the files
in your project.
joe

On Sat, 10 Jul 2004 20:14:25 -0700, "Raymond Du" <EMail@HideDomain.com> wrote:

>Hi,
>
>I downloaded several VC++ projects from Internet, I am able to open them
>using VC++ 6.0, but when I tried to open class wizard, I got error message
>that the clw file is missing, do I want to build it from the source files.
>When I click yes, I saw all the .cpp, .h ... My quesion is, which files
>should I choose to build the clw file?
>
>TIA
>

Joseph M. Newcomer [MVP]
email: EMail@HideDomain.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm