rbx Files

Hi

how i can made rbx files from my 100% RB/Xojo Code so i can use this on other projects with out copy the class

Old-stlye RBX files are just VirtualVolumes. The new xojo_plugin format is just a zip file.

Xojo plugins cannot be created using Xojo itself. They are created using C with tools like Visual Studio or Xcode.

If you want to share your classes in multiple projects, consider looking into “External Items”. This is covered in User Guide Book 4: Chapter 5: Code Management, Section 1: Sharing Code Between Projects.