devdoka
06-30-2004, 03:14 AM
Hi all,
So I finally intalled the MS Visual C++ Toolkit 2003 .
I tried to compile the gg_ambientoclusion.cpp from mr_classes.
This is what i typed in the command prompt :
cl /c /MD /nologo gg_ambientoclusion.cpp
and these are the errors i`m getting :
C:\Program Files\Microsoft Visual C++ Toolkit 2003\compiling test>cl /c /MD /nologo gg_ambientocclusion.cpp
gg_ambientocclusion.cpp
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\ostream(574) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\istream(828) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\istream(1064) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
c:\Program Files\Microsoft Visual C++ Toolkit 2003\compiling test\mrStream.h(45) : fatal error C1083: Cannot open include file: 'geoshader.h': No such file or directory
anyone knows what am i doing wrong ?
TIA
P.S
I`m using the MS VC++ Tollkit 2003 and Maya 5.01
.
So I finally intalled the MS Visual C++ Toolkit 2003 .
I tried to compile the gg_ambientoclusion.cpp from mr_classes.
This is what i typed in the command prompt :
cl /c /MD /nologo gg_ambientoclusion.cpp
and these are the errors i`m getting :
C:\Program Files\Microsoft Visual C++ Toolkit 2003\compiling test>cl /c /MD /nologo gg_ambientocclusion.cpp
gg_ambientocclusion.cpp
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\ostream(574) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\istream(828) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Program Files\Microsoft Visual C++ Toolkit 2003\include\istream(1064) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
c:\Program Files\Microsoft Visual C++ Toolkit 2003\compiling test\mrStream.h(45) : fatal error C1083: Cannot open include file: 'geoshader.h': No such file or directory
anyone knows what am i doing wrong ?
TIA
P.S
I`m using the MS VC++ Tollkit 2003 and Maya 5.01
.
