From info-volumizer-owner@els.sgi.com Mon Feb 13 19:58:27 2006
Received: (from majordom@localhost)
	by els.sgi.com (8.12.10/8.12.2/els-2.2) id k1E3uqah1303417;
	Mon, 13 Feb 2006 19:56:52 -0800 (PST)
Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.202])
	by els.sgi.com (8.12.10/8.12.2/els-2.2) with ESMTP id k1DH2bx31301401
	for <info-volumizer@els.sgi.com>; Mon, 13 Feb 2006 09:02:37 -0800 (PST)
Received: by nproxy.gmail.com with SMTP id x29so275074nfb
        for <info-volumizer@els.sgi.com>; Mon, 13 Feb 2006 09:02:36 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:mime-version:content-type;
        b=UObzsIyy2BAfHGFo1IyfE/mvhsL7gNJ6jxDHTfRfkCSaXDpH6PiHJHRCb52BHBEb862SE48hm225G42yHQ6UaGVpXDHLZBO9Pw3Yah3gfrmyhnHoOc5VU9aaTUT39io9uTijMPtn9tNGfTT3FdxOeSbEGcTjc9Hr22ZcOR/EZi0=
Received: by 10.48.3.10 with SMTP id 10mr884077nfc;
        Mon, 13 Feb 2006 09:02:35 -0800 (PST)
Received: by 10.48.246.14 with HTTP; Mon, 13 Feb 2006 09:02:35 -0800 (PST)
Message-ID: <f089541f0602130902g653fb780jad9d600a91d249b4@mail.gmail.com>
Date: Mon, 13 Feb 2006 12:02:35 -0500
From: Kevin Wang <kwang22@gmail.com>
To: info-volumizer@els.sgi.com
Subject: [info-volumizer] Volumizer and GCC 4.0
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_4575_19451958.1139850155783"
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

------=_Part_4575_19451958.1139850155783
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Praveen and list,

I wonder if anyone here tried to use GCC4.0 with Volumizer's header files. =
I
got a bunch of compilation errors as below:

/usr/include/Volumizer2/Geometry.h:68: error: ISO C++ forbids declaration o=
f
'vzGeometryImpl' with no type
/usr/include/Volumizer2/Geometry.h:68: error: expected ';' before '*' token

The compilation goes well once I add the forward declaration of class
vzGeometryImpl before the friend class declaration.

thanks,

-- Kevin

------=_Part_4575_19451958.1139850155783
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Praveen and list,<br>
<br>
I wonder if anyone here tried to use GCC4.0 with Volumizer's header files. =
I got a bunch of compilation errors as below:<br>
<br>
/usr/include/Volumizer2/Geometry.h:68: error: ISO C++ forbids declaration o=
f 'vzGeometryImpl' with no type<br>
/usr/include/Volumizer2/Geometry.h:68: error: expected ';' before '*' token=
<br>
<br>
The compilation goes well once I add the forward declaration of class vzGeo=
metryImpl before the friend class declaration. <br>
<br>
thanks,<br>
<br>
-- Kevin<br>
<br>

------=_Part_4575_19451958.1139850155783--

From info-volumizer-owner@els.sgi.com Mon Feb 13 20:18:16 2006
Received: (from majordom@localhost)
	by els.sgi.com (8.12.10/8.12.2/els-2.2) id k1E4Hn4g1303974;
	Mon, 13 Feb 2006 20:17:49 -0800 (PST)
Received: from gobbles.engr.sgi.com (gobbles.engr.sgi.com [192.102.97.44])
	by els.sgi.com (8.12.10/8.12.2/els-2.2) with ESMTP id k1E4HIx31263220
	for <info-volumizer@els.sgi.com>; Mon, 13 Feb 2006 20:17:18 -0800 (PST)
Received: from PRAVEEN (mtv-vpn-hw-tpatters-1.corp.sgi.com [134.15.16.34])
	by gobbles.engr.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id k1E4HE2v048409
	for <info-volumizer@els.sgi.com>; Mon, 13 Feb 2006 20:17:15 -0800 (PST)
From: "Praveen Bhanirama" <praveenb@sgi.com>
To: <info-volumizer@els.sgi.com>
Subject: RE: [info-volumizer] Volumizer and GCC 4.0
Date: Tue, 14 Feb 2006 09:47:07 +0530
Message-ID: <005d01c6311d$8a0035c0$6400a8c0@PRAVEEN>
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_005E_01C6314B.A3B871C0"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
In-Reply-To: <f089541f0602130902g653fb780jad9d600a91d249b4@mail.gmail.com>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2096
Importance: Normal
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

