Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11585
Modified Files:
ChangeLog
Log Message:
Microsoft cl 14.00.50727.762 (Visual C++ 8.0 SP1) is consistent in its lack of support for function try blocks. The previous release (14.00.50727.42) was hit-or-miss. This changes code that the newer compiler complains about.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1401
retrieving revision 1.1402
diff -C2 -d -r1.1401 -r1.1402
*** ChangeLog 28 Dec 2006 20:11:58 -0000 1.1401
--- ChangeLog 28 Dec 2006 23:12:19 -0000 1.1402
***************
*** 1,4 ****
--- 1,22 ----
2006-12-28 Braden McDaniel <br...@en...>
+ Microsoft cl 14.00.50727.762 (Visual C++ 8.0 SP1) is consistent in
+ its lack of support for function try blocks. The previous
+ release (14.00.50727.42) was hit-or-miss. This changes code that
+ the newer compiler complains about.
+
+ * src/libopenvrml/openvrml/browser.cpp
+ (externproto_node_metatype::load_proto::operator()() const):
+ Removed function try block.
+ (openvrml::browser::root_scene_loader::operator()() const):
+ Removed function try block.
+ (openvrml::browser::vrml_from_url_creator::operator()() const):
+ Removed function try block.
+ * src/libopenvrml/openvrml/vrml97node.cpp
+ (inline_node::load_inline_scene::operator()() const): Removed
+ function try block.
+
+ 2006-12-28 Braden McDaniel <br...@en...>
+
Fixed position of attribute applied to OpenGL callback functions.
|