Is Visual C++ 6 supported?
No it isn’t and there is no hope that you can make the necessary fixes yourself to get it running with this compiler. The fact is that VC6 didn’t support the template mechanism good enough. The solution is to either use an old version of CGAL, or to upgrade to newer versions of the Microsoft compiler. • Is Qt3/Qt4 supported? Some CGAL demos use Qt3 together with a widget class developed by the CGAL project. We discourage to use it, and already removed it from the documentation. More recent demos use Qt4, the 2D demos are based on the GraphicsView framework, the 3D demos on the libQGLViewer. • Why do I get errors when using compiler optimization on Mac OS X? The default compiler on Mac OS X is g++ 4.0 (at least on Tiger and Leopard). It has some bugs that are unfortunately encountered by some programs using CGAL when optimizing. We recommend that you use a more recent version of g++, such as g++ 4.2, which you can get by upgrading to the latest XCode, or using Fink. You can then select