MagicFoundation / Alcinoe

Alcinoe Component Library For Delphi. Full opengl video player, WebRTC delphi wrapper, native ios/android TEdit, Improuved firemonkey controls, Firebase cloud messaging, Android/ios facebook sdk login, Json/Bson Parser, ImageMagick wrapper, MongoDb client And much more
Apache License 2.0
961 stars 209 forks source link

Delphi Athens - Method 'IsVisibleObject' not found in base class #320

Open MarcioDe opened 4 months ago

MarcioDe commented 4 months ago

Build ALTests Project

Could Not Find D:\Alcinoe-master\Tests*.identcache Could Not Find D:\Alcinoe-master\Tests*.dproj.local Could Not Find D:\Alcinoe-master\Tests*.groupproj.local Could Not Find D:\Alcinoe-master\Tests*.deployproj.local

MSBuild ALTests.dproj /p:config=Debug /p:Platform=Win32 Microsoft (R) Build Engine w wersji 4.8.9032.0 [Microsoft .NET Framework w wersji 4.0.30319.42000] Copyright (C) Microsoft Corporation. Wszelkie prawa zastrzeżone.

Embarcadero Delphi for Win32 compiler version 36.0 Copyright (c) 1983,2023 Embarcadero Technologies, Inc. D:\Alcinoe-master\Source\Alcinoe.FMX.Layouts.pas(60): error E2137: Method 'IsVisibleObject' not found in base class [D: \Alcinoe-master\Tests_Source\ALTests.dproj] D:\Alcinoe-master\Source\Alcinoe.FMX.Layouts.pas(154): error E2137: Method 'ChildrenMouseDown' not found in base class [D:\Alcinoe-master\Tests_Source\ALTests.dproj] D:\Alcinoe-master\Source\Alcinoe.FMX.Layouts.pas(155): error E2137: Method 'ChildrenMouseMove' not found in base class [D:\Alcinoe-master\Tests_Source\ALTests.dproj] D:\Alcinoe-master\Source\Alcinoe.FMX.Layouts.pas(156): error E2137: Method 'ChildrenMouseUp' not found in base class [D :\Alcinoe-master\Tests_Source\ALTests.dproj] D:\Alcinoe-master\Source\Alcinoe.FMX.Layouts.pas(157): error E2137: Method 'ChildrenMouseLeave' not found in base class [D:\Alcinoe-master\Tests_Source\ALTests.dproj] ALTests.dpr(193): error F2063: Could not compile used unit 'Alcinoe.FMX.Layouts.pas' [D:\Alcinoe-master\Tests_Source\A LTests.dproj] Press any key to continue . . .

MarcioDe commented 3 months ago

How to solve this error from appearing?

Zeus64 commented 3 months ago

Hello, you need to use delphi 12 athens with source code included. with version of delphi 12 athens do you have ?

MarcioDe commented 3 months ago

Zeus64, did you watch the videos I sent you showing what errors occur when trying to install "Alcinoe" on Delphi12?

Zeus64 commented 3 months ago

@MarcioDe sorry i didn't receive any video :( where did you sent it ?

MarcioDe commented 3 months ago

In the footer of the email from github.com with this message from you "Hello, you need to use delphi 12 athens with source code included. with version of delphi 12 athens do you have ?" it says: Reply to this email directly, view it on GitHub, or unsubscribe. So I replied directly. How can I send you my recorded desktop?

MarcioDe commented 3 months ago

Please let me know if I'm doing something wrong.

Zeus64 commented 3 months ago

@MarcioDe it's look like you do not have git for windows installed on your machine. you need it, I use it to merge the delphi source code ( https://gitforwindows.org/ or any other git client you want )

MarcioDe commented 3 months ago

Thank you :-))) It's very, very good because the video works wonderfully on Android and iOS :-) Unfortunately, it does not work on Windows 32/64 bit and macOS 64-bit. What could be the reason?

Zeus64 commented 3 months ago

because it's not yet implemented on windows :( I need it only for ios/android right now. if someone want to implement it on windows would be great :)

MarcioDe commented 3 months ago

Thank you for creating Alcinoe :)