-
pbuhler committed patchset 149 of module opengl to the Planets 3D CVS repository, changing 1 files.
2004-05-03 06:51:23 UTC in Planets 3D
-
pbuhler committed patchset 148 of module opengl to the Planets 3D CVS repository, changing 1 files.
2004-05-03 06:50:43 UTC in Planets 3D
-
pbuhler committed patchset 147 of module opengl to the Planets 3D CVS repository, changing 2 files.
2004-05-03 06:46:08 UTC in Planets 3D
-
pbuhler committed patchset 146 of module opengl to the Planets 3D CVS repository, changing 2 files.
2004-05-03 06:45:34 UTC in Planets 3D
-
pbuhler committed patchset 145 of module opengl to the Planets 3D CVS repository, changing 18 files.
2004-05-03 06:45:08 UTC in Planets 3D
-
pbuhler committed patchset 144 of module opengl to the Planets 3D CVS repository, changing 1 files.
2004-05-03 06:31:37 UTC in Planets 3D
-
pbuhler committed patchset 143 of module opengl to the Planets 3D CVS repository, changing 2 files.
2004-05-03 06:25:07 UTC in Planets 3D
-
pbuhler committed patchset 142 of module opengl to the Planets 3D CVS repository, changing 1 files.
2004-05-03 06:21:20 UTC in Planets 3D
-
pbuhler committed patchset 140 of module opengl to the Planets 3D CVS repository, changing 1 files.
2004-04-06 19:55:55 UTC in Planets 3D
-
in file oleidle.h
DECLARE_INTERFACE_(IViewObject2,IUnknown)
should be
DECLARE_INTERFACE_(IViewObject2,IViewObject)
As IViewObject2 hinerits directly from IViewObject.
class A : public IViewObject2
{
};
Compiles in both compilers but if you try to get a
IViewObject interface on mingw then the vtable is
screwed and the first call on the IViewObject interface
results...
2003-12-08 10:44:29 UTC in MinGW - Minimalist GNU for Windows