Hi,
I can't add GLCamera with Lazarus 64Bit + GLScene. If I add a GLCamera and I run the compiled exe, it crashes.
(You can test with new project and simply adding: GLScene, GLSceneViewer. Double click on GLScene icon on Form1, and add GLCamera, GLLight, DummyCube. Link GLCamera with GLSceneViewer and hit F9)
Same way, but with Laz32, works ok.
Project started on Laz32 compiles and runs right on Laz64.
Project started on Laz64 have the problem described with Laz32 and Laz64.
So, adding a Camera from Laz64 is not possible. (If I open a project started on Laz64 with Laz32 I can see that GLScene component is deleted from Form1.)
Thanks and Regards.