This is a multi-part message in MIME format.

------=_NextPart_000_005E_01C6314B.A3B871C0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi Kevin,
 
We are aware of this incompatibility with GCC 4.0. We plan to do a full
release supporting GCC 4.0 binaries with the next Volumizer release
(2.10). I hope that the workaround that you are using gets you going for
now. 
 
What is the system configuration (OS, GCC, Gfx) that you are running? We
would try to include it as part of our test matrix here. 
 
Thanks for your inputs in this regards.
 
- Praveen
 

-----Original Message-----
From: owner-info-volumizer@els.sgi.com
[mailto:owner-info-volumizer@els.sgi.com] On Behalf Of Kevin Wang
Sent: Monday, February 13, 2006 10:33 PM
To: info-volumizer@els.sgi.com
Subject: [info-volumizer] Volumizer and GCC 4.0


Hi Praveen and list,

I wonder if anyone here tried to use GCC4.0 with Volumizer's header
files. I got a bunch of compilation errors as below:

/usr/include/Volumizer2/Geometry.h:68: error: ISO C++ forbids
declaration of 'vzGeometryImpl' with no type
/usr/include/Volumizer2/Geometry.h:68: error: expected ';' before '*'
token

The compilation goes well once I add the forward declaration of class
vzGeometryImpl before the friend class declaration. 

thanks,

-- Kevin




------=_NextPart_000_005E_01C6314B.A3B871C0
Content-Type: text/html;
	charset="US-ASCII"
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=3Dus-ascii">
<TITLE>Message</TITLE>

<META content=3D"MSHTML 6.00.2900.2096" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial size=3D2>Hi=20
Kevin,</FONT></SPAN></DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial size=3D2>We are =
aware of this=20
incompatibility with GCC 4.0. We plan to do a full release supporting =
GCC 4.0=20
binaries with the next Volumizer release (2.10). I hope that the =
workaround that=20
you are using gets you going for now. </FONT></SPAN></DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial size=3D2>What =
is the system=20
configuration (OS, GCC, Gfx) that you are running? We would try to =
include it as=20
part of our test matrix here. </FONT></SPAN></DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial size=3D2>Thanks =
for your=20
inputs in this regards.</FONT></SPAN></DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial size=3D2>-=20
Praveen</FONT></SPAN></DIV>
<DIV><SPAN class=3D117281204-14022006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<BLOCKQUOTE=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT=20
  face=3DTahoma size=3D2>-----Original Message-----<BR><B>From:</B>=20
  owner-info-volumizer@els.sgi.com =
[mailto:owner-info-volumizer@els.sgi.com]=20
  <B>On Behalf Of </B>Kevin Wang<BR><B>Sent:</B> Monday, February 13, =
2006 10:33=20
  PM<BR><B>To:</B> info-volumizer@els.sgi.com<BR><B>Subject:</B>=20
  [info-volumizer] Volumizer and GCC 4.0<BR><BR></FONT></DIV>Hi Praveen =
and=20
  list,<BR><BR>I wonder if anyone here tried to use GCC4.0 with =
Volumizer's=20
  header files. I got a bunch of compilation errors as=20
  below:<BR><BR>/usr/include/Volumizer2/Geometry.h:68: error: ISO C++ =
forbids=20
  declaration of 'vzGeometryImpl' with no=20
  type<BR>/usr/include/Volumizer2/Geometry.h:68: error: expected ';' =
before '*'=20
  token<BR><BR>The compilation goes well once I add the forward =
declaration of=20
  class vzGeometryImpl before the friend class declaration.=20
  <BR><BR>thanks,<BR><BR>-- Kevin<BR><BR></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_005E_01C6314B.A3B871C0--


From info-volumizer-owner@els.sgi.com Tue Feb 14 08:36:20 2006
Received: (from majordom@localhost)
	by els.sgi.com (8.12.10/8.12.2/els-2.2) id k1EGZ1Zb1309269;
	Tue, 14 Feb 2006 08:35:01 -0800 (PST)
Received: from internal-mail-relay1.corp.sgi.com (internal-mail-relay1.corp.sgi.com [198.149.32.52])
	by els.sgi.com (8.12.10/8.12.2/els-2.2) with ESMTP id k1EGNsx31319862
	for <info-volumizer@els.sgi.com>; Tue, 14 Feb 2006 08:23:54 -0800 (PST)
