Hi
I think it's MFC CWinThread source file.

Check in MS VC MFC sources (I have VC++ version 6, so I can't tell you exact
line),
it looks like:
 ASSERT_VALID(pThread);
or
 ASSERT(pfnThreadProc != NULL);
in VC++6.

Michał


----- Original Message ----- 
From: "Gabe Schaffer" <[EMAIL PROTECTED]>
To: "June Z" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Friday, May 12, 2006 9:09 AM
Subject: Re: [magick-users] Installing problems


> On 5/12/06, June Z <[EMAIL PROTECTED]> wrote:
> > Hi, I'm not sure if this is a bug or if I did something wrong.
> >
> > I can successfuly build configure.sln in .Net 2003.  However, when I try
to
> > finish the Visual Magick configuration, it gives me this error:
> >
> > Debug Assertion Failed!
> > Program: C:\ImageMagick-6.2.7\VisualMagick\configure\configure.exe
> > File: thrdcore.cpp
>
> This is wierd! I just downloaded Windows source distribution for 6.2.7
> (over 5500 files), and I couldn't find a file called thrdcore.cpp.
>
> Does anybody know where the file comes from?
>
> GNS
>
> _______________________________________________
> Magick-users mailing list
> [email protected]
> http://studio.imagemagick.org/mailman/listinfo/magick-users

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to