Updating an old Delphi 7 class and component library to Oxygene

I’ve got an old library from the Delphi 7 days, which I would like to extract the good bits into a new Oxygene Library with an emphasis on macOS. How would I start such a project? What’s the Oxygene equivalent of a .dpk? In all likelihood, it will be a mixture of non-visual classes as well as some visual components as well. What are the do’s and don’ts of such a project?

The closest equivalent would be a Library (i’d suggest a static one, in general). You might also want to look at our upcoming (still experimental) support for using existing Delphi packages (and the VCL), described here: Using Delphi Packages

1 Like