Received: from mtv-amer002e--3.americas.sgi.com ([192.26.64.114])
	by internal-mail-relay1.corp.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id k1EGSnYX2543009
	for <info-volumizer@els.sgi.com>; Tue, 14 Feb 2006 08:28:49 -0800 (PST)
Received: from [192.168.0.4] ([134.15.16.34]) by mtv-amer002e--3.americas.sgi.com with Microsoft SMTPSVC(6.0.3790.0);
	 Tue, 14 Feb 2006 08:23:53 -0800
Message-ID: <43F20481.3050508@sgi.com>
Date: Tue, 14 Feb 2006 21:55:37 +0530
From: Vaibhav Saxena <vaibhav@sgi.com>
Organization: SGI
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.7.8-2
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: info-volumizer@els.sgi.com
Subject: Re: [info-volumizer] Volumizer and GCC 4.0
References: <f089541f0602130902g653fb780jad9d600a91d249b4@mail.gmail.com>
In-Reply-To: <f089541f0602130902g653fb780jad9d600a91d249b4@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 14 Feb 2006 16:23:54.0258 (UTC) FILETIME=[0C3F2720:01C63183]
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

Hi Kevin,

The problem is that gcc4 does not declare the class automatically for 
you when you declare that
class a friend.  Therefore 'friend class Y' only makes the class Y a 
friend but does not declare the
class Y itself as used to happen with previous versions of gcc, you need 
to do that yourself.

For example following code will compile fine with < gcc4 but with gcc4, 
it will give the same kind
of errors as you were getting.

class X {
friend class Y;
Y* yptr;
};

class Y {
};

Declaring the class Y before 'Y* yptr' in class X compiles this code 
with gcc4.

We are in the process of resolving these and other issues to build 
volumizer code
with gcc4.  Stay tuned :)

- Vaibhav



Kevin Wang wrote:

> Hi Praveen and list,
>
> I wonder if anyone here tried to use GCC4.0 with Volumizer's header 
> files. I got a bunch of compilation errors as below:
>
> /usr/include/Volumizer2/Geometry.h:68: error: ISO C++ forbids 
> declaration of 'vzGeometryImpl' with no type
> /usr/include/Volumizer2/Geometry.h:68: error: expected ';' before '*' 
> token
>
> The compilation goes well once I add the forward declaration of class 
> vzGeometryImpl before the friend class declaration.
>
> thanks,
>
> -- Kevin
>


From info-volumizer-owner@els.sgi.com Tue Feb 14 20:40:43 2006
Received: (from majordom@localhost)
	by els.sgi.com (8.12.10/8.12.2/els-2.2) id k1F4d3m01328692;
	Tue, 14 Feb 2006 20:39:03 -0800 (PST)
Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.207])
	by els.sgi.com (8.12.10/8.12.2/els-2.2) with ESMTP id k1EHagx31275498
	for <info-volumizer@els.sgi.com>; Tue, 14 Feb 2006 09:36:43 -0800 (PST)
Received: by nproxy.gmail.com with SMTP id a4so460561nfc
        for <info-volumizer@els.sgi.com>; Tue, 14 Feb 2006 09:36:41 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;
        b=McEXjaDuVUjc2tJ/VJWgSUIGXA40JaqnczJC+kvU3YQxyGNPEZbApVKfUp1DN/hR705kofotnl80hip6e0GbLOPP1ViA39k+mS9khcDGVbpx8D+5caDhoISVcYS/5bn8AJaHpgzuJslaSUglGHng5U0MEB8D/2tGQ4Fl2cqVoMo=
Received: by 10.48.108.7 with SMTP id g7mr1370656nfc;
        Tue, 14 Feb 2006 09:36:40 -0800 (PST)
Received: by 10.48.246.14 with HTTP; Tue, 14 Feb 2006 09:36:40 -0800 (PST)
Message-ID: <f089541f0602140936s2dd6b932g65d8675d5171a9a8@mail.gmail.com>
Date: Tue, 14 Feb 2006 12:36:40 -0500
From: Kevin Wang <kwang22@gmail.com>
To: info-volumizer@els.sgi.com
Subject: Re: [info-volumizer] Volumizer and GCC 4.0
In-Reply-To: <43F20481.3050508@sgi.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_513_11408459.1139938600897"
References: <f089541f0602130902g653fb780jad9d600a91d249b4@mail.gmail.com>
	 <43F20481.3050508@sgi.com>
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

------=_Part_513_11408459.1139938600897
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Praveen and Vaibhav,

I solved the problem by adding the class declaration before the friend
declaration.

