<!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.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I try to compile vls with the Visual studio version 
7 .net edition. Now the template for Class As changed.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>// C2906.cpp<BR>// compile with: 
/LD<BR>template<class T> class X{};   // primary 
template<BR>class X<int> { }   // C2906<BR>template<> 
class X<int> { };   // new syntax<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I found this from the help file...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there a way to deacive the new compiler syntax ? 
or I should Convert the class template one by one ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial><FONT size=2>Does anyone have success with borland c++ 
instead of vs ?</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT size=2>thanx</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT size=2>jonathan</FONT></DIV></FONT></BODY></HTML>