-Dale
--
Dale M. Nurden __|__ http://users.iafrica.com/d/da/dalen
dalen-rcis.co.za | Highway Radio, 101.5FM
dalen-iafrica.com | Christian Community Radio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Author of TClockEx, the FREE taskbar clock enhancer.
Spam proofing in effect: Please use '@' in place of '-'.
Rui Lopes
da...@not.my.real.email.address (Dale M. Nurden) wrote in message news:<3b12abed...@dbn-news.iafrica.com>...
stdafx.h isn't necessarily MFC -- when you use the Visual C++ 6 AppWizard,
it always creates a header called stdafx.h and generates a precompiled
header from it.
> [for] an intro [to] GDI+ goto
> http://www.codeproject.com/net/startinggdiplus.asp.
In the instructions on that webpage for installing GDI+, stdafx.h is
referred to. Does that mean that GDI+ works only with MFC? If not, do
you need stdafx.h if you aren't using MFC?
Dan Amodeo
But if you want to use GDI+ with MFC, be careful of the redifinition of the
new operator used in normal MFC program. If it's used on GDI+ objects, there
will be a compile time error, because the redefined new operator with
filename and line number parameters is not defined in GDI+ header files.
Feng Yuan www.fengyuan.com