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
982 stars 216 forks source link

Is Seattle incompatible ?? #84

Closed joaomarcosreal closed 4 days ago

joaomarcosreal commented 4 years ago

Hello Guys! There isn't a package for Delphi Seattle ? It runs just for versions after Delphi Rio ?

limelect commented 4 years ago

You can try to compile the dpk . It has almost nothing to do with the Delphi version EXCEPT the name ..250.bpl ..240.bpl and the requires. Usually once you load the project dpk delete the requires's that are associated with the project and they will be "picked up" during compilation. As for the BPL name change to what it suit YOU. If the source compiles in your Delphi version you are lucky. Other wise you have to change the source.

Name to change {$LIBSUFFIX '250'}

joaomarcosreal commented 4 years ago

Thank you man!! I'll try these steps.

Zeus64 commented 4 days ago

Hello, everything has been fixed in the latest committed version. Seattle is not anymore supported