<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2734.1600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Me again. I was trying to plot the spectrum of the 
sound. </FONT><FONT face=Arial size=2>In order to plot, I added an include 
reference to the files</FONT></DIV>
<DIV><FONT face=Arial size=2> #include "Plot.hxx"<BR>#include 
"Audio.hxx"<BR>#include "Spectrum.hxx"<BR>#include "Array.hxx" // imports 
CLAM::Array declaration<BR>#include "SystemPlots.hxx" // imports 
CLAMVM::SystemPlots declaration<BR>#include <exception></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>and the compiler didn't find some 
includes:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial 
size=2>c:\clam\clam\src\visualization\widget\fltk\fl_plot.hxx(4) : fatal error 
C1083: Cannot open include file: 'Fl/Fl_Group.H': No such file or 
directory<BR>Plot.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_plot.hxx(4) 
: fatal error C1083: Cannot open include file: 'Fl/Fl_Group.H': No such file or 
directory<BR>SystemPlots.cxx<BR>c:\clam\clam\src\visualization\plot\systemplots.cxx(2) 
: fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or 
directory<BR>Fl_Plot.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_plot.hxx(4) 
: fatal error C1083: Cannot open include file: 'Fl/Fl_Group.H': No such file or 
directory<BR>Fl_SinglePlot.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_plot.hxx(4) 
: fatal error C1083: Cannot open include file: 'Fl/Fl_Group.H': No such file or 
directory<BR>Fl_Axis.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_axis.hxx(4) 
: fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or 
directory<BR>Fl_X_Axis.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_axis.hxx(4) 
: fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or 
directory<BR>Fl_Y_Axis.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_axis.hxx(4) 
: fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or 
directory<BR>Fl_ZoomSlider.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_zoomslider.hxx(4) 
: fatal error C1083: Cannot open include file: 'FL/Fl_Widget.H': No such file or 
directory<BR>Fl_Gl_2DSurface.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_gl_2dsurface.hxx(5) 
: fatal error C1083: Cannot open include file: 'FL/Fl_Gl_Window.H': No such file 
or 
directory<BR>Fl_Gl_Single_Display.cxx<BR>c:\clam\clam\src\visualization\widget\fltk\fl_gl_2dsurface.hxx(5) 
: fatal error C1083: Cannot open include file: 'FL/Fl_Gl_Window.H': No such file 
or 
directory<BR>FLTKWrapper.cxx<BR>c:\clam\clam\src\visualization\widget\fltkwrapper.cxx(23) 
: fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or 
directory<BR>Generating Code...<BR>Error executing cl.exe.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I've took a look in the Documentations 'PDF. And I 
found the Section 23.7, where there is a solution for this error. But i've 
copied "<FONT face="Times New Roman" size=3>manually the folders with the 
includes into Microsoft Visual Studio directory/VC98/Include" and the problem 
ins't solved yet.</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>Thanks again.</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2>Daniel 
Casanovas</FONT></DIV></FONT></BODY></HTML>