[Cmake] (no subject)

Ian Scott ian . m . scott at stud . man . ac . uk
Mon, 3 Nov 2003 09:57:48 -0000


This is a multi-part message in MIME format.

------=_NextPart_000_0002_01C3A1F0.F0A60160
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi

To my knowledge, There is no option in a MSVC6.0 .dsp file to turn off the
displaying of class information.

I suspect the problem is more likely to be DevStudio's inability to deal
with large numbers of project files. This inability usually manifests itself
in MSVC6.0 hanging when you try to load the entire workspace, but other
broken behaviours have been observed.

The way we use VXL on MSVC6.0 here, is to do a complete build from the
command line.

cd bin
cmake ../vxl
call vcvars32
msdev vxl.dsw /MAKE "ALL_BUILD - Win32 Debug"

After that if you want to mess around with a particular program or library
in DevStudio, then create a new workspace, and add only those project files
for the programs or libraries you are interested in.

Ian.


  -----Original Message-----
  From: Sancar ADALI [mailto:muaddib23 at hotmail . com]
  Sent: Monday, November 03, 2003 12:33 AM
  To: cmake at www . cmake . org
  Subject: [Cmake] (no subject)



  hi, I'm using Cmake to make project files for Visual Studio 6 using VXL
libraries. However when I open the workspace cmake creates classview
information in Vis C++ is not available. Is there an option in Cmake to make
the classview information available?

  thank you




----------------------------------------------------------------------------
--
  Tired of spam? Get advanced junk mail protection with MSN 8.
_______________________________________________ Cmake mailing list
Cmake at www . cmake . org http://www . cmake . org/mailman/listinfo/cmake

------=_NextPart_000_0002_01C3A1F0.F0A60160
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">


<META content=3D"MSHTML 5.00.3504.2500" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003>Hi</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN class=3D049475209-03112003>To =
my knowledge,=20
There is no option in a MSVC6.0 .dsp file to turn off the displaying of =
class=20
information.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN class=3D049475209-03112003>I =
suspect the=20
problem is more likely to be DevStudio's inability to deal with large =
numbers of=20
project files. This inability usually manifests itself in MSVC6.0 =
hanging when=20
you try to load the entire workspace, but other broken behaviours have =
been=20
observed.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN class=3D049475209-03112003>The =
way we use=20
VXL on MSVC6.0 here, is to do a complete build from the command=20
line.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN class=3D049475209-03112003>cd=20
bin</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN =
class=3D049475209-03112003>cmake=20
../vxl</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN =
class=3D049475209-03112003>call=20
vcvars32<BR>msdev vxl.dsw /MAKE "ALL_BUILD - Win32 =
Debug"</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN =
class=3D049475209-03112003>After that if you=20
want to mess around with a particular program or library in DevStudio, =
then=20
create a new workspace, and add only those project files for the =
programs or=20
libraries you are interested in.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003>Ian.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff size=3D2><SPAN=20
class=3D049475209-03112003></SPAN></FONT>&nbsp;</DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: =
5px">
  <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT =
face=3DTahoma=20
  size=3D2>-----Original Message-----<BR><B>From:</B> Sancar ADALI=20
  [mailto:muaddib23 at hotmail . com]<BR><B>Sent:</B> Monday, November 03, =
2003 12:33=20
  AM<BR><B>To:</B> cmake at www . cmake . org<BR><B>Subject:</B> [Cmake] (no=20
  subject)<BR><BR></DIV></FONT>
  <DIV>
  <DIV>
  <P><BR>hi, I'm using Cmake to make project files for Visual Studio 6 =
using VXL=20
  libraries. However when I open the workspace cmake creates classview=20
  information in Vis C++ is not available. Is there an option in Cmake =
to make=20
  the classview information available? </P>
  <P>thank you<BR></P></DIV></DIV><BR clear=3Dall>
  <HR>
  Tired of spam? Get <A =
href=3D"http://g . msn . com/8HMAEN/2734??PS=3D">advanced junk=20
  mail protection</A> with MSN 8.=20
  _______________________________________________ Cmake mailing list=20
  Cmake at www . cmake . org=20
http://www . cmake . org/mailman/listinfo/cmake</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0002_01C3A1F0.F0A60160--