I am using SUSE linux 10.0. GCC 4.0.2. but I am considering to switch back
to use gcc 3.4 since many software packages we use are not compatible with
gcc4.0 now.

-- Kevin

On 2/14/06, Vaibhav Saxena <vaibhav@sgi.com> wrote:
>
> Hi Kevin,
>
> The problem is that gcc4 does not declare the class automatically for
> you when you declare that
> class a friend.  Therefore 'friend class Y' only makes the class Y a
> friend but does not declare the
> class Y itself as used to happen with previous versions of gcc, you need
> to do that yourself.
>
> For example following code will compile fine with < gcc4 but with gcc4,
> it will give the same kind
> of errors as you were getting.
>
> class X {
> friend class Y;
> Y* yptr;
> };
>
> class Y {
> };
>
> Declaring the class Y before 'Y* yptr' in class X compiles this code
> with gcc4.
>
> We are in the process of resolving these and other issues to build
> volumizer code
> with gcc4.  Stay tuned :)
>
> - Vaibhav
>
>
>
> Kevin Wang wrote:
>
> > Hi Praveen and list,
> >
> > I wonder if anyone here tried to use GCC4.0 with Volumizer's header
> > files. I got a bunch of compilation errors as below:
> >
> > /usr/include/Volumizer2/Geometry.h:68: error: ISO C++ forbids
> > declaration of 'vzGeometryImpl' with no type
> > /usr/include/Volumizer2/Geometry.h:68: error: expected ';' before '*'
> > token
> >
> > The compilation goes well once I add the forward declaration of class
> > vzGeometryImpl before the friend class declaration.
> >
> > thanks,
> >
> > -- Kevin
> >
>
>

------=_Part_513_11408459.1139938600897
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi Praveen and Vaibhav,<br><br>I solved the problem by adding the class dec=
laration before the friend declaration.<br><br>I am using SUSE linux 10.0. =
GCC 4.0.2. but I am considering to switch back to use gcc 3.4 since many so=
ftware packages we use are not compatible with=20
gcc4.0 now. <br><br>-- Kevin<br><br><div><span class=3D"gmail_quote">On 2/1=
4/06, <b class=3D"gmail_sendername">Vaibhav Saxena</b> &lt;<a href=3D"mailt=
o:vaibhav@sgi.com">vaibhav@sgi.com</a>&gt; wrote:</span><blockquote class=
=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margin=
: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Kevin,<br><br>The problem is that gcc4 does not declare the class automa=
tically for<br>you when you declare that<br>class a friend.&nbsp;&nbsp;Ther=
efore 'friend class Y' only makes the class Y a<br>friend but does not decl=
are the
<br>class Y itself as used to happen with previous versions of gcc, you nee=
d<br>to do that yourself.<br><br>For example following code will compile fi=
ne with &lt; gcc4 but with gcc4,<br>it will give the same kind<br>of errors=
 as you were getting.
<br><br>class X {<br>friend class Y;<br>Y* yptr;<br>};<br><br>class Y {<br>=
};<br><br>Declaring the class Y before 'Y* yptr' in class X compiles this c=
ode<br>with gcc4.<br><br>We are in the process of resolving these and other=
 issues to build
<br>volumizer code<br>with gcc4.&nbsp;&nbsp;Stay tuned :)<br><br>- Vaibhav<=
br><br><br><br>Kevin Wang wrote:<br><br>&gt; Hi Praveen and list,<br>&gt;<b=
r>&gt; I wonder if anyone here tried to use GCC4.0 with Volumizer's header<=
br>&gt; files. I got a bunch of compilation errors as below:
<br>&gt;<br>&gt; /usr/include/Volumizer2/Geometry.h:68: error: ISO C++ forb=
ids<br>&gt; declaration of 'vzGeometryImpl' with no type<br>&gt; /usr/inclu=
de/Volumizer2/Geometry.h:68: error: expected ';' before '*'<br>&gt; token
<br>&gt;<br>&gt; The compilation goes well once I add the forward declarati=
on of class<br>&gt; vzGeometryImpl before the friend class declaration.<br>=
&gt;<br>&gt; thanks,<br>&gt;<br>&gt; -- Kevin<br>&gt;<br><br></blockquote>
</div><br>

------=_Part_513_11408459.1139938600897--

From info-volumizer-owner@els.sgi.com Wed Feb 22 05:35:52 2006
Received: (from majordom@localhost)
	by els.sgi.com (8.12.10/8.12.2/els-2.2) id k1MDXofL1448156;
	Wed, 22 Feb 2006 05:33:50 -0800 (PST)
