[vlc] vls and vs 7.net edition !
    jonathan dumaresq 
    jdumaresq at cetso.com
       
    Wed Sep 24 21:36:14 CEST 2003
    
    
  
I try to compile vls with the Visual studio version 7 .net edition. Now the template for Class As changed.
// C2906.cpp
// compile with: /LD
template<class T> class X{};   // primary template
class X<int> { }   // C2906
template<> class X<int> { };   // new syntax
I found this from the help file...
Is there a way to deacive the new compiler syntax ? or I should Convert the class template one by one ?
Does anyone have success with borland c++ instead of vs ?
thanx
jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20030924/8b03be65/attachment.html>
    
    
More information about the vlc
mailing list