Subj : Compatibility between Visual and Builder To : borland.public.cpp.borlandcpp From : gramel Date : Fri Jul 09 2004 11:55 am I need to use the Intel library pnl for Bayesian neetwork (compiled for Visual C++) under Borland Builder 4, and when I try to compile examples I have the following error with header of pnl: [C++ Error] pnlTypeDefs.hpp(48): E2462 'virtual' can only be used with non-template member functions. Visual accept virtual template member function. I don't known how to fix this problem. Can we adjust parameter in Builder for a best compatibility with Visual convention ? Any help would be appreciated. .