0

I've just installed RAD 10.2 Tokyo, from the official ISO, but using a trial period serial number. It says "Architect" when I start it (though I wanted to trial Entreprise edition).

Now inside Delphi's folder, when I go to sources, I find a few subfolders like rtl, but no VCL subfolder.

Does anyone have these files? Am I missing them because I installed a trial version, did Embarcadero stop providing them? In my old Delphi XE2, I also have FireMonkey framework sources, but here, nothing...

user1532080
  • 243
  • 2
  • 11
  • 2
    Trial does not provide access to the unit source code. You receive only precompiled units (no matter if VCL or RTL). – Victoria May 27 '17 at 10:08
  • 1
    How likely do you think it is that EMBA would give you all the source with a free trial, do you think? – MartynA May 27 '17 at 10:22
  • @MartynA Turbo Delphi was a free version of Delphi 2006 that actually included the VCL and RTL source code, so it might be possible. But since they regretted that step later on, it's not likely they repeated it. – dummzeuch May 29 '17 at 07:32
  • @dummzeuch: Thanks for reminding me. They seems to have a habit of back-pedalling on freebies - Interbase springs to mind. – MartynA May 29 '17 at 07:35
  • @MartynA How likely is it people could obtain the sources another way? It's just while I was trying it I got very annoyed that I couldn't browse the sources as I usually did, so wanted to be sure if I buy it sources are still available. Now the funny part is they don't even include Indy sources, which was the thing I missed the most when trying it. – user1532080 Jun 08 '17 at 07:47

1 Answers1

4

The trial version does not provide sources. You get the sources when you purchase. Note that the starter edition also does not provide sources.

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490