Received: from cauchy.aub.dk (cauchy.aub.dk [194.255.124.240])
	by els.sgi.com (8.12.10/8.12.2/els-2.2) with ESMTP id k1MCicx31447817
	for <info-volumizer@els.sgi.com>; Wed, 22 Feb 2006 04:44:39 -0800 (PST)
Received: from localhost (localhost.aub.dk [127.0.0.1])
	by cauchy.aub.dk (Postfix) with ESMTP id CEB1D11B41
	for <info-volumizer@els.sgi.com>; Wed, 22 Feb 2006 13:44:34 +0100 (CET)
Received: from cauchy.aub.dk ([127.0.0.1])
 by localhost (cauchy.aub.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 46755-09 for <info-volumizer@els.sgi.com>;
 Wed, 22 Feb 2006 13:44:28 +0100 (CET)
Received: from mail.aub.dk (localhost.aub.dk [127.0.0.1])
	by cauchy.aub.dk (Postfix) with ESMTP id 4870211B1C
	for <info-volumizer@els.sgi.com>; Wed, 22 Feb 2006 13:44:28 +0100 (CET)
Received: from 192.38.24.19
        (SquirrelMail authenticated user kjeld)
        by mail.aub.dk with HTTP;
        Wed, 22 Feb 2006 13:44:28 +0100 (CET)
Message-ID: <34949.192.38.24.19.1140612268.squirrel@mail.aub.dk>
Date: Wed, 22 Feb 2006 13:44:28 +0100 (CET)
Subject: [info-volumizer] Volumizer license 
From: kjeld@aub.dk
To: info-volumizer@els.sgi.com
User-Agent: SquirrelMail/1.4.5
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-Virus-Scanned: amavisd-new at aub.dk
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

hi

where do I get a run-time Volumizer license
I try the http://els.sgi.com/Archives/info-volumizer/200403/msg00000.html
Who long time do the license work?

Best regards Kjeld



From info-volumizer-owner@els.sgi.com Wed Feb 22 06:12:48 2006
Received: (from majordom@localhost)
	by els.sgi.com (8.12.10/8.12.2/els-2.2) id k1MEC62K1442259;
	Wed, 22 Feb 2006 06:12:06 -0800 (PST)
Received: from gobbles.engr.sgi.com (gobbles.engr.sgi.com [192.102.97.44])
	by els.sgi.com (8.12.10/8.12.2/els-2.2) with ESMTP id k1MDwgx31461395
	for <info-volumizer@els.sgi.com>; Wed, 22 Feb 2006 05:58:43 -0800 (PST)
Received: from PRAVEEN (mtv-vpn-hw-tpatters-1.corp.sgi.com [134.15.16.34])
	by gobbles.engr.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id k1MDwd2v111607
	for <info-volumizer@els.sgi.com>; Wed, 22 Feb 2006 05:58:40 -0800 (PST)
From: "Praveen Bhaniramka" <praveenb@sgi.com>
To: <info-volumizer@els.sgi.com>
Subject: RE: [info-volumizer] Volumizer license 
Date: Wed, 22 Feb 2006 19:28:24 +0530
Message-ID: <009401c637b8$0e920ac0$6400a8c0@PRAVEEN>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2096
In-Reply-To: <34949.192.38.24.19.1140612268.squirrel@mail.aub.dk>
Importance: Normal
Sender: owner-info-volumizer@els.sgi.com
Precedence: bulk
Reply-To: info-volumizer@els.sgi.com

Hi Kjeld,

Were you not able to download an evaluation license? I just tried the
instructions on the web page you mentioned and got an evaluation license
just fine... And it even works :-)

Please remember that you would need a valid Supportfolio account (you
can create one for free from support.sgi.com) in order to download the
software and an evaluation license.

The first evaluation license is valid for 28 days. Then you can get
another for 14 days. After that you need to purchase a valid permanent
license. 

Thanks and let us know if you still have issues with this.

Cheers,
Praveen 

> -----Original Message-----
> From: owner-info-volumizer@els.sgi.com 
> [mailto:owner-info-volumizer@els.sgi.com] On Behalf Of kjeld@aub.dk
> Sent: Wednesday, February 22, 2006 6:14 PM
> To: info-volumizer@els.sgi.com
> Subject: [info-volumizer] Volumizer license 
> 
> 
> hi
> 
> where do I get a run-time Volumizer license
> I try the 
> http://els.sgi.com/Archives/info-volumizer/200403/msg00000.html
> Who long time do the license work?
> 
> Best regards Kjeld
> 
> 


