> Can I use units compiled with FPC in Borland Pascal? No. FPC is 32-bit, Borland Pascal is 16-bit DPMI as best. > That would be helpful because I can't use operator overloading in Borland > Pascal, and I only need to make small examples on custom object types. Creating the entire program in FPC would allow this.