>I am having an error when compiling an C++/CLI application. This
>application uses a dll MFC extended dll.
[quoted text clipped - 4 lines]
> or do not use /MD[d] C:\Program Files\Microsoft Visual Studio
> 8\VC\atlmfc\include\afx.h 24

Signature
Kind regards,
Bruno.
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"
I changed the project properties to use MFC in a shared dll for the C++/CLI
application. This was orignally set to Use Standard Windows Libraries.
It now gives a series of errors.
error C2872: 'FILETIME' : ambiguous symbol C:\Program Files\Microsoft Visual
Studio 8\VC\PlatformSDK\include\winbase.h 3496
> >I am having an error when compiling an C++/CLI application. This
> >application uses a dll MFC extended dll.
[quoted text clipped - 7 lines]
> in you project properties, change the 'Use of MFC' to MFC in a shared
> dll.
Bruno van Dooren - 08 Mar 2006 20:25 GMT
>I changed the project properties to use MFC in a shared dll for the C++/CLI
>application. This was orignally set to Use Standard Windows Libraries.
> It now gives a series of errors.
> error C2872: 'FILETIME' : ambiguous symbol C:\Program Files\Microsoft
> Visual Studio 8\VC\PlatformSDK\include\winbase.h 3496
Was your app an MFC app? or was it a regular app using an MFC dll? In that
case it is the dll that has to be compiled with MFC in a shared dll.
If your app was an MFC app i find it strange that it was set to use standard
windows libraries.
could you describe the situation with some more detail?
If you can make a small reproduction project you can mail it to me and I
will look at it.
My email address is below. do not forget to 'unmangle' it :-)

Signature
Kind regards,
Bruno.
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"