Re: Root and MSVC++

S.P. Wakely (sw@dirac.hep.umn.edu)
Tue, 29 Sep 1998 23:30:10 -0400 (EDT)


> To answer your question I'd like to see the compilation flags and
> macros you supplied.
> Did you use those from the %rootsys%/test/makefile ?

I am using largely the default options for a dialog-based application.
There seems to be no missing options which could account for these errors,
but what do I know?

These are the project flags I am using:

/nologo /MDd /W3 /Gm /GX /Zi /Od /I "c:\root\include" /D "WIN32" /D
"_DEBUG" /D "_WINDOWS" /D "_AFXDLL"

-S.P. Wakely

PS.. I am using VC++ 5.0 in Windows 95.