- Posts: 7
- Thank you received: 1
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Graphics 3D Development
- Error: identifier idents no member "Cameras"
×
Components and Libraries for Graphics 3D Development, discussions, problems and suggestions
Question Error: identifier idents no member "Cameras"
- Daniel Figueiredo
- Topic Author
- Offline
- New Member
-
Less
More
9 years 9 months ago #1046
by Daniel Figueiredo
Error: identifier idents no member "Cameras" was created by Daniel Figueiredo
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);.
I wait that someone help me.
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;
(...)
Please Log in or Create an account to join the conversation.
- Daniel Figueiredo
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 1
9 years 9 months ago #1051
by Daniel Figueiredo
Replied by Daniel Figueiredo on topic Re: Error: identifier idents no member "Cameras"
I found the bug.
The version of GLscene aren't equal to the original.
How I install the original version?
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.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
9 years 9 months ago #1052
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Re: Error: identifier idents no member "Cameras"
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.
- Daniel Figueiredo
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 1
9 years 9 months ago #1053
by Daniel Figueiredo
Replied by Daniel Figueiredo on topic Re: Error: identifier idents no member "Cameras"
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.
- Daniel Figueiredo
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 1
9 years 9 months ago #1055
by Daniel Figueiredo
Replied by Daniel Figueiredo on topic Re: Error: identifier idents no member "Cameras"
How I can install the version 1.0.0.2 instead 1.7?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
9 years 9 months ago - 9 years 9 months ago #1056
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Re: Error: identifier idents no member "Cameras"
We use SVN versions Sir
My suggestion is to use Lazarus IDE convert tool
for your project.
Oh, Delphi is a "mummy"
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...
My suggestion is to use Lazarus IDE convert tool
for your project.
Oh, Delphi is a "mummy"

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
Last edit: 9 years 9 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- Daniel Figueiredo
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 1
9 years 9 months ago #1059
by Daniel Figueiredo
Replied by Daniel Figueiredo on topic Re: Error: identifier idents no member "Cameras"
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.
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.