Welcome, Guest
Username: Password: Remember me
Components and Libraries for Graphics 3D Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Error: identifier idents no member "Cameras" 12 years 11 months ago #1046

  • Daniel Figueiredo
  • Daniel Figueiredo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 1
Hi.
I convert a game from delphi and ever that I need execute the code the compiler return the bug Error: identifier idents no member "Cameras".

The line that have the error is GoalScene.Cameras.AddNewChild(TGLCamera);.
uses
  Windows,  SysUtils, Classes,  Controls, Forms,
  GLScene,   StdCtrls, Dialogs, Menus, IniFiles, ImgList,
  {GLWin32Viewer, GLMisc,} GLObjects, ComCtrls, Graphics,
  ExtCtrls, ToolWin, FileUtil, Shellapi, Field, HTTPSend, GLLCLViewer;


  public
    { Public declarations }
    PlayField1:TPlayField;
    GoalScene:TGLScene;
(...)
I wait that someone help me.

Please Log in or Create an account to join the conversation.

Re: Error: identifier idents no member "Cameras" 12 years 10 months ago #1051

  • Daniel Figueiredo
  • Daniel Figueiredo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 1
I found the bug.
The version of GLscene aren't equal to the original.
How I install the original version?

Please Log in or Create an account to join the conversation.

Re: Error: identifier idents no member "Cameras" 12 years 10 months ago #1052

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
GLScene version of CodeTyphon 1.70 is the latest from SVN Sir
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Re: Error: identifier idents no member "Cameras" 12 years 10 months ago #1053

  • Daniel Figueiredo
  • Daniel Figueiredo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 1
Just the last stable version have this class yet as you can see at the file that I atach.

Please Log in or Create an account to join the conversation.

Re: Error: identifier idents no member "Cameras" 12 years 10 months ago #1055

  • Daniel Figueiredo
  • Daniel Figueiredo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 1
How I can install the version 1.0.0.2 instead 1.7?

Please Log in or Create an account to join the conversation.

Re: Error: identifier idents no member "Cameras" 12 years 10 months ago #1056

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
We use SVN versions Sir
My suggestion is to use Lazarus IDE convert tool
for your project.

Oh, Delphi is a "mummy" :woohoo:
If you want your project with GLScene (SVN version support OpenGL 4.1 !!!)
to work on Win7 32/64 and Ubuntu 11.04 32/64
you must follow CodeTyphon way...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Re: Error: identifier idents no member "Cameras" 12 years 10 months ago #1059

  • Daniel Figueiredo
  • Daniel Figueiredo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 1
I use it.
But the svn version of glscen haven't the class TGLScene completly implemented yet.
So I prefer instal a stable and non SVN